Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-12-31T05:11:19+0000 | MainThread | 139821337509192 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-12-31T05:11:19+0000 | MainThread | 139821337509192 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-12-31T05:11:19+0000 | MainThread | 139821337509192 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-12-31T05:11:19+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:11:19+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-12-31T05:11:19+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f597f06-88c9-11ed-8483-1eec68afd4db | InvocationID=8f598136-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:11:19+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f59a1c0-88c9-11ed-8483-1eec68afd4db | InvocationID=8f59a4fe-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:11:19+0000 | MainThread | 139821337509192 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-12-31T05:11:19+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f597f06-88c9-11ed-8483-1eec68afd4db | InvocationID=8f598136-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:11:19+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f597f06-88c9-11ed-8483-1eec68afd4db | InvocationID=8f598136-88c9-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:11:19+0000 | aai_event_thread | 139821286771488 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f59a1c0-88c9-11ed-8483-1eec68afd4db | InvocationID=8f59a4fe-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:11:19+0000 | aai_event_thread | 139821286771488 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f59a1c0-88c9-11ed-8483-1eec68afd4db | InvocationID=8f59a4fe-88c9-11ed-8483-1eec68afd4db | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:11:39+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f59a1c0-88c9-11ed-8483-1eec68afd4db | InvocationID=8f59a4fe-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:11:39+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b8bfaa6-88c9-11ed-8483-1eec68afd4db | InvocationID=9b8bfdc6-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:11:39+0000 | aai_event_thread | 139821286771488 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b8bfaa6-88c9-11ed-8483-1eec68afd4db | InvocationID=9b8bfdc6-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:11:39+0000 | aai_event_thread | 139821286771488 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b8bfaa6-88c9-11ed-8483-1eec68afd4db | InvocationID=9b8bfdc6-88c9-11ed-8483-1eec68afd4db | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:11:44+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f597f06-88c9-11ed-8483-1eec68afd4db | InvocationID=8f598136-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:11:44+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e85b22e-88c9-11ed-8483-1eec68afd4db | InvocationID=9e85b94a-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:11:44+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e85b22e-88c9-11ed-8483-1eec68afd4db | InvocationID=9e85b94a-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:11:44+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e85b22e-88c9-11ed-8483-1eec68afd4db | InvocationID=9e85b94a-88c9-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:11:59+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b8bfaa6-88c9-11ed-8483-1eec68afd4db | InvocationID=9b8bfdc6-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:11:59+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7844412-88c9-11ed-8483-1eec68afd4db | InvocationID=a784461a-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:11:59+0000 | aai_event_thread | 139821286771488 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7844412-88c9-11ed-8483-1eec68afd4db | InvocationID=a784461a-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:11:59+0000 | aai_event_thread | 139821286771488 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7844412-88c9-11ed-8483-1eec68afd4db | InvocationID=a784461a-88c9-11ed-8483-1eec68afd4db | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:12:09+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e85b22e-88c9-11ed-8483-1eec68afd4db | InvocationID=9e85b94a-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:12:09+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad737b40-88c9-11ed-8483-1eec68afd4db | InvocationID=ad737cee-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:12:09+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad737b40-88c9-11ed-8483-1eec68afd4db | InvocationID=ad737cee-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:12:09+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad737b40-88c9-11ed-8483-1eec68afd4db | InvocationID=ad737cee-88c9-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:12:19+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7844412-88c9-11ed-8483-1eec68afd4db | InvocationID=a784461a-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:12:19+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b377bac4-88c9-11ed-8483-1eec68afd4db | InvocationID=b377bc86-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:12:19+0000 | aai_event_thread | 139821286771488 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b377bac4-88c9-11ed-8483-1eec68afd4db | InvocationID=b377bc86-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:12:19+0000 | aai_event_thread | 139821286771488 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b377bac4-88c9-11ed-8483-1eec68afd4db | InvocationID=b377bc86-88c9-11ed-8483-1eec68afd4db | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:12:34+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad737b40-88c9-11ed-8483-1eec68afd4db | InvocationID=ad737cee-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:12:34+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc610960-88c9-11ed-8483-1eec68afd4db | InvocationID=bc610b7c-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:12:34+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc610960-88c9-11ed-8483-1eec68afd4db | InvocationID=bc610b7c-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:12:34+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc610960-88c9-11ed-8483-1eec68afd4db | InvocationID=bc610b7c-88c9-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:12:39+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b377bac4-88c9-11ed-8483-1eec68afd4db | InvocationID=b377bc86-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:12:39+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf6a896a-88c9-11ed-8483-1eec68afd4db | InvocationID=bf6a8b4a-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:12:40+0000 | aai_event_thread | 139821286771488 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf6a896a-88c9-11ed-8483-1eec68afd4db | InvocationID=bf6a8b4a-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:12:40+0000 | aai_event_thread | 139821286771488 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf6a896a-88c9-11ed-8483-1eec68afd4db | InvocationID=bf6a8b4a-88c9-11ed-8483-1eec68afd4db | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:12:59+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc610960-88c9-11ed-8483-1eec68afd4db | InvocationID=bc610b7c-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:12:59+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb52a852-88c9-11ed-8483-1eec68afd4db | InvocationID=cb52aab4-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:12:59+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb52a852-88c9-11ed-8483-1eec68afd4db | InvocationID=cb52aab4-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:12:59+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb52a852-88c9-11ed-8483-1eec68afd4db | InvocationID=cb52aab4-88c9-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:13:00+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf6a896a-88c9-11ed-8483-1eec68afd4db | InvocationID=bf6a8b4a-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:13:00+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb630f6c-88c9-11ed-8483-1eec68afd4db | InvocationID=cb63121e-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:13:00+0000 | aai_event_thread | 139821286771488 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb630f6c-88c9-11ed-8483-1eec68afd4db | InvocationID=cb63121e-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:13:00+0000 | aai_event_thread | 139821286771488 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb630f6c-88c9-11ed-8483-1eec68afd4db | InvocationID=cb63121e-88c9-11ed-8483-1eec68afd4db | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:13:20+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb630f6c-88c9-11ed-8483-1eec68afd4db | InvocationID=cb63121e-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:13:20+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d75454ca-88c9-11ed-8483-1eec68afd4db | InvocationID=d7545722-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:13:20+0000 | aai_event_thread | 139821286771488 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d75454ca-88c9-11ed-8483-1eec68afd4db | InvocationID=d7545722-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:13:20+0000 | aai_event_thread | 139821286771488 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d75454ca-88c9-11ed-8483-1eec68afd4db | InvocationID=d7545722-88c9-11ed-8483-1eec68afd4db | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:13:24+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb52a852-88c9-11ed-8483-1eec68afd4db | InvocationID=cb52aab4-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:13:24+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da3f1cd8-88c9-11ed-8483-1eec68afd4db | InvocationID=da3f28e0-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:13:25+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da3f1cd8-88c9-11ed-8483-1eec68afd4db | InvocationID=da3f28e0-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:13:25+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da3f1cd8-88c9-11ed-8483-1eec68afd4db | InvocationID=da3f28e0-88c9-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:13:40+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d75454ca-88c9-11ed-8483-1eec68afd4db | InvocationID=d7545722-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:13:40+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3464270-88c9-11ed-8483-1eec68afd4db | InvocationID=e3464cca-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:13:40+0000 | aai_event_thread | 139821286771488 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3464270-88c9-11ed-8483-1eec68afd4db | InvocationID=e3464cca-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:13:40+0000 | aai_event_thread | 139821286771488 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3464270-88c9-11ed-8483-1eec68afd4db | InvocationID=e3464cca-88c9-11ed-8483-1eec68afd4db | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:13:50+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da3f1cd8-88c9-11ed-8483-1eec68afd4db | InvocationID=da3f28e0-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:13:50+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e92baaf4-88c9-11ed-8483-1eec68afd4db | InvocationID=e92bacde-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:13:50+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e92baaf4-88c9-11ed-8483-1eec68afd4db | InvocationID=e92bacde-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:13:50+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e92baaf4-88c9-11ed-8483-1eec68afd4db | InvocationID=e92bacde-88c9-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:14:00+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3464270-88c9-11ed-8483-1eec68afd4db | InvocationID=e3464cca-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:14:00+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3727b6-88c9-11ed-8483-1eec68afd4db | InvocationID=ef372982-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:14:00+0000 | aai_event_thread | 139821286771488 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3727b6-88c9-11ed-8483-1eec68afd4db | InvocationID=ef372982-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:14:00+0000 | aai_event_thread | 139821286771488 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef3727b6-88c9-11ed-8483-1eec68afd4db | InvocationID=ef372982-88c9-11ed-8483-1eec68afd4db | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-31T05:14:15+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e92baaf4-88c9-11ed-8483-1eec68afd4db | InvocationID=e92bacde-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:14:15+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f81890f4-88c9-11ed-8483-1eec68afd4db | InvocationID=f81893ec-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:14:15+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f81890f4-88c9-11ed-8483-1eec68afd4db | InvocationID=f81893ec-88c9-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:14:15+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f81890f4-88c9-11ed-8483-1eec68afd4db | InvocationID=f81893ec-88c9-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:14:20+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef3727b6-88c9-11ed-8483-1eec68afd4db | InvocationID=ef372982-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:14:20+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb2972ea-88c9-11ed-8483-1eec68afd4db | InvocationID=fb2974ac-88c9-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:14:40+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f81890f4-88c9-11ed-8483-1eec68afd4db | InvocationID=f81893ec-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:14:40+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07054652-88ca-11ed-8483-1eec68afd4db | InvocationID=07054a80-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:14:40+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07054652-88ca-11ed-8483-1eec68afd4db | InvocationID=07054a80-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:14:40+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07054652-88ca-11ed-8483-1eec68afd4db | InvocationID=07054a80-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:14:44+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb2972ea-88c9-11ed-8483-1eec68afd4db | InvocationID=fb2974ac-88c9-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:14:44+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0995cdec-88ca-11ed-8483-1eec68afd4db | InvocationID=0995cfea-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:15:04+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0995cdec-88ca-11ed-8483-1eec68afd4db | InvocationID=0995cfea-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:15:04+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1589e23c-88ca-11ed-8483-1eec68afd4db | InvocationID=1589e408-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:15:05+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07054652-88ca-11ed-8483-1eec68afd4db | InvocationID=07054a80-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:15:05+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f202fe-88ca-11ed-8483-1eec68afd4db | InvocationID=15f2061e-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:15:05+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f202fe-88ca-11ed-8483-1eec68afd4db | InvocationID=15f2061e-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:15:05+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15f202fe-88ca-11ed-8483-1eec68afd4db | InvocationID=15f2061e-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:15:24+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1589e23c-88ca-11ed-8483-1eec68afd4db | InvocationID=1589e408-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:15:24+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=217f660c-88ca-11ed-8483-1eec68afd4db | InvocationID=217f67ce-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:15:30+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15f202fe-88ca-11ed-8483-1eec68afd4db | InvocationID=15f2061e-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:15:30+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24dde530-88ca-11ed-8483-1eec68afd4db | InvocationID=24dde846-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:15:30+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24dde530-88ca-11ed-8483-1eec68afd4db | InvocationID=24dde846-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:15:30+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24dde530-88ca-11ed-8483-1eec68afd4db | InvocationID=24dde846-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:15:44+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=217f660c-88ca-11ed-8483-1eec68afd4db | InvocationID=217f67ce-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:15:44+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d8c7f66-88ca-11ed-8483-1eec68afd4db | InvocationID=2d8c822c-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:15:55+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24dde530-88ca-11ed-8483-1eec68afd4db | InvocationID=24dde846-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:15:55+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33cb3246-88ca-11ed-8483-1eec68afd4db | InvocationID=33cb3444-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:15:55+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33cb3246-88ca-11ed-8483-1eec68afd4db | InvocationID=33cb3444-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:15:55+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33cb3246-88ca-11ed-8483-1eec68afd4db | InvocationID=33cb3444-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:16:05+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d8c7f66-88ca-11ed-8483-1eec68afd4db | InvocationID=2d8c822c-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:16:05+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39d03a56-88ca-11ed-8483-1eec68afd4db | InvocationID=39d03d08-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:16:20+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33cb3246-88ca-11ed-8483-1eec68afd4db | InvocationID=33cb3444-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:16:20+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42ba960c-88ca-11ed-8483-1eec68afd4db | InvocationID=42ba9828-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:16:20+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42ba960c-88ca-11ed-8483-1eec68afd4db | InvocationID=42ba9828-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:16:20+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42ba960c-88ca-11ed-8483-1eec68afd4db | InvocationID=42ba9828-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:16:30+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39d03a56-88ca-11ed-8483-1eec68afd4db | InvocationID=39d03d08-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:16:30+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4894b3dc-88ca-11ed-8483-1eec68afd4db | InvocationID=4894b5da-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:16:45+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42ba960c-88ca-11ed-8483-1eec68afd4db | InvocationID=42ba9828-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:16:45+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51a7f68c-88ca-11ed-8483-1eec68afd4db | InvocationID=51a7f934-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:16:45+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51a7f68c-88ca-11ed-8483-1eec68afd4db | InvocationID=51a7f934-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:16:45+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51a7f68c-88ca-11ed-8483-1eec68afd4db | InvocationID=51a7f934-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:16:54+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4894b3dc-88ca-11ed-8483-1eec68afd4db | InvocationID=4894b5da-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:16:54+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57595404-88ca-11ed-8483-1eec68afd4db | InvocationID=575956ac-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:17:10+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51a7f68c-88ca-11ed-8483-1eec68afd4db | InvocationID=51a7f934-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:17:10+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6093dcd8-88ca-11ed-8483-1eec68afd4db | InvocationID=6093df3a-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:17:10+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6093dcd8-88ca-11ed-8483-1eec68afd4db | InvocationID=6093df3a-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:17:10+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6093dcd8-88ca-11ed-8483-1eec68afd4db | InvocationID=6093df3a-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:17:19+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57595404-88ca-11ed-8483-1eec68afd4db | InvocationID=575956ac-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:17:19+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=661ea156-88ca-11ed-8483-1eec68afd4db | InvocationID=661ea32c-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:17:35+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6093dcd8-88ca-11ed-8483-1eec68afd4db | InvocationID=6093df3a-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:17:35+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7fa056-88ca-11ed-8483-1eec68afd4db | InvocationID=6f7facf4-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:17:35+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7fa056-88ca-11ed-8483-1eec68afd4db | InvocationID=6f7facf4-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:17:35+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7fa056-88ca-11ed-8483-1eec68afd4db | InvocationID=6f7facf4-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:17:44+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=661ea156-88ca-11ed-8483-1eec68afd4db | InvocationID=661ea32c-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:17:44+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e2b772-88ca-11ed-8483-1eec68afd4db | InvocationID=74e2b998-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:18:00+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7fa056-88ca-11ed-8483-1eec68afd4db | InvocationID=6f7facf4-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:18:00+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e6b5c22-88ca-11ed-8483-1eec68afd4db | InvocationID=7e6b5e20-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:18:00+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e6b5c22-88ca-11ed-8483-1eec68afd4db | InvocationID=7e6b5e20-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:18:00+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e6b5c22-88ca-11ed-8483-1eec68afd4db | InvocationID=7e6b5e20-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:18:09+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74e2b772-88ca-11ed-8483-1eec68afd4db | InvocationID=74e2b998-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:18:09+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83a469ea-88ca-11ed-8483-1eec68afd4db | InvocationID=83a46c06-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:18:25+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e6b5c22-88ca-11ed-8483-1eec68afd4db | InvocationID=7e6b5e20-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:18:25+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d574b88-88ca-11ed-8483-1eec68afd4db | InvocationID=8d574e4e-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:18:25+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d574b88-88ca-11ed-8483-1eec68afd4db | InvocationID=8d574e4e-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:18:25+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d574b88-88ca-11ed-8483-1eec68afd4db | InvocationID=8d574e4e-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:18:33+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83a469ea-88ca-11ed-8483-1eec68afd4db | InvocationID=83a46c06-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:18:33+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=926afc3c-88ca-11ed-8483-1eec68afd4db | InvocationID=926afec6-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:18:50+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d574b88-88ca-11ed-8483-1eec68afd4db | InvocationID=8d574e4e-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:18:50+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c44dd04-88ca-11ed-8483-1eec68afd4db | InvocationID=9c44dec6-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:18:50+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c44dd04-88ca-11ed-8483-1eec68afd4db | InvocationID=9c44dec6-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:18:50+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c44dd04-88ca-11ed-8483-1eec68afd4db | InvocationID=9c44dec6-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:18:58+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=926afc3c-88ca-11ed-8483-1eec68afd4db | InvocationID=926afec6-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:18:58+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12ef890-88ca-11ed-8483-1eec68afd4db | InvocationID=a12efa52-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:19:15+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c44dd04-88ca-11ed-8483-1eec68afd4db | InvocationID=9c44dec6-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:19:15+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab30659a-88ca-11ed-8483-1eec68afd4db | InvocationID=ab3067c0-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:19:15+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab30659a-88ca-11ed-8483-1eec68afd4db | InvocationID=ab3067c0-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:19:15+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab30659a-88ca-11ed-8483-1eec68afd4db | InvocationID=ab3067c0-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:19:23+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a12ef890-88ca-11ed-8483-1eec68afd4db | InvocationID=a12efa52-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:19:23+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aff22bb8-88ca-11ed-8483-1eec68afd4db | InvocationID=aff22d70-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:19:40+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab30659a-88ca-11ed-8483-1eec68afd4db | InvocationID=ab3067c0-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:19:40+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1edfa0-88ca-11ed-8483-1eec68afd4db | InvocationID=ba1ee20c-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:19:40+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1edfa0-88ca-11ed-8483-1eec68afd4db | InvocationID=ba1ee20c-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:19:40+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1edfa0-88ca-11ed-8483-1eec68afd4db | InvocationID=ba1ee20c-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:19:48+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aff22bb8-88ca-11ed-8483-1eec68afd4db | InvocationID=aff22d70-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:19:48+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb3e4de-88ca-11ed-8483-1eec68afd4db | InvocationID=beb3e754-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:20:05+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1edfa0-88ca-11ed-8483-1eec68afd4db | InvocationID=ba1ee20c-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:20:05+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90dbba8-88ca-11ed-8483-1eec68afd4db | InvocationID=c90dbd60-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:20:05+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90dbba8-88ca-11ed-8483-1eec68afd4db | InvocationID=c90dbd60-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:20:05+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c90dbba8-88ca-11ed-8483-1eec68afd4db | InvocationID=c90dbd60-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:20:13+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beb3e4de-88ca-11ed-8483-1eec68afd4db | InvocationID=beb3e754-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:20:13+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd78fcca-88ca-11ed-8483-1eec68afd4db | InvocationID=cd78fff4-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:20:30+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c90dbba8-88ca-11ed-8483-1eec68afd4db | InvocationID=c90dbd60-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:20:30+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7face12-88ca-11ed-8483-1eec68afd4db | InvocationID=d7fad1fa-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:20:30+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7face12-88ca-11ed-8483-1eec68afd4db | InvocationID=d7fad1fa-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:20:30+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7face12-88ca-11ed-8483-1eec68afd4db | InvocationID=d7fad1fa-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:20:42+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd78fcca-88ca-11ed-8483-1eec68afd4db | InvocationID=cd78fff4-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:20:42+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df15178e-88ca-11ed-8483-1eec68afd4db | InvocationID=df15193c-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:20:55+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7face12-88ca-11ed-8483-1eec68afd4db | InvocationID=d7fad1fa-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:20:55+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6effa6e-88ca-11ed-8483-1eec68afd4db | InvocationID=e6effc3a-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:20:55+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6effa6e-88ca-11ed-8483-1eec68afd4db | InvocationID=e6effc3a-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:20:55+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6effa6e-88ca-11ed-8483-1eec68afd4db | InvocationID=e6effc3a-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:21:07+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df15178e-88ca-11ed-8483-1eec68afd4db | InvocationID=df15193c-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:21:07+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee341ef4-88ca-11ed-8483-1eec68afd4db | InvocationID=ee34223c-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:21:20+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6effa6e-88ca-11ed-8483-1eec68afd4db | InvocationID=e6effc3a-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:21:20+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5df15aa-88ca-11ed-8483-1eec68afd4db | InvocationID=f5df17c6-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:21:20+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5df15aa-88ca-11ed-8483-1eec68afd4db | InvocationID=f5df17c6-88ca-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:21:20+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5df15aa-88ca-11ed-8483-1eec68afd4db | InvocationID=f5df17c6-88ca-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:21:32+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee341ef4-88ca-11ed-8483-1eec68afd4db | InvocationID=ee34223c-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:21:32+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcff0732-88ca-11ed-8483-1eec68afd4db | InvocationID=fcff0b92-88ca-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:21:45+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5df15aa-88ca-11ed-8483-1eec68afd4db | InvocationID=f5df17c6-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:21:45+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04d2e140-88cb-11ed-8483-1eec68afd4db | InvocationID=04d2e37a-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:21:45+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04d2e140-88cb-11ed-8483-1eec68afd4db | InvocationID=04d2e37a-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:21:45+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04d2e140-88cb-11ed-8483-1eec68afd4db | InvocationID=04d2e37a-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:21:57+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcff0732-88ca-11ed-8483-1eec68afd4db | InvocationID=fcff0b92-88ca-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:21:57+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bc9ab28-88cb-11ed-8483-1eec68afd4db | InvocationID=0bc9acea-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:22:10+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04d2e140-88cb-11ed-8483-1eec68afd4db | InvocationID=04d2e37a-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:22:10+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c0357c-88cb-11ed-8483-1eec68afd4db | InvocationID=13c0373e-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:22:10+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c0357c-88cb-11ed-8483-1eec68afd4db | InvocationID=13c0373e-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:22:10+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13c0357c-88cb-11ed-8483-1eec68afd4db | InvocationID=13c0373e-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:22:22+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bc9ab28-88cb-11ed-8483-1eec68afd4db | InvocationID=0bc9acea-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:22:22+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a8c3fcc-88cb-11ed-8483-1eec68afd4db | InvocationID=1a8c42ec-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:22:35+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13c0357c-88cb-11ed-8483-1eec68afd4db | InvocationID=13c0373e-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:22:35+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22ae0b9a-88cb-11ed-8483-1eec68afd4db | InvocationID=22ae0d5c-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:22:36+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22ae0b9a-88cb-11ed-8483-1eec68afd4db | InvocationID=22ae0d5c-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:22:36+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22ae0b9a-88cb-11ed-8483-1eec68afd4db | InvocationID=22ae0d5c-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:22:47+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a8c3fcc-88cb-11ed-8483-1eec68afd4db | InvocationID=1a8c42ec-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:22:47+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=295acbc2-88cb-11ed-8483-1eec68afd4db | InvocationID=295acd8e-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:23:01+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22ae0b9a-88cb-11ed-8483-1eec68afd4db | InvocationID=22ae0d5c-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:23:01+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31994ac0-88cb-11ed-8483-1eec68afd4db | InvocationID=31994c82-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:23:01+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31994ac0-88cb-11ed-8483-1eec68afd4db | InvocationID=31994c82-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:23:01+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31994ac0-88cb-11ed-8483-1eec68afd4db | InvocationID=31994c82-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:23:12+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=295acbc2-88cb-11ed-8483-1eec68afd4db | InvocationID=295acd8e-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:23:12+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=382a0c26-88cb-11ed-8483-1eec68afd4db | InvocationID=382a0dde-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:23:26+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31994ac0-88cb-11ed-8483-1eec68afd4db | InvocationID=31994c82-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:23:26+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4084f87c-88cb-11ed-8483-1eec68afd4db | InvocationID=4084fa5c-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:23:26+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4084f87c-88cb-11ed-8483-1eec68afd4db | InvocationID=4084fa5c-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:23:26+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4084f87c-88cb-11ed-8483-1eec68afd4db | InvocationID=4084fa5c-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:23:36+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=382a0c26-88cb-11ed-8483-1eec68afd4db | InvocationID=382a0dde-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:23:36+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46eee042-88cb-11ed-8483-1eec68afd4db | InvocationID=46eee204-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:23:51+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4084f87c-88cb-11ed-8483-1eec68afd4db | InvocationID=4084fa5c-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:23:51+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f70e828-88cb-11ed-8483-1eec68afd4db | InvocationID=4f70e9e0-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:23:51+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f70e828-88cb-11ed-8483-1eec68afd4db | InvocationID=4f70e9e0-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:23:51+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f70e828-88cb-11ed-8483-1eec68afd4db | InvocationID=4f70e9e0-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:24:01+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46eee042-88cb-11ed-8483-1eec68afd4db | InvocationID=46eee204-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:24:01+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55b906d4-88cb-11ed-8483-1eec68afd4db | InvocationID=55b90a3a-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:24:16+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f70e828-88cb-11ed-8483-1eec68afd4db | InvocationID=4f70e9e0-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:24:16+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5c0c46-88cb-11ed-8483-1eec68afd4db | InvocationID=5e5c0f66-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:24:16+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5c0c46-88cb-11ed-8483-1eec68afd4db | InvocationID=5e5c0f66-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:24:16+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e5c0c46-88cb-11ed-8483-1eec68afd4db | InvocationID=5e5c0f66-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:24:26+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55b906d4-88cb-11ed-8483-1eec68afd4db | InvocationID=55b90a3a-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:24:26+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647bc38c-88cb-11ed-8483-1eec68afd4db | InvocationID=647bc706-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:24:41+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e5c0c46-88cb-11ed-8483-1eec68afd4db | InvocationID=5e5c0f66-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:24:41+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d478c80-88cb-11ed-8483-1eec68afd4db | InvocationID=6d478e60-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:24:41+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d478c80-88cb-11ed-8483-1eec68afd4db | InvocationID=6d478e60-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:24:41+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d478c80-88cb-11ed-8483-1eec68afd4db | InvocationID=6d478e60-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:24:51+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=647bc38c-88cb-11ed-8483-1eec68afd4db | InvocationID=647bc706-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:24:51+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=733ed968-88cb-11ed-8483-1eec68afd4db | InvocationID=733edc6a-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:25:06+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d478c80-88cb-11ed-8483-1eec68afd4db | InvocationID=6d478e60-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:25:06+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c384cb6-88cb-11ed-8483-1eec68afd4db | InvocationID=7c384ed2-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:25:06+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c384cb6-88cb-11ed-8483-1eec68afd4db | InvocationID=7c384ed2-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:25:06+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c384cb6-88cb-11ed-8483-1eec68afd4db | InvocationID=7c384ed2-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:25:15+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=733ed968-88cb-11ed-8483-1eec68afd4db | InvocationID=733edc6a-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:25:15+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8200a698-88cb-11ed-8483-1eec68afd4db | InvocationID=8200a95e-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:25:31+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c384cb6-88cb-11ed-8483-1eec68afd4db | InvocationID=7c384ed2-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:25:31+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b25ea76-88cb-11ed-8483-1eec68afd4db | InvocationID=8b25f494-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:25:31+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b25ea76-88cb-11ed-8483-1eec68afd4db | InvocationID=8b25f494-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:25:31+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b25ea76-88cb-11ed-8483-1eec68afd4db | InvocationID=8b25f494-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:25:40+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8200a698-88cb-11ed-8483-1eec68afd4db | InvocationID=8200a95e-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:25:40+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90c649da-88cb-11ed-8483-1eec68afd4db | InvocationID=90c64c78-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:25:56+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b25ea76-88cb-11ed-8483-1eec68afd4db | InvocationID=8b25f494-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:25:56+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a125a6a-88cb-11ed-8483-1eec68afd4db | InvocationID=9a125c22-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:25:56+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a125a6a-88cb-11ed-8483-1eec68afd4db | InvocationID=9a125c22-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:25:56+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a125a6a-88cb-11ed-8483-1eec68afd4db | InvocationID=9a125c22-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:26:05+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90c649da-88cb-11ed-8483-1eec68afd4db | InvocationID=90c64c78-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:26:05+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f88cfc4-88cb-11ed-8483-1eec68afd4db | InvocationID=9f88d23a-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:26:21+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a125a6a-88cb-11ed-8483-1eec68afd4db | InvocationID=9a125c22-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:26:21+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8fe13e8-88cb-11ed-8483-1eec68afd4db | InvocationID=a8fe15aa-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:26:21+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8fe13e8-88cb-11ed-8483-1eec68afd4db | InvocationID=a8fe15aa-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:26:21+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8fe13e8-88cb-11ed-8483-1eec68afd4db | InvocationID=a8fe15aa-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:26:30+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f88cfc4-88cb-11ed-8483-1eec68afd4db | InvocationID=9f88d23a-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:26:30+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4cc826-88cb-11ed-8483-1eec68afd4db | InvocationID=ae4cc9de-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:26:46+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8fe13e8-88cb-11ed-8483-1eec68afd4db | InvocationID=a8fe15aa-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:26:46+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7e9ff48-88cb-11ed-8483-1eec68afd4db | InvocationID=b7ea0114-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:26:46+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7e9ff48-88cb-11ed-8483-1eec68afd4db | InvocationID=b7ea0114-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:26:46+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7e9ff48-88cb-11ed-8483-1eec68afd4db | InvocationID=b7ea0114-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:26:55+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae4cc826-88cb-11ed-8483-1eec68afd4db | InvocationID=ae4cc9de-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:26:55+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0fb9d6-88cb-11ed-8483-1eec68afd4db | InvocationID=bd0fbb84-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:27:11+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7e9ff48-88cb-11ed-8483-1eec68afd4db | InvocationID=b7ea0114-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:27:11+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6ddfd38-88cb-11ed-8483-1eec68afd4db | InvocationID=c6ddff0e-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:27:11+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6ddfd38-88cb-11ed-8483-1eec68afd4db | InvocationID=c6ddff0e-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:27:11+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6ddfd38-88cb-11ed-8483-1eec68afd4db | InvocationID=c6ddff0e-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:27:19+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd0fb9d6-88cb-11ed-8483-1eec68afd4db | InvocationID=bd0fbb84-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:27:19+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbdd0932-88cb-11ed-8483-1eec68afd4db | InvocationID=cbdd0b44-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:27:36+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6ddfd38-88cb-11ed-8483-1eec68afd4db | InvocationID=c6ddff0e-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:27:36+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c99f64-88cb-11ed-8483-1eec68afd4db | InvocationID=d5c9a11c-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:27:36+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c99f64-88cb-11ed-8483-1eec68afd4db | InvocationID=d5c9a11c-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:27:36+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5c99f64-88cb-11ed-8483-1eec68afd4db | InvocationID=d5c9a11c-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:27:44+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbdd0932-88cb-11ed-8483-1eec68afd4db | InvocationID=cbdd0b44-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:27:44+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daa3cd20-88cb-11ed-8483-1eec68afd4db | InvocationID=daa3cf5a-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:28:01+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5c99f64-88cb-11ed-8483-1eec68afd4db | InvocationID=d5c9a11c-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:28:01+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4b52246-88cb-11ed-8483-1eec68afd4db | InvocationID=e4b5248a-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:28:01+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4b52246-88cb-11ed-8483-1eec68afd4db | InvocationID=e4b5248a-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:28:01+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4b52246-88cb-11ed-8483-1eec68afd4db | InvocationID=e4b5248a-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:28:09+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daa3cd20-88cb-11ed-8483-1eec68afd4db | InvocationID=daa3cf5a-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:28:09+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9663bd6-88cb-11ed-8483-1eec68afd4db | InvocationID=e9663e2e-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:28:26+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4b52246-88cb-11ed-8483-1eec68afd4db | InvocationID=e4b5248a-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:28:26+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a0ba4a-88cb-11ed-8483-1eec68afd4db | InvocationID=f3a0bde2-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:28:26+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a0ba4a-88cb-11ed-8483-1eec68afd4db | InvocationID=f3a0bde2-88cb-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:28:26+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3a0ba4a-88cb-11ed-8483-1eec68afd4db | InvocationID=f3a0bde2-88cb-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:28:34+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9663bd6-88cb-11ed-8483-1eec68afd4db | InvocationID=e9663e2e-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:28:34+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f82b3c3e-88cb-11ed-8483-1eec68afd4db | InvocationID=f82b3edc-88cb-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:28:51+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3a0ba4a-88cb-11ed-8483-1eec68afd4db | InvocationID=f3a0bde2-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:28:51+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=028c82fa-88cc-11ed-8483-1eec68afd4db | InvocationID=028c852a-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:28:51+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=028c82fa-88cc-11ed-8483-1eec68afd4db | InvocationID=028c852a-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:28:51+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=028c82fa-88cc-11ed-8483-1eec68afd4db | InvocationID=028c852a-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:28:58+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f82b3c3e-88cb-11ed-8483-1eec68afd4db | InvocationID=f82b3edc-88cb-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:28:58+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06f5a682-88cc-11ed-8483-1eec68afd4db | InvocationID=06f5a83a-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:29:16+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=028c82fa-88cc-11ed-8483-1eec68afd4db | InvocationID=028c852a-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:29:16+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11798f06-88cc-11ed-8483-1eec68afd4db | InvocationID=117990d2-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:29:16+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11798f06-88cc-11ed-8483-1eec68afd4db | InvocationID=117990d2-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:29:16+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11798f06-88cc-11ed-8483-1eec68afd4db | InvocationID=117990d2-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:29:23+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06f5a682-88cc-11ed-8483-1eec68afd4db | InvocationID=06f5a83a-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:29:23+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15bb0e14-88cc-11ed-8483-1eec68afd4db | InvocationID=15bb140e-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:29:41+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11798f06-88cc-11ed-8483-1eec68afd4db | InvocationID=117990d2-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:29:41+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20657df4-88cc-11ed-8483-1eec68afd4db | InvocationID=20658470-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:29:41+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20657df4-88cc-11ed-8483-1eec68afd4db | InvocationID=20658470-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:29:41+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20657df4-88cc-11ed-8483-1eec68afd4db | InvocationID=20658470-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:29:48+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15bb0e14-88cc-11ed-8483-1eec68afd4db | InvocationID=15bb140e-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:29:48+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248036d6-88cc-11ed-8483-1eec68afd4db | InvocationID=24803b2c-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:30:06+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20657df4-88cc-11ed-8483-1eec68afd4db | InvocationID=20658470-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:30:06+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f50e51a-88cc-11ed-8483-1eec68afd4db | InvocationID=2f50e7e0-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:30:06+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f50e51a-88cc-11ed-8483-1eec68afd4db | InvocationID=2f50e7e0-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:30:06+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f50e51a-88cc-11ed-8483-1eec68afd4db | InvocationID=2f50e7e0-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:30:13+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=248036d6-88cc-11ed-8483-1eec68afd4db | InvocationID=24803b2c-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:30:13+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3347c724-88cc-11ed-8483-1eec68afd4db | InvocationID=3347d12e-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:30:31+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f50e51a-88cc-11ed-8483-1eec68afd4db | InvocationID=2f50e7e0-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:30:31+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3e457c-88cc-11ed-8483-1eec68afd4db | InvocationID=3e3e477a-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:30:31+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3e457c-88cc-11ed-8483-1eec68afd4db | InvocationID=3e3e477a-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:30:31+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e3e457c-88cc-11ed-8483-1eec68afd4db | InvocationID=3e3e477a-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:30:38+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3347c724-88cc-11ed-8483-1eec68afd4db | InvocationID=3347d12e-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:30:38+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=420b2ca6-88cc-11ed-8483-1eec68afd4db | InvocationID=420b2eea-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:30:56+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e3e457c-88cc-11ed-8483-1eec68afd4db | InvocationID=3e3e477a-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:30:56+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d29cbf6-88cc-11ed-8483-1eec68afd4db | InvocationID=4d29cea8-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:30:56+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d29cbf6-88cc-11ed-8483-1eec68afd4db | InvocationID=4d29cea8-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:30:56+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d29cbf6-88cc-11ed-8483-1eec68afd4db | InvocationID=4d29cea8-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:31:02+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=420b2ca6-88cc-11ed-8483-1eec68afd4db | InvocationID=420b2eea-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:31:02+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d6ec98-88cc-11ed-8483-1eec68afd4db | InvocationID=50d6ef7c-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:31:21+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d29cbf6-88cc-11ed-8483-1eec68afd4db | InvocationID=4d29cea8-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:31:21+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c15fedc-88cc-11ed-8483-1eec68afd4db | InvocationID=5c1608f0-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:31:21+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c15fedc-88cc-11ed-8483-1eec68afd4db | InvocationID=5c1608f0-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:31:21+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c15fedc-88cc-11ed-8483-1eec68afd4db | InvocationID=5c1608f0-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:31:27+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50d6ec98-88cc-11ed-8483-1eec68afd4db | InvocationID=50d6ef7c-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:31:27+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f9c0510-88cc-11ed-8483-1eec68afd4db | InvocationID=5f9c06b4-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:31:46+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c15fedc-88cc-11ed-8483-1eec68afd4db | InvocationID=5c1608f0-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:31:46+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b04bdd4-88cc-11ed-8483-1eec68afd4db | InvocationID=6b04bfd2-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:31:46+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b04bdd4-88cc-11ed-8483-1eec68afd4db | InvocationID=6b04bfd2-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:31:46+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b04bdd4-88cc-11ed-8483-1eec68afd4db | InvocationID=6b04bfd2-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:31:52+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f9c0510-88cc-11ed-8483-1eec68afd4db | InvocationID=5f9c06b4-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:31:52+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e64f12e-88cc-11ed-8483-1eec68afd4db | InvocationID=6e64f372-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:32:11+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b04bdd4-88cc-11ed-8483-1eec68afd4db | InvocationID=6b04bfd2-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:32:11+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79f41e20-88cc-11ed-8483-1eec68afd4db | InvocationID=79f42078-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:32:11+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79f41e20-88cc-11ed-8483-1eec68afd4db | InvocationID=79f42078-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:32:11+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79f41e20-88cc-11ed-8483-1eec68afd4db | InvocationID=79f42078-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:32:17+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e64f12e-88cc-11ed-8483-1eec68afd4db | InvocationID=6e64f372-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:32:17+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2642da-88cc-11ed-8483-1eec68afd4db | InvocationID=7d26449c-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:32:36+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79f41e20-88cc-11ed-8483-1eec68afd4db | InvocationID=79f42078-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:32:36+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e100b0-88cc-11ed-8483-1eec68afd4db | InvocationID=88e10272-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:32:36+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e100b0-88cc-11ed-8483-1eec68afd4db | InvocationID=88e10272-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:32:36+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88e100b0-88cc-11ed-8483-1eec68afd4db | InvocationID=88e10272-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:32:42+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d2642da-88cc-11ed-8483-1eec68afd4db | InvocationID=7d26449c-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:32:42+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8be8d6ac-88cc-11ed-8483-1eec68afd4db | InvocationID=8be8d86e-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:33:01+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88e100b0-88cc-11ed-8483-1eec68afd4db | InvocationID=88e10272-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:33:01+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97cc4832-88cc-11ed-8483-1eec68afd4db | InvocationID=97cc4a6c-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:33:02+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97cc4832-88cc-11ed-8483-1eec68afd4db | InvocationID=97cc4a6c-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:33:02+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97cc4832-88cc-11ed-8483-1eec68afd4db | InvocationID=97cc4a6c-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:33:06+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8be8d6ac-88cc-11ed-8483-1eec68afd4db | InvocationID=8be8d86e-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:33:06+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aae13be-88cc-11ed-8483-1eec68afd4db | InvocationID=9aae160c-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:33:27+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97cc4832-88cc-11ed-8483-1eec68afd4db | InvocationID=97cc4a6c-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:33:27+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b8f070-88cc-11ed-8483-1eec68afd4db | InvocationID=a6b8ffc0-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:33:27+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b8f070-88cc-11ed-8483-1eec68afd4db | InvocationID=a6b8ffc0-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:33:27+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b8f070-88cc-11ed-8483-1eec68afd4db | InvocationID=a6b8ffc0-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:33:31+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aae13be-88cc-11ed-8483-1eec68afd4db | InvocationID=9aae160c-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:33:31+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9709304-88cc-11ed-8483-1eec68afd4db | InvocationID=a97094da-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:33:52+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b8f070-88cc-11ed-8483-1eec68afd4db | InvocationID=a6b8ffc0-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:33:52+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a5059c-88cc-11ed-8483-1eec68afd4db | InvocationID=b5a50f38-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:33:52+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a5059c-88cc-11ed-8483-1eec68afd4db | InvocationID=b5a50f38-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:33:52+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a5059c-88cc-11ed-8483-1eec68afd4db | InvocationID=b5a50f38-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:33:56+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9709304-88cc-11ed-8483-1eec68afd4db | InvocationID=a97094da-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:33:56+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b835d444-88cc-11ed-8483-1eec68afd4db | InvocationID=b835d732-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:34:17+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a5059c-88cc-11ed-8483-1eec68afd4db | InvocationID=b5a50f38-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:34:17+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4915740-88cc-11ed-8483-1eec68afd4db | InvocationID=c49159fc-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:34:17+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4915740-88cc-11ed-8483-1eec68afd4db | InvocationID=c49159fc-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:34:17+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4915740-88cc-11ed-8483-1eec68afd4db | InvocationID=c49159fc-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:34:21+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b835d444-88cc-11ed-8483-1eec68afd4db | InvocationID=b835d732-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:34:21+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6fadfb0-88cc-11ed-8483-1eec68afd4db | InvocationID=c6fae9a6-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:34:42+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4915740-88cc-11ed-8483-1eec68afd4db | InvocationID=c49159fc-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:34:42+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37c927e-88cc-11ed-8483-1eec68afd4db | InvocationID=d37c944a-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:34:42+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37c927e-88cc-11ed-8483-1eec68afd4db | InvocationID=d37c944a-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:34:42+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d37c927e-88cc-11ed-8483-1eec68afd4db | InvocationID=d37c944a-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:34:45+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6fadfb0-88cc-11ed-8483-1eec68afd4db | InvocationID=c6fae9a6-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:34:45+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5bbfc1e-88cc-11ed-8483-1eec68afd4db | InvocationID=d5bbff8e-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:35:07+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d37c927e-88cc-11ed-8483-1eec68afd4db | InvocationID=d37c944a-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:35:07+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2680dae-88cc-11ed-8483-1eec68afd4db | InvocationID=e268110a-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:35:07+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2680dae-88cc-11ed-8483-1eec68afd4db | InvocationID=e268110a-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:35:07+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2680dae-88cc-11ed-8483-1eec68afd4db | InvocationID=e268110a-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:35:10+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5bbfc1e-88cc-11ed-8483-1eec68afd4db | InvocationID=d5bbff8e-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:35:10+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4852c7a-88cc-11ed-8483-1eec68afd4db | InvocationID=e4852ed2-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:35:32+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2680dae-88cc-11ed-8483-1eec68afd4db | InvocationID=e268110a-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:35:32+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1554840-88cc-11ed-8483-1eec68afd4db | InvocationID=f1555222-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:35:32+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1554840-88cc-11ed-8483-1eec68afd4db | InvocationID=f1555222-88cc-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:35:32+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1554840-88cc-11ed-8483-1eec68afd4db | InvocationID=f1555222-88cc-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:35:35+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4852c7a-88cc-11ed-8483-1eec68afd4db | InvocationID=e4852ed2-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:35:35+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3494052-88cc-11ed-8483-1eec68afd4db | InvocationID=f34942a0-88cc-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:35:57+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1554840-88cc-11ed-8483-1eec68afd4db | InvocationID=f1555222-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:35:57+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0044ca24-88cd-11ed-8483-1eec68afd4db | InvocationID=0044cf06-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:35:57+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0044ca24-88cd-11ed-8483-1eec68afd4db | InvocationID=0044cf06-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:35:57+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0044ca24-88cd-11ed-8483-1eec68afd4db | InvocationID=0044cf06-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:36:00+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3494052-88cc-11ed-8483-1eec68afd4db | InvocationID=f34942a0-88cc-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:36:00+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=020b0788-88cd-11ed-8483-1eec68afd4db | InvocationID=020b09ae-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:36:22+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0044ca24-88cd-11ed-8483-1eec68afd4db | InvocationID=0044cf06-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:36:22+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f30eeb4-88cd-11ed-8483-1eec68afd4db | InvocationID=0f30f292-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:36:22+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f30eeb4-88cd-11ed-8483-1eec68afd4db | InvocationID=0f30f292-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:36:22+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f30eeb4-88cd-11ed-8483-1eec68afd4db | InvocationID=0f30f292-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:36:24+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=020b0788-88cd-11ed-8483-1eec68afd4db | InvocationID=020b09ae-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:36:24+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10cc3ec2-88cd-11ed-8483-1eec68afd4db | InvocationID=10cc4070-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:36:47+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f30eeb4-88cd-11ed-8483-1eec68afd4db | InvocationID=0f30f292-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:36:47+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1cc2c2-88cd-11ed-8483-1eec68afd4db | InvocationID=1e1cc47a-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:36:47+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1cc2c2-88cd-11ed-8483-1eec68afd4db | InvocationID=1e1cc47a-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:36:47+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e1cc2c2-88cd-11ed-8483-1eec68afd4db | InvocationID=1e1cc47a-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:36:49+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10cc3ec2-88cd-11ed-8483-1eec68afd4db | InvocationID=10cc4070-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:36:49+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f8d6b34-88cd-11ed-8483-1eec68afd4db | InvocationID=1f8d6cec-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:37:12+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e1cc2c2-88cd-11ed-8483-1eec68afd4db | InvocationID=1e1cc47a-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:37:12+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d08114c-88cd-11ed-8483-1eec68afd4db | InvocationID=2d08135e-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:37:12+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d08114c-88cd-11ed-8483-1eec68afd4db | InvocationID=2d08135e-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:37:12+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d08114c-88cd-11ed-8483-1eec68afd4db | InvocationID=2d08135e-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:37:14+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f8d6b34-88cd-11ed-8483-1eec68afd4db | InvocationID=1f8d6cec-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:37:14+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e51acc0-88cd-11ed-8483-1eec68afd4db | InvocationID=2e51af9a-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:37:37+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d08114c-88cd-11ed-8483-1eec68afd4db | InvocationID=2d08135e-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:37:37+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf39c4e-88cd-11ed-8483-1eec68afd4db | InvocationID=3bf39e92-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:37:37+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf39c4e-88cd-11ed-8483-1eec68afd4db | InvocationID=3bf39e92-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:37:37+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bf39c4e-88cd-11ed-8483-1eec68afd4db | InvocationID=3bf39e92-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:37:39+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e51acc0-88cd-11ed-8483-1eec68afd4db | InvocationID=2e51af9a-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:37:39+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d161444-88cd-11ed-8483-1eec68afd4db | InvocationID=3d1615f2-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:38:02+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bf39c4e-88cd-11ed-8483-1eec68afd4db | InvocationID=3bf39e92-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:38:02+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4adea0be-88cd-11ed-8483-1eec68afd4db | InvocationID=4adea2ee-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:38:02+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4adea0be-88cd-11ed-8483-1eec68afd4db | InvocationID=4adea2ee-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:38:02+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4adea0be-88cd-11ed-8483-1eec68afd4db | InvocationID=4adea2ee-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:38:04+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d161444-88cd-11ed-8483-1eec68afd4db | InvocationID=3d1615f2-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:38:04+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd8fd52-88cd-11ed-8483-1eec68afd4db | InvocationID=4bd8ff32-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:38:27+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4adea0be-88cd-11ed-8483-1eec68afd4db | InvocationID=4adea2ee-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:38:27+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59c9d53a-88cd-11ed-8483-1eec68afd4db | InvocationID=59c9d756-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:38:27+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59c9d53a-88cd-11ed-8483-1eec68afd4db | InvocationID=59c9d756-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:38:27+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59c9d53a-88cd-11ed-8483-1eec68afd4db | InvocationID=59c9d756-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:38:28+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bd8fd52-88cd-11ed-8483-1eec68afd4db | InvocationID=4bd8ff32-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:38:28+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a9a17ae-88cd-11ed-8483-1eec68afd4db | InvocationID=5a9a19de-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:38:52+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59c9d53a-88cd-11ed-8483-1eec68afd4db | InvocationID=59c9d756-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:38:52+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68b54e3a-88cd-11ed-8483-1eec68afd4db | InvocationID=68b5510a-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:38:52+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68b54e3a-88cd-11ed-8483-1eec68afd4db | InvocationID=68b5510a-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:38:52+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68b54e3a-88cd-11ed-8483-1eec68afd4db | InvocationID=68b5510a-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:38:53+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a9a17ae-88cd-11ed-8483-1eec68afd4db | InvocationID=5a9a19de-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:38:53+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=695fe5b6-88cd-11ed-8483-1eec68afd4db | InvocationID=695fe778-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:39:17+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68b54e3a-88cd-11ed-8483-1eec68afd4db | InvocationID=68b5510a-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:39:17+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77a0a21e-88cd-11ed-8483-1eec68afd4db | InvocationID=77a0ad72-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:39:17+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77a0a21e-88cd-11ed-8483-1eec68afd4db | InvocationID=77a0ad72-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:39:17+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77a0a21e-88cd-11ed-8483-1eec68afd4db | InvocationID=77a0ad72-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:39:18+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=695fe5b6-88cd-11ed-8483-1eec68afd4db | InvocationID=695fe778-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:39:18+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7823c4d2-88cd-11ed-8483-1eec68afd4db | InvocationID=7823c784-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:39:42+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77a0a21e-88cd-11ed-8483-1eec68afd4db | InvocationID=77a0ad72-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:39:42+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=868b8c80-88cd-11ed-8483-1eec68afd4db | InvocationID=868b8fb4-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:39:42+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=868b8c80-88cd-11ed-8483-1eec68afd4db | InvocationID=868b8fb4-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:39:42+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=868b8c80-88cd-11ed-8483-1eec68afd4db | InvocationID=868b8fb4-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:39:43+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7823c4d2-88cd-11ed-8483-1eec68afd4db | InvocationID=7823c784-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:39:43+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e5bf7a-88cd-11ed-8483-1eec68afd4db | InvocationID=86e5c362-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:40:07+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=868b8c80-88cd-11ed-8483-1eec68afd4db | InvocationID=868b8fb4-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:40:07+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=957806ec-88cd-11ed-8483-1eec68afd4db | InvocationID=957808b8-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:40:07+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=957806ec-88cd-11ed-8483-1eec68afd4db | InvocationID=957808b8-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:40:07+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=957806ec-88cd-11ed-8483-1eec68afd4db | InvocationID=957808b8-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:40:07+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86e5bf7a-88cd-11ed-8483-1eec68afd4db | InvocationID=86e5c362-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:40:07+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95acad5c-88cd-11ed-8483-1eec68afd4db | InvocationID=95acb1f8-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:40:32+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=957806ec-88cd-11ed-8483-1eec68afd4db | InvocationID=957808b8-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:40:32+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a463790c-88cd-11ed-8483-1eec68afd4db | InvocationID=a4637ace-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:40:32+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a463790c-88cd-11ed-8483-1eec68afd4db | InvocationID=a4637ace-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:40:32+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a463790c-88cd-11ed-8483-1eec68afd4db | InvocationID=a4637ace-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:40:32+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95acad5c-88cd-11ed-8483-1eec68afd4db | InvocationID=95acb1f8-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:40:32+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a470429a-88cd-11ed-8483-1eec68afd4db | InvocationID=a4704448-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:40:57+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a470429a-88cd-11ed-8483-1eec68afd4db | InvocationID=a4704448-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:40:57+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b335827c-88cd-11ed-8483-1eec68afd4db | InvocationID=b3359136-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:40:57+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a463790c-88cd-11ed-8483-1eec68afd4db | InvocationID=a4637ace-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:40:57+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b352cc42-88cd-11ed-8483-1eec68afd4db | InvocationID=b352ce0e-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:40:57+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b352cc42-88cd-11ed-8483-1eec68afd4db | InvocationID=b352ce0e-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:40:57+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b352cc42-88cd-11ed-8483-1eec68afd4db | InvocationID=b352ce0e-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:41:22+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b335827c-88cd-11ed-8483-1eec68afd4db | InvocationID=b3359136-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:41:22+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f8e966-88cd-11ed-8483-1eec68afd4db | InvocationID=c1f8eb64-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:41:22+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b352cc42-88cd-11ed-8483-1eec68afd4db | InvocationID=b352ce0e-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:41:22+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c23efb40-88cd-11ed-8483-1eec68afd4db | InvocationID=c23efcf8-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:41:22+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c23efb40-88cd-11ed-8483-1eec68afd4db | InvocationID=c23efcf8-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:41:22+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c23efb40-88cd-11ed-8483-1eec68afd4db | InvocationID=c23efcf8-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:41:47+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1f8e966-88cd-11ed-8483-1eec68afd4db | InvocationID=c1f8eb64-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:41:47+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0bca082-88cd-11ed-8483-1eec68afd4db | InvocationID=d0bca348-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:41:47+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c23efb40-88cd-11ed-8483-1eec68afd4db | InvocationID=c23efcf8-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:41:47+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d12a385e-88cd-11ed-8483-1eec68afd4db | InvocationID=d12a3eda-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:41:47+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d12a385e-88cd-11ed-8483-1eec68afd4db | InvocationID=d12a3eda-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:41:47+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d12a385e-88cd-11ed-8483-1eec68afd4db | InvocationID=d12a3eda-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:42:11+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0bca082-88cd-11ed-8483-1eec68afd4db | InvocationID=d0bca348-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:42:11+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df7d6b06-88cd-11ed-8483-1eec68afd4db | InvocationID=df7d6d2c-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:42:12+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d12a385e-88cd-11ed-8483-1eec68afd4db | InvocationID=d12a3eda-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:42:12+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e017bb98-88cd-11ed-8483-1eec68afd4db | InvocationID=e017be40-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:42:12+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e017bb98-88cd-11ed-8483-1eec68afd4db | InvocationID=e017be40-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:42:12+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e017bb98-88cd-11ed-8483-1eec68afd4db | InvocationID=e017be40-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:42:36+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df7d6b06-88cd-11ed-8483-1eec68afd4db | InvocationID=df7d6d2c-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:42:36+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee3e6ba4-88cd-11ed-8483-1eec68afd4db | InvocationID=ee3e6eba-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:42:37+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e017bb98-88cd-11ed-8483-1eec68afd4db | InvocationID=e017be40-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:42:37+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef027eae-88cd-11ed-8483-1eec68afd4db | InvocationID=ef02805c-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:42:37+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef027eae-88cd-11ed-8483-1eec68afd4db | InvocationID=ef02805c-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:42:37+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef027eae-88cd-11ed-8483-1eec68afd4db | InvocationID=ef02805c-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:43:01+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee3e6ba4-88cd-11ed-8483-1eec68afd4db | InvocationID=ee3e6eba-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:43:01+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd03d3e0-88cd-11ed-8483-1eec68afd4db | InvocationID=fd03d61a-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:43:02+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef027eae-88cd-11ed-8483-1eec68afd4db | InvocationID=ef02805c-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:43:02+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdee37d2-88cd-11ed-8483-1eec68afd4db | InvocationID=fdee39b2-88cd-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:43:02+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdee37d2-88cd-11ed-8483-1eec68afd4db | InvocationID=fdee39b2-88cd-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:43:02+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdee37d2-88cd-11ed-8483-1eec68afd4db | InvocationID=fdee39b2-88cd-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:43:26+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd03d3e0-88cd-11ed-8483-1eec68afd4db | InvocationID=fd03d61a-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:43:26+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bc51ca4-88ce-11ed-8483-1eec68afd4db | InvocationID=0bc521f4-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:43:27+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdee37d2-88cd-11ed-8483-1eec68afd4db | InvocationID=fdee39b2-88cd-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:43:27+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cd95d12-88ce-11ed-8483-1eec68afd4db | InvocationID=0cd95f74-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:43:27+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cd95d12-88ce-11ed-8483-1eec68afd4db | InvocationID=0cd95f74-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:43:27+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cd95d12-88ce-11ed-8483-1eec68afd4db | InvocationID=0cd95f74-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:43:50+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bc51ca4-88ce-11ed-8483-1eec68afd4db | InvocationID=0bc521f4-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:43:50+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a881016-88ce-11ed-8483-1eec68afd4db | InvocationID=1a8812c8-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:43:52+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cd95d12-88ce-11ed-8483-1eec68afd4db | InvocationID=0cd95f74-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:43:52+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bc68052-88ce-11ed-8483-1eec68afd4db | InvocationID=1bc683a4-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:43:52+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bc68052-88ce-11ed-8483-1eec68afd4db | InvocationID=1bc683a4-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:43:52+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bc68052-88ce-11ed-8483-1eec68afd4db | InvocationID=1bc683a4-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:44:15+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a881016-88ce-11ed-8483-1eec68afd4db | InvocationID=1a8812c8-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:44:15+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=294ba73e-88ce-11ed-8483-1eec68afd4db | InvocationID=294ba90a-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:44:17+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bc68052-88ce-11ed-8483-1eec68afd4db | InvocationID=1bc683a4-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:44:17+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ab1bcee-88ce-11ed-8483-1eec68afd4db | InvocationID=2ab1bf28-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:44:17+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ab1bcee-88ce-11ed-8483-1eec68afd4db | InvocationID=2ab1bf28-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:44:17+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ab1bcee-88ce-11ed-8483-1eec68afd4db | InvocationID=2ab1bf28-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:44:40+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=294ba73e-88ce-11ed-8483-1eec68afd4db | InvocationID=294ba90a-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:44:40+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380e6400-88ce-11ed-8483-1eec68afd4db | InvocationID=380e6a18-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:44:42+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ab1bcee-88ce-11ed-8483-1eec68afd4db | InvocationID=2ab1bf28-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:44:42+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=399cea12-88ce-11ed-8483-1eec68afd4db | InvocationID=399cecb0-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:44:42+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=399cea12-88ce-11ed-8483-1eec68afd4db | InvocationID=399cecb0-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:44:42+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=399cea12-88ce-11ed-8483-1eec68afd4db | InvocationID=399cecb0-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:45:05+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=380e6400-88ce-11ed-8483-1eec68afd4db | InvocationID=380e6a18-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:45:05+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46d0bcc2-88ce-11ed-8483-1eec68afd4db | InvocationID=46d0c08c-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:45:07+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=399cea12-88ce-11ed-8483-1eec68afd4db | InvocationID=399cecb0-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:45:07+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48887d20-88ce-11ed-8483-1eec68afd4db | InvocationID=48887f3c-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:45:08+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48887d20-88ce-11ed-8483-1eec68afd4db | InvocationID=48887f3c-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:45:08+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48887d20-88ce-11ed-8483-1eec68afd4db | InvocationID=48887f3c-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:45:29+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46d0bcc2-88ce-11ed-8483-1eec68afd4db | InvocationID=46d0c08c-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:45:29+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5592789a-88ce-11ed-8483-1eec68afd4db | InvocationID=55927a66-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:45:33+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48887d20-88ce-11ed-8483-1eec68afd4db | InvocationID=48887f3c-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:45:33+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57740e94-88ce-11ed-8483-1eec68afd4db | InvocationID=57741038-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:45:33+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57740e94-88ce-11ed-8483-1eec68afd4db | InvocationID=57741038-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:45:33+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57740e94-88ce-11ed-8483-1eec68afd4db | InvocationID=57741038-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:45:54+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5592789a-88ce-11ed-8483-1eec68afd4db | InvocationID=55927a66-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:45:54+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6455111c-88ce-11ed-8483-1eec68afd4db | InvocationID=64551360-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:45:58+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57740e94-88ce-11ed-8483-1eec68afd4db | InvocationID=57741038-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:45:58+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=665f0648-88ce-11ed-8483-1eec68afd4db | InvocationID=665f081e-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:45:58+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=665f0648-88ce-11ed-8483-1eec68afd4db | InvocationID=665f081e-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:45:58+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=665f0648-88ce-11ed-8483-1eec68afd4db | InvocationID=665f081e-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:46:19+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6455111c-88ce-11ed-8483-1eec68afd4db | InvocationID=64551360-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:46:19+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73178c84-88ce-11ed-8483-1eec68afd4db | InvocationID=73178e82-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:46:23+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=665f0648-88ce-11ed-8483-1eec68afd4db | InvocationID=665f081e-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:46:23+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=754bd096-88ce-11ed-8483-1eec68afd4db | InvocationID=754bd3de-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:46:23+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=754bd096-88ce-11ed-8483-1eec68afd4db | InvocationID=754bd3de-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:46:23+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=754bd096-88ce-11ed-8483-1eec68afd4db | InvocationID=754bd3de-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:46:44+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73178c84-88ce-11ed-8483-1eec68afd4db | InvocationID=73178e82-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:46:44+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81d867fc-88ce-11ed-8483-1eec68afd4db | InvocationID=81d86cca-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:46:48+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=754bd096-88ce-11ed-8483-1eec68afd4db | InvocationID=754bd3de-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:46:48+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84374b8a-88ce-11ed-8483-1eec68afd4db | InvocationID=84374db0-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:46:48+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84374b8a-88ce-11ed-8483-1eec68afd4db | InvocationID=84374db0-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:46:48+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84374b8a-88ce-11ed-8483-1eec68afd4db | InvocationID=84374db0-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:47:08+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81d867fc-88ce-11ed-8483-1eec68afd4db | InvocationID=81d86cca-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:47:08+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=909c2a94-88ce-11ed-8483-1eec68afd4db | InvocationID=909c2d3c-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:47:13+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84374b8a-88ce-11ed-8483-1eec68afd4db | InvocationID=84374db0-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:47:13+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=932236c8-88ce-11ed-8483-1eec68afd4db | InvocationID=9322397a-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:47:13+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=932236c8-88ce-11ed-8483-1eec68afd4db | InvocationID=9322397a-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:47:13+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=932236c8-88ce-11ed-8483-1eec68afd4db | InvocationID=9322397a-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:47:33+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=909c2a94-88ce-11ed-8483-1eec68afd4db | InvocationID=909c2d3c-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:47:33+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f5e4454-88ce-11ed-8483-1eec68afd4db | InvocationID=9f5e467a-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:47:38+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=932236c8-88ce-11ed-8483-1eec68afd4db | InvocationID=9322397a-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:47:38+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a20d4952-88ce-11ed-8483-1eec68afd4db | InvocationID=a20d4b00-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:47:38+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a20d4952-88ce-11ed-8483-1eec68afd4db | InvocationID=a20d4b00-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:47:38+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a20d4952-88ce-11ed-8483-1eec68afd4db | InvocationID=a20d4b00-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:47:58+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f5e4454-88ce-11ed-8483-1eec68afd4db | InvocationID=9f5e467a-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:47:58+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae20c732-88ce-11ed-8483-1eec68afd4db | InvocationID=ae20c8fe-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:48:03+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a20d4952-88ce-11ed-8483-1eec68afd4db | InvocationID=a20d4b00-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:48:03+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f8e0c0-88ce-11ed-8483-1eec68afd4db | InvocationID=b0f8ee08-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:48:03+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f8e0c0-88ce-11ed-8483-1eec68afd4db | InvocationID=b0f8ee08-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:48:03+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0f8e0c0-88ce-11ed-8483-1eec68afd4db | InvocationID=b0f8ee08-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:48:23+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae20c732-88ce-11ed-8483-1eec68afd4db | InvocationID=ae20c8fe-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:48:23+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bce1cd48-88ce-11ed-8483-1eec68afd4db | InvocationID=bce1cf96-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:48:28+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0f8e0c0-88ce-11ed-8483-1eec68afd4db | InvocationID=b0f8ee08-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:48:28+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe535c0-88ce-11ed-8483-1eec68afd4db | InvocationID=bfe53804-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:48:28+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe535c0-88ce-11ed-8483-1eec68afd4db | InvocationID=bfe53804-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:48:28+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfe535c0-88ce-11ed-8483-1eec68afd4db | InvocationID=bfe53804-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:48:47+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bce1cd48-88ce-11ed-8483-1eec68afd4db | InvocationID=bce1cf96-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:48:47+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cba3c692-88ce-11ed-8483-1eec68afd4db | InvocationID=cba3c868-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:48:53+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfe535c0-88ce-11ed-8483-1eec68afd4db | InvocationID=bfe53804-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:48:53+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ced0b46a-88ce-11ed-8483-1eec68afd4db | InvocationID=ced0b622-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:48:53+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ced0b46a-88ce-11ed-8483-1eec68afd4db | InvocationID=ced0b622-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:48:53+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ced0b46a-88ce-11ed-8483-1eec68afd4db | InvocationID=ced0b622-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:49:12+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cba3c692-88ce-11ed-8483-1eec68afd4db | InvocationID=cba3c868-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:49:12+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da644332-88ce-11ed-8483-1eec68afd4db | InvocationID=da644544-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:49:18+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ced0b46a-88ce-11ed-8483-1eec68afd4db | InvocationID=ced0b622-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:49:18+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddbbfdd6-88ce-11ed-8483-1eec68afd4db | InvocationID=ddbc004c-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:49:18+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddbbfdd6-88ce-11ed-8483-1eec68afd4db | InvocationID=ddbc004c-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:49:18+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddbbfdd6-88ce-11ed-8483-1eec68afd4db | InvocationID=ddbc004c-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:49:37+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da644332-88ce-11ed-8483-1eec68afd4db | InvocationID=da644544-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:49:37+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e926d470-88ce-11ed-8483-1eec68afd4db | InvocationID=e926d768-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:49:43+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddbbfdd6-88ce-11ed-8483-1eec68afd4db | InvocationID=ddbc004c-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:49:43+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eca72a64-88ce-11ed-8483-1eec68afd4db | InvocationID=eca72c3a-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:49:43+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eca72a64-88ce-11ed-8483-1eec68afd4db | InvocationID=eca72c3a-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:49:43+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eca72a64-88ce-11ed-8483-1eec68afd4db | InvocationID=eca72c3a-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:50:02+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e926d470-88ce-11ed-8483-1eec68afd4db | InvocationID=e926d768-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:50:02+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7e81f64-88ce-11ed-8483-1eec68afd4db | InvocationID=f7e821b2-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:50:08+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eca72a64-88ce-11ed-8483-1eec68afd4db | InvocationID=eca72c3a-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:50:08+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb928780-88ce-11ed-8483-1eec68afd4db | InvocationID=fb9289a6-88ce-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:50:08+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb928780-88ce-11ed-8483-1eec68afd4db | InvocationID=fb9289a6-88ce-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:50:08+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb928780-88ce-11ed-8483-1eec68afd4db | InvocationID=fb9289a6-88ce-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:50:26+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7e81f64-88ce-11ed-8483-1eec68afd4db | InvocationID=f7e821b2-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:50:26+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06a93056-88cf-11ed-8483-1eec68afd4db | InvocationID=06a9325e-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:50:33+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb928780-88ce-11ed-8483-1eec68afd4db | InvocationID=fb9289a6-88ce-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:50:33+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7e77d6-88cf-11ed-8483-1eec68afd4db | InvocationID=0a7e85e6-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:50:33+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7e77d6-88cf-11ed-8483-1eec68afd4db | InvocationID=0a7e85e6-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:50:33+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a7e77d6-88cf-11ed-8483-1eec68afd4db | InvocationID=0a7e85e6-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:50:51+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06a93056-88cf-11ed-8483-1eec68afd4db | InvocationID=06a9325e-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:50:51+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=156a5480-88cf-11ed-8483-1eec68afd4db | InvocationID=156a567e-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:50:58+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a7e77d6-88cf-11ed-8483-1eec68afd4db | InvocationID=0a7e85e6-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:50:58+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=196a70c4-88cf-11ed-8483-1eec68afd4db | InvocationID=196a73ee-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:50:58+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=196a70c4-88cf-11ed-8483-1eec68afd4db | InvocationID=196a73ee-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:50:58+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=196a70c4-88cf-11ed-8483-1eec68afd4db | InvocationID=196a73ee-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:51:16+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=156a5480-88cf-11ed-8483-1eec68afd4db | InvocationID=156a567e-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:51:16+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=242e0b88-88cf-11ed-8483-1eec68afd4db | InvocationID=242e0d54-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:51:23+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=196a70c4-88cf-11ed-8483-1eec68afd4db | InvocationID=196a73ee-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:51:23+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2856ca2e-88cf-11ed-8483-1eec68afd4db | InvocationID=2856cc36-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:51:23+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2856ca2e-88cf-11ed-8483-1eec68afd4db | InvocationID=2856cc36-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:51:23+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2856ca2e-88cf-11ed-8483-1eec68afd4db | InvocationID=2856cc36-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:51:41+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=242e0b88-88cf-11ed-8483-1eec68afd4db | InvocationID=242e0d54-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:51:41+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f04e42-88cf-11ed-8483-1eec68afd4db | InvocationID=32f05086-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:51:48+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2856ca2e-88cf-11ed-8483-1eec68afd4db | InvocationID=2856cc36-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:51:48+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3746b22e-88cf-11ed-8483-1eec68afd4db | InvocationID=3746b404-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:51:48+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3746b22e-88cf-11ed-8483-1eec68afd4db | InvocationID=3746b404-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:51:48+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3746b22e-88cf-11ed-8483-1eec68afd4db | InvocationID=3746b404-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:52:06+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f04e42-88cf-11ed-8483-1eec68afd4db | InvocationID=32f05086-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:52:06+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41b20ed4-88cf-11ed-8483-1eec68afd4db | InvocationID=41b210be-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:52:13+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3746b22e-88cf-11ed-8483-1eec68afd4db | InvocationID=3746b404-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:52:13+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4632abbc-88cf-11ed-8483-1eec68afd4db | InvocationID=4632ad92-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:52:13+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4632abbc-88cf-11ed-8483-1eec68afd4db | InvocationID=4632ad92-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:52:13+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4632abbc-88cf-11ed-8483-1eec68afd4db | InvocationID=4632ad92-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:52:30+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41b20ed4-88cf-11ed-8483-1eec68afd4db | InvocationID=41b210be-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:52:30+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5074097c-88cf-11ed-8483-1eec68afd4db | InvocationID=50740c38-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:52:38+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4632abbc-88cf-11ed-8483-1eec68afd4db | InvocationID=4632ad92-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:52:38+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=551de7ea-88cf-11ed-8483-1eec68afd4db | InvocationID=551dea56-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:52:38+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=551de7ea-88cf-11ed-8483-1eec68afd4db | InvocationID=551dea56-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:52:38+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=551de7ea-88cf-11ed-8483-1eec68afd4db | InvocationID=551dea56-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:52:55+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5074097c-88cf-11ed-8483-1eec68afd4db | InvocationID=50740c38-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:52:55+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f35358a-88cf-11ed-8483-1eec68afd4db | InvocationID=5f353a08-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:53:03+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=551de7ea-88cf-11ed-8483-1eec68afd4db | InvocationID=551dea56-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:53:03+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=640a363c-88cf-11ed-8483-1eec68afd4db | InvocationID=640a3894-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:53:03+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=640a363c-88cf-11ed-8483-1eec68afd4db | InvocationID=640a3894-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:53:03+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=640a363c-88cf-11ed-8483-1eec68afd4db | InvocationID=640a3894-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:53:20+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f35358a-88cf-11ed-8483-1eec68afd4db | InvocationID=5f353a08-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:53:20+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df61eb8-88cf-11ed-8483-1eec68afd4db | InvocationID=6df6207a-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:53:28+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=640a363c-88cf-11ed-8483-1eec68afd4db | InvocationID=640a3894-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:53:28+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f74aa4-88cf-11ed-8483-1eec68afd4db | InvocationID=72f74d06-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:53:28+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f74aa4-88cf-11ed-8483-1eec68afd4db | InvocationID=72f74d06-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:53:28+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72f74aa4-88cf-11ed-8483-1eec68afd4db | InvocationID=72f74d06-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:53:45+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6df61eb8-88cf-11ed-8483-1eec68afd4db | InvocationID=6df6207a-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:53:45+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cb8d5a8-88cf-11ed-8483-1eec68afd4db | InvocationID=7cb8d936-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:53:53+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72f74aa4-88cf-11ed-8483-1eec68afd4db | InvocationID=72f74d06-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:53:53+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e2f81a-88cf-11ed-8483-1eec68afd4db | InvocationID=81e2fd42-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:53:53+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e2f81a-88cf-11ed-8483-1eec68afd4db | InvocationID=81e2fd42-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:53:53+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81e2f81a-88cf-11ed-8483-1eec68afd4db | InvocationID=81e2fd42-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:54:09+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cb8d5a8-88cf-11ed-8483-1eec68afd4db | InvocationID=7cb8d936-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:54:09+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b7b695c-88cf-11ed-8483-1eec68afd4db | InvocationID=8b7b6c5e-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:54:18+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81e2f81a-88cf-11ed-8483-1eec68afd4db | InvocationID=81e2fd42-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:54:18+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ce7c46-88cf-11ed-8483-1eec68afd4db | InvocationID=90ce802e-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:54:18+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ce7c46-88cf-11ed-8483-1eec68afd4db | InvocationID=90ce802e-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:54:18+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90ce7c46-88cf-11ed-8483-1eec68afd4db | InvocationID=90ce802e-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:54:34+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b7b695c-88cf-11ed-8483-1eec68afd4db | InvocationID=8b7b6c5e-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:54:34+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a3ff5fc-88cf-11ed-8483-1eec68afd4db | InvocationID=9a3ff85e-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:54:43+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90ce7c46-88cf-11ed-8483-1eec68afd4db | InvocationID=90ce802e-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:54:43+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fbb11b0-88cf-11ed-8483-1eec68afd4db | InvocationID=9fbb1458-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:54:43+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fbb11b0-88cf-11ed-8483-1eec68afd4db | InvocationID=9fbb1458-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:54:43+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fbb11b0-88cf-11ed-8483-1eec68afd4db | InvocationID=9fbb1458-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:54:59+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a3ff5fc-88cf-11ed-8483-1eec68afd4db | InvocationID=9a3ff85e-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:54:59+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a902ffbc-88cf-11ed-8483-1eec68afd4db | InvocationID=a9030232-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:55:08+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fbb11b0-88cf-11ed-8483-1eec68afd4db | InvocationID=9fbb1458-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:55:08+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aea6ac16-88cf-11ed-8483-1eec68afd4db | InvocationID=aea6adec-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:55:08+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aea6ac16-88cf-11ed-8483-1eec68afd4db | InvocationID=aea6adec-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:55:08+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aea6ac16-88cf-11ed-8483-1eec68afd4db | InvocationID=aea6adec-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:55:24+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a902ffbc-88cf-11ed-8483-1eec68afd4db | InvocationID=a9030232-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:55:24+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7c46a2c-88cf-11ed-8483-1eec68afd4db | InvocationID=b7c46d06-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:55:33+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aea6ac16-88cf-11ed-8483-1eec68afd4db | InvocationID=aea6adec-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:55:33+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd926a44-88cf-11ed-8483-1eec68afd4db | InvocationID=bd926c06-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:55:33+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd926a44-88cf-11ed-8483-1eec68afd4db | InvocationID=bd926c06-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:55:33+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd926a44-88cf-11ed-8483-1eec68afd4db | InvocationID=bd926c06-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:55:48+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7c46a2c-88cf-11ed-8483-1eec68afd4db | InvocationID=b7c46d06-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:55:48+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6890982-88cf-11ed-8483-1eec68afd4db | InvocationID=c6890b80-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:55:58+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd926a44-88cf-11ed-8483-1eec68afd4db | InvocationID=bd926c06-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:55:58+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc7d9812-88cf-11ed-8483-1eec68afd4db | InvocationID=cc7d9a60-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:55:58+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc7d9812-88cf-11ed-8483-1eec68afd4db | InvocationID=cc7d9a60-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:55:58+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc7d9812-88cf-11ed-8483-1eec68afd4db | InvocationID=cc7d9a60-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:56:13+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6890982-88cf-11ed-8483-1eec68afd4db | InvocationID=c6890b80-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:56:13+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54b07ae-88cf-11ed-8483-1eec68afd4db | InvocationID=d54b0a4c-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:56:23+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc7d9812-88cf-11ed-8483-1eec68afd4db | InvocationID=cc7d9a60-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:56:23+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db68f5ec-88cf-11ed-8483-1eec68afd4db | InvocationID=db68f8ee-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:56:23+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db68f5ec-88cf-11ed-8483-1eec68afd4db | InvocationID=db68f8ee-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:56:23+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db68f5ec-88cf-11ed-8483-1eec68afd4db | InvocationID=db68f8ee-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:56:38+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d54b07ae-88cf-11ed-8483-1eec68afd4db | InvocationID=d54b0a4c-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:56:38+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e40e34d2-88cf-11ed-8483-1eec68afd4db | InvocationID=e40e3e32-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:56:48+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db68f5ec-88cf-11ed-8483-1eec68afd4db | InvocationID=db68f8ee-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:56:48+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea540f2e-88cf-11ed-8483-1eec68afd4db | InvocationID=ea5410fa-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:56:48+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea540f2e-88cf-11ed-8483-1eec68afd4db | InvocationID=ea5410fa-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:56:48+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea540f2e-88cf-11ed-8483-1eec68afd4db | InvocationID=ea5410fa-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:57:03+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e40e34d2-88cf-11ed-8483-1eec68afd4db | InvocationID=e40e3e32-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:57:03+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2cfea10-88cf-11ed-8483-1eec68afd4db | InvocationID=f2cfebe6-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:57:13+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea540f2e-88cf-11ed-8483-1eec68afd4db | InvocationID=ea5410fa-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:57:13+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9414d76-88cf-11ed-8483-1eec68afd4db | InvocationID=f9414fc4-88cf-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:57:14+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9414d76-88cf-11ed-8483-1eec68afd4db | InvocationID=f9414fc4-88cf-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:57:14+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9414d76-88cf-11ed-8483-1eec68afd4db | InvocationID=f9414fc4-88cf-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:57:27+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2cfea10-88cf-11ed-8483-1eec68afd4db | InvocationID=f2cfebe6-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:57:27+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01953712-88d0-11ed-8483-1eec68afd4db | InvocationID=01953974-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:57:39+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9414d76-88cf-11ed-8483-1eec68afd4db | InvocationID=f9414fc4-88cf-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:57:39+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=082d12d4-88d0-11ed-8483-1eec68afd4db | InvocationID=082d157c-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:57:39+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=082d12d4-88d0-11ed-8483-1eec68afd4db | InvocationID=082d157c-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:57:39+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=082d12d4-88d0-11ed-8483-1eec68afd4db | InvocationID=082d157c-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:57:52+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01953712-88d0-11ed-8483-1eec68afd4db | InvocationID=01953974-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:57:52+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1056cc5c-88d0-11ed-8483-1eec68afd4db | InvocationID=1056cfb8-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:58:04+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=082d12d4-88d0-11ed-8483-1eec68afd4db | InvocationID=082d157c-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:58:04+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17195abe-88d0-11ed-8483-1eec68afd4db | InvocationID=17195c8a-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:58:04+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17195abe-88d0-11ed-8483-1eec68afd4db | InvocationID=17195c8a-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:58:04+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17195abe-88d0-11ed-8483-1eec68afd4db | InvocationID=17195c8a-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:58:17+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1056cc5c-88d0-11ed-8483-1eec68afd4db | InvocationID=1056cfb8-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:58:17+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f195e8a-88d0-11ed-8483-1eec68afd4db | InvocationID=1f19604c-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:58:29+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17195abe-88d0-11ed-8483-1eec68afd4db | InvocationID=17195c8a-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:58:29+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2604ccde-88d0-11ed-8483-1eec68afd4db | InvocationID=2604cf18-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:58:29+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2604ccde-88d0-11ed-8483-1eec68afd4db | InvocationID=2604cf18-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:58:29+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2604ccde-88d0-11ed-8483-1eec68afd4db | InvocationID=2604cf18-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:58:42+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f195e8a-88d0-11ed-8483-1eec68afd4db | InvocationID=1f19604c-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:58:42+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dd9fed4-88d0-11ed-8483-1eec68afd4db | InvocationID=2dda00a0-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:58:54+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2604ccde-88d0-11ed-8483-1eec68afd4db | InvocationID=2604cf18-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:58:54+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34f04c46-88d0-11ed-8483-1eec68afd4db | InvocationID=34f04dfe-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:58:54+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34f04c46-88d0-11ed-8483-1eec68afd4db | InvocationID=34f04dfe-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:58:54+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34f04c46-88d0-11ed-8483-1eec68afd4db | InvocationID=34f04dfe-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:59:06+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dd9fed4-88d0-11ed-8483-1eec68afd4db | InvocationID=2dda00a0-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:59:06+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c9bd820-88d0-11ed-8483-1eec68afd4db | InvocationID=3c9bd9e2-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:59:19+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34f04c46-88d0-11ed-8483-1eec68afd4db | InvocationID=34f04dfe-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:59:19+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43dc39ae-88d0-11ed-8483-1eec68afd4db | InvocationID=43dc3b7a-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:59:19+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43dc39ae-88d0-11ed-8483-1eec68afd4db | InvocationID=43dc3b7a-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:59:19+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43dc39ae-88d0-11ed-8483-1eec68afd4db | InvocationID=43dc3b7a-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:59:31+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c9bd820-88d0-11ed-8483-1eec68afd4db | InvocationID=3c9bd9e2-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:59:31+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5de18c-88d0-11ed-8483-1eec68afd4db | InvocationID=4b5de362-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T05:59:44+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43dc39ae-88d0-11ed-8483-1eec68afd4db | InvocationID=43dc3b7a-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T05:59:44+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c70bec-88d0-11ed-8483-1eec68afd4db | InvocationID=52c70e44-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T05:59:44+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c70bec-88d0-11ed-8483-1eec68afd4db | InvocationID=52c70e44-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:59:44+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52c70bec-88d0-11ed-8483-1eec68afd4db | InvocationID=52c70e44-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T05:59:56+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b5de18c-88d0-11ed-8483-1eec68afd4db | InvocationID=4b5de362-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T05:59:56+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a1f2e60-88d0-11ed-8483-1eec68afd4db | InvocationID=5a1f3018-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:00:09+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52c70bec-88d0-11ed-8483-1eec68afd4db | InvocationID=52c70e44-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:00:09+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61b2c74a-88d0-11ed-8483-1eec68afd4db | InvocationID=61b2c970-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:00:09+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61b2c74a-88d0-11ed-8483-1eec68afd4db | InvocationID=61b2c970-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:00:09+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61b2c74a-88d0-11ed-8483-1eec68afd4db | InvocationID=61b2c970-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:00:21+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a1f2e60-88d0-11ed-8483-1eec68afd4db | InvocationID=5a1f3018-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:00:21+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e2571a-88d0-11ed-8483-1eec68afd4db | InvocationID=68e258e6-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:00:34+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61b2c74a-88d0-11ed-8483-1eec68afd4db | InvocationID=61b2c970-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:00:34+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=709df446-88d0-11ed-8483-1eec68afd4db | InvocationID=709df644-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:00:34+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=709df446-88d0-11ed-8483-1eec68afd4db | InvocationID=709df644-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:00:34+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=709df446-88d0-11ed-8483-1eec68afd4db | InvocationID=709df644-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:00:46+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68e2571a-88d0-11ed-8483-1eec68afd4db | InvocationID=68e258e6-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:00:46+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77a376d0-88d0-11ed-8483-1eec68afd4db | InvocationID=77a378ec-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:00:59+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=709df446-88d0-11ed-8483-1eec68afd4db | InvocationID=709df644-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:00:59+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f89122e-88d0-11ed-8483-1eec68afd4db | InvocationID=7f891418-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:00:59+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f89122e-88d0-11ed-8483-1eec68afd4db | InvocationID=7f891418-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:00:59+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f89122e-88d0-11ed-8483-1eec68afd4db | InvocationID=7f891418-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:01:10+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77a376d0-88d0-11ed-8483-1eec68afd4db | InvocationID=77a378ec-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:01:10+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=866a4d7e-88d0-11ed-8483-1eec68afd4db | InvocationID=866a4f40-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:01:24+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f89122e-88d0-11ed-8483-1eec68afd4db | InvocationID=7f891418-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:01:24+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e740bc2-88d0-11ed-8483-1eec68afd4db | InvocationID=8e74118a-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:01:24+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e740bc2-88d0-11ed-8483-1eec68afd4db | InvocationID=8e74118a-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:01:24+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e740bc2-88d0-11ed-8483-1eec68afd4db | InvocationID=8e74118a-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:01:35+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=866a4d7e-88d0-11ed-8483-1eec68afd4db | InvocationID=866a4f40-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:01:35+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=952be048-88d0-11ed-8483-1eec68afd4db | InvocationID=952be200-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:01:49+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e740bc2-88d0-11ed-8483-1eec68afd4db | InvocationID=8e74118a-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:01:49+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d62fee0-88d0-11ed-8483-1eec68afd4db | InvocationID=9d63014c-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:01:49+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d62fee0-88d0-11ed-8483-1eec68afd4db | InvocationID=9d63014c-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:01:49+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d62fee0-88d0-11ed-8483-1eec68afd4db | InvocationID=9d63014c-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:02:00+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=952be048-88d0-11ed-8483-1eec68afd4db | InvocationID=952be200-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:02:00+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3f1590a-88d0-11ed-8483-1eec68afd4db | InvocationID=a3f15ae0-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:02:14+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d62fee0-88d0-11ed-8483-1eec68afd4db | InvocationID=9d63014c-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:02:14+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac5083a0-88d0-11ed-8483-1eec68afd4db | InvocationID=ac508562-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:02:14+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac5083a0-88d0-11ed-8483-1eec68afd4db | InvocationID=ac508562-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:02:14+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac5083a0-88d0-11ed-8483-1eec68afd4db | InvocationID=ac508562-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:02:25+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3f1590a-88d0-11ed-8483-1eec68afd4db | InvocationID=a3f15ae0-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:02:25+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2b44178-88d0-11ed-8483-1eec68afd4db | InvocationID=b2b443e4-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:02:39+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac5083a0-88d0-11ed-8483-1eec68afd4db | InvocationID=ac508562-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:02:39+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb3c8db4-88d0-11ed-8483-1eec68afd4db | InvocationID=bb3c9048-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:02:39+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb3c8db4-88d0-11ed-8483-1eec68afd4db | InvocationID=bb3c9048-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:02:39+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb3c8db4-88d0-11ed-8483-1eec68afd4db | InvocationID=bb3c9048-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:02:49+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2b44178-88d0-11ed-8483-1eec68afd4db | InvocationID=b2b443e4-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:02:49+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1756fc0-88d0-11ed-8483-1eec68afd4db | InvocationID=c1757182-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:03:04+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb3c8db4-88d0-11ed-8483-1eec68afd4db | InvocationID=bb3c9048-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:03:04+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca297602-88d0-11ed-8483-1eec68afd4db | InvocationID=ca297882-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:03:04+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca297602-88d0-11ed-8483-1eec68afd4db | InvocationID=ca297882-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:03:04+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca297602-88d0-11ed-8483-1eec68afd4db | InvocationID=ca297882-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:03:14+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1756fc0-88d0-11ed-8483-1eec68afd4db | InvocationID=c1757182-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:03:14+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0384b18-88d0-11ed-8483-1eec68afd4db | InvocationID=d0384db6-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:03:29+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca297602-88d0-11ed-8483-1eec68afd4db | InvocationID=ca297882-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:03:29+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d91530f2-88d0-11ed-8483-1eec68afd4db | InvocationID=d9153606-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:03:29+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d91530f2-88d0-11ed-8483-1eec68afd4db | InvocationID=d9153606-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:03:29+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d91530f2-88d0-11ed-8483-1eec68afd4db | InvocationID=d9153606-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:03:39+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0384b18-88d0-11ed-8483-1eec68afd4db | InvocationID=d0384db6-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:03:39+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defa5a1a-88d0-11ed-8483-1eec68afd4db | InvocationID=defa5d08-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:03:54+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d91530f2-88d0-11ed-8483-1eec68afd4db | InvocationID=d9153606-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:03:54+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e80143c6-88d0-11ed-8483-1eec68afd4db | InvocationID=e8014772-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:03:54+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e80143c6-88d0-11ed-8483-1eec68afd4db | InvocationID=e8014772-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:03:54+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e80143c6-88d0-11ed-8483-1eec68afd4db | InvocationID=e8014772-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:04:04+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=defa5a1a-88d0-11ed-8483-1eec68afd4db | InvocationID=defa5d08-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:04:04+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edbfe8bc-88d0-11ed-8483-1eec68afd4db | InvocationID=edbfeac4-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:04:19+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e80143c6-88d0-11ed-8483-1eec68afd4db | InvocationID=e8014772-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:04:19+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ecc220-88d0-11ed-8483-1eec68afd4db | InvocationID=f6ecc3ec-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:04:19+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ecc220-88d0-11ed-8483-1eec68afd4db | InvocationID=f6ecc3ec-88d0-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:04:19+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ecc220-88d0-11ed-8483-1eec68afd4db | InvocationID=f6ecc3ec-88d0-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:04:28+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edbfe8bc-88d0-11ed-8483-1eec68afd4db | InvocationID=edbfeac4-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:04:28+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc82cbda-88d0-11ed-8483-1eec68afd4db | InvocationID=fc82ce28-88d0-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:04:44+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ecc220-88d0-11ed-8483-1eec68afd4db | InvocationID=f6ecc3ec-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:04:44+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d81884-88d1-11ed-8483-1eec68afd4db | InvocationID=05d81a6e-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:04:44+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d81884-88d1-11ed-8483-1eec68afd4db | InvocationID=05d81a6e-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:04:44+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05d81884-88d1-11ed-8483-1eec68afd4db | InvocationID=05d81a6e-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:04:53+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc82cbda-88d0-11ed-8483-1eec68afd4db | InvocationID=fc82ce28-88d0-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:04:53+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b47b658-88d1-11ed-8483-1eec68afd4db | InvocationID=0b47b824-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:05:09+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05d81884-88d1-11ed-8483-1eec68afd4db | InvocationID=05d81a6e-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:05:09+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c39b20-88d1-11ed-8483-1eec68afd4db | InvocationID=14c3a296-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:05:09+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c39b20-88d1-11ed-8483-1eec68afd4db | InvocationID=14c3a296-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:05:09+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14c39b20-88d1-11ed-8483-1eec68afd4db | InvocationID=14c3a296-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:05:18+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b47b658-88d1-11ed-8483-1eec68afd4db | InvocationID=0b47b824-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:05:18+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a0acf72-88d1-11ed-8483-1eec68afd4db | InvocationID=1a0ad378-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:05:34+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14c39b20-88d1-11ed-8483-1eec68afd4db | InvocationID=14c3a296-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:05:34+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23aef404-88d1-11ed-8483-1eec68afd4db | InvocationID=23aef648-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:05:34+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23aef404-88d1-11ed-8483-1eec68afd4db | InvocationID=23aef648-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:05:34+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23aef404-88d1-11ed-8483-1eec68afd4db | InvocationID=23aef648-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:05:43+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a0acf72-88d1-11ed-8483-1eec68afd4db | InvocationID=1a0ad378-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:05:43+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28cc5f26-88d1-11ed-8483-1eec68afd4db | InvocationID=28cc60fc-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:05:59+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23aef404-88d1-11ed-8483-1eec68afd4db | InvocationID=23aef648-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:05:59+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32998ba0-88d1-11ed-8483-1eec68afd4db | InvocationID=32998ec0-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:05:59+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32998ba0-88d1-11ed-8483-1eec68afd4db | InvocationID=32998ec0-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:05:59+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32998ba0-88d1-11ed-8483-1eec68afd4db | InvocationID=32998ec0-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:06:07+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28cc5f26-88d1-11ed-8483-1eec68afd4db | InvocationID=28cc60fc-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:06:07+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=378d8116-88d1-11ed-8483-1eec68afd4db | InvocationID=378d8346-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:06:24+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32998ba0-88d1-11ed-8483-1eec68afd4db | InvocationID=32998ec0-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:06:24+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4187ab42-88d1-11ed-8483-1eec68afd4db | InvocationID=4187acfa-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:06:24+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4187ab42-88d1-11ed-8483-1eec68afd4db | InvocationID=4187acfa-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:06:24+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4187ab42-88d1-11ed-8483-1eec68afd4db | InvocationID=4187acfa-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:06:32+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=378d8116-88d1-11ed-8483-1eec68afd4db | InvocationID=378d8346-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:06:32+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=464ff274-88d1-11ed-8483-1eec68afd4db | InvocationID=464ff42c-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:06:49+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4187ab42-88d1-11ed-8483-1eec68afd4db | InvocationID=4187acfa-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:06:49+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50730110-88d1-11ed-8483-1eec68afd4db | InvocationID=507302dc-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:06:49+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50730110-88d1-11ed-8483-1eec68afd4db | InvocationID=507302dc-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:06:49+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50730110-88d1-11ed-8483-1eec68afd4db | InvocationID=507302dc-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:06:57+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=464ff274-88d1-11ed-8483-1eec68afd4db | InvocationID=464ff42c-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:06:57+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=551388fc-88d1-11ed-8483-1eec68afd4db | InvocationID=55138bb8-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:07:14+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50730110-88d1-11ed-8483-1eec68afd4db | InvocationID=507302dc-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:07:14+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f5e7b14-88d1-11ed-8483-1eec68afd4db | InvocationID=5f5e7df8-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:07:14+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f5e7b14-88d1-11ed-8483-1eec68afd4db | InvocationID=5f5e7df8-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:07:14+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f5e7b14-88d1-11ed-8483-1eec68afd4db | InvocationID=5f5e7df8-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:07:22+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=551388fc-88d1-11ed-8483-1eec68afd4db | InvocationID=55138bb8-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:07:22+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63d52634-88d1-11ed-8483-1eec68afd4db | InvocationID=63d527f6-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:07:39+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f5e7b14-88d1-11ed-8483-1eec68afd4db | InvocationID=5f5e7df8-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:07:39+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e49d7d6-88d1-11ed-8483-1eec68afd4db | InvocationID=6e49db3c-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:07:39+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e49d7d6-88d1-11ed-8483-1eec68afd4db | InvocationID=6e49db3c-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:07:39+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e49d7d6-88d1-11ed-8483-1eec68afd4db | InvocationID=6e49db3c-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:07:47+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63d52634-88d1-11ed-8483-1eec68afd4db | InvocationID=63d527f6-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:07:47+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7295fe5a-88d1-11ed-8483-1eec68afd4db | InvocationID=72960026-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:08:04+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e49d7d6-88d1-11ed-8483-1eec68afd4db | InvocationID=6e49db3c-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:08:04+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d37c000-88d1-11ed-8483-1eec68afd4db | InvocationID=7d37c2c6-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:08:04+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d37c000-88d1-11ed-8483-1eec68afd4db | InvocationID=7d37c2c6-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:08:04+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d37c000-88d1-11ed-8483-1eec68afd4db | InvocationID=7d37c2c6-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:08:11+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7295fe5a-88d1-11ed-8483-1eec68afd4db | InvocationID=72960026-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:08:11+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8157b8e8-88d1-11ed-8483-1eec68afd4db | InvocationID=8157baa0-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:08:29+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d37c000-88d1-11ed-8483-1eec68afd4db | InvocationID=7d37c2c6-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:08:29+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c230af2-88d1-11ed-8483-1eec68afd4db | InvocationID=8c230d18-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:08:29+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c230af2-88d1-11ed-8483-1eec68afd4db | InvocationID=8c230d18-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:08:29+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c230af2-88d1-11ed-8483-1eec68afd4db | InvocationID=8c230d18-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:08:36+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8157b8e8-88d1-11ed-8483-1eec68afd4db | InvocationID=8157baa0-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:08:36+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90184050-88d1-11ed-8483-1eec68afd4db | InvocationID=90184258-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:08:54+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c230af2-88d1-11ed-8483-1eec68afd4db | InvocationID=8c230d18-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:08:54+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b0e5634-88d1-11ed-8483-1eec68afd4db | InvocationID=9b0e5864-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:08:54+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b0e5634-88d1-11ed-8483-1eec68afd4db | InvocationID=9b0e5864-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:08:54+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b0e5634-88d1-11ed-8483-1eec68afd4db | InvocationID=9b0e5864-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:09:01+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90184050-88d1-11ed-8483-1eec68afd4db | InvocationID=90184258-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:09:01+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9edaa704-88d1-11ed-8483-1eec68afd4db | InvocationID=9edaaa1a-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:09:19+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b0e5634-88d1-11ed-8483-1eec68afd4db | InvocationID=9b0e5864-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:09:19+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9f9a158-88d1-11ed-8483-1eec68afd4db | InvocationID=a9f9a3ba-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:09:19+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9f9a158-88d1-11ed-8483-1eec68afd4db | InvocationID=a9f9a3ba-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:09:19+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9f9a158-88d1-11ed-8483-1eec68afd4db | InvocationID=a9f9a3ba-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:09:26+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9edaa704-88d1-11ed-8483-1eec68afd4db | InvocationID=9edaaa1a-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:09:26+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad9c058a-88d1-11ed-8483-1eec68afd4db | InvocationID=ad9c0742-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:09:44+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9f9a158-88d1-11ed-8483-1eec68afd4db | InvocationID=a9f9a3ba-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:09:44+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8e54028-88d1-11ed-8483-1eec68afd4db | InvocationID=b8e541f4-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:09:45+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8e54028-88d1-11ed-8483-1eec68afd4db | InvocationID=b8e541f4-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:09:45+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8e54028-88d1-11ed-8483-1eec68afd4db | InvocationID=b8e541f4-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:09:50+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad9c058a-88d1-11ed-8483-1eec68afd4db | InvocationID=ad9c0742-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:09:50+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc5f0342-88d1-11ed-8483-1eec68afd4db | InvocationID=bc5f04fa-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-31T06:10:10+0000 | policy_event_thread | 139821287832352 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8e54028-88d1-11ed-8483-1eec68afd4db | InvocationID=b8e541f4-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF activation/deactivation policy response events.
2022-12-31T06:10:10+0000 | policy_event_thread | 139821287832352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d07a1c-88d1-11ed-8483-1eec68afd4db | InvocationID=c7d07c7e-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-31T06:10:10+0000 | policy_event_thread | 139821287832352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d07a1c-88d1-11ed-8483-1eec68afd4db | InvocationID=c7d07c7e-88d1-11ed-8483-1eec68afd4db | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:10:10+0000 | policy_event_thread | 139821287832352 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7d07a1c-88d1-11ed-8483-1eec68afd4db | InvocationID=c7d07c7e-88d1-11ed-8483-1eec68afd4db | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-31T06:10:15+0000 | aai_event_thread | 139821286771488 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc5f0342-88d1-11ed-8483-1eec68afd4db | InvocationID=bc5f04fa-88d1-11ed-8483-1eec68afd4db | Polling MR for XNF AAI events.
2022-12-31T06:10:15+0000 | aai_event_thread | 139821286771488 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb20854a-88d1-11ed-8483-1eec68afd4db | InvocationID=cb208716-88d1-11ed-8483-1eec68afd4db | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT