Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-11-11T05:03:22+0000 | MainThread | 139969513606472 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-11T05:03:22+0000 | MainThread | 139969513606472 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-11-11T05:03:22+0000 | MainThread | 139969513606472 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-11T05:03:22+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:03:22+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-11T05:03:22+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a5891ae-617e-11ed-a803-b220dad94083 | InvocationID=2a5894d8-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:03:22+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a58b918-617e-11ed-a803-b220dad94083 | InvocationID=2a58ba4e-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:03:22+0000 | MainThread | 139969513606472 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-11T05:03:22+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a58b918-617e-11ed-a803-b220dad94083 | InvocationID=2a58ba4e-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:03:22+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a5891ae-617e-11ed-a803-b220dad94083 | InvocationID=2a5894d8-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:03:22+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a58b918-617e-11ed-a803-b220dad94083 | InvocationID=2a58ba4e-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:03:22+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a5891ae-617e-11ed-a803-b220dad94083 | InvocationID=2a5894d8-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:03:42+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a58b918-617e-11ed-a803-b220dad94083 | InvocationID=2a58ba4e-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:03:42+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=367057a6-617e-11ed-a803-b220dad94083 | InvocationID=36705ada-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:03:42+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=367057a6-617e-11ed-a803-b220dad94083 | InvocationID=36705ada-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:03:42+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=367057a6-617e-11ed-a803-b220dad94083 | InvocationID=36705ada-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:03:47+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a5891ae-617e-11ed-a803-b220dad94083 | InvocationID=2a5894d8-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:03:47+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=396b50e6-617e-11ed-a803-b220dad94083 | InvocationID=396b5334-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:03:47+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=396b50e6-617e-11ed-a803-b220dad94083 | InvocationID=396b5334-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:03:47+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=396b50e6-617e-11ed-a803-b220dad94083 | InvocationID=396b5334-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:04:02+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=367057a6-617e-11ed-a803-b220dad94083 | InvocationID=36705ada-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:04:02+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4261da9e-617e-11ed-a803-b220dad94083 | InvocationID=4261dc56-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:04:02+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4261da9e-617e-11ed-a803-b220dad94083 | InvocationID=4261dc56-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:04:02+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4261da9e-617e-11ed-a803-b220dad94083 | InvocationID=4261dc56-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:04:12+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=396b50e6-617e-11ed-a803-b220dad94083 | InvocationID=396b5334-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:04:12+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=485d4ece-617e-11ed-a803-b220dad94083 | InvocationID=485d509a-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:04:12+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=485d4ece-617e-11ed-a803-b220dad94083 | InvocationID=485d509a-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:04:12+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=485d4ece-617e-11ed-a803-b220dad94083 | InvocationID=485d509a-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:04:22+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4261da9e-617e-11ed-a803-b220dad94083 | InvocationID=4261dc56-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:04:22+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e53be62-617e-11ed-a803-b220dad94083 | InvocationID=4e53c024-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:04:22+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e53be62-617e-11ed-a803-b220dad94083 | InvocationID=4e53c024-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:04:22+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e53be62-617e-11ed-a803-b220dad94083 | InvocationID=4e53c024-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:04:37+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=485d4ece-617e-11ed-a803-b220dad94083 | InvocationID=485d509a-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:04:37+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=575cddf4-617e-11ed-a803-b220dad94083 | InvocationID=575cdfde-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:04:37+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=575cddf4-617e-11ed-a803-b220dad94083 | InvocationID=575cdfde-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:04:37+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=575cddf4-617e-11ed-a803-b220dad94083 | InvocationID=575cdfde-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:04:42+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e53be62-617e-11ed-a803-b220dad94083 | InvocationID=4e53c024-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:04:42+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a51ffa8-617e-11ed-a803-b220dad94083 | InvocationID=5a52014c-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:04:42+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a51ffa8-617e-11ed-a803-b220dad94083 | InvocationID=5a52014c-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:04:42+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a51ffa8-617e-11ed-a803-b220dad94083 | InvocationID=5a52014c-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:05:02+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a51ffa8-617e-11ed-a803-b220dad94083 | InvocationID=5a52014c-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:05:02+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6643c62a-617e-11ed-a803-b220dad94083 | InvocationID=6643c7a6-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:05:02+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=575cddf4-617e-11ed-a803-b220dad94083 | InvocationID=575cdfde-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:05:02+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6647b17c-617e-11ed-a803-b220dad94083 | InvocationID=6647b37a-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:05:02+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6643c62a-617e-11ed-a803-b220dad94083 | InvocationID=6643c7a6-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:05:02+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6643c62a-617e-11ed-a803-b220dad94083 | InvocationID=6643c7a6-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:05:02+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6647b17c-617e-11ed-a803-b220dad94083 | InvocationID=6647b37a-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:05:02+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6647b17c-617e-11ed-a803-b220dad94083 | InvocationID=6647b37a-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:05:22+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6643c62a-617e-11ed-a803-b220dad94083 | InvocationID=6643c7a6-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:05:22+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72360b1e-617e-11ed-a803-b220dad94083 | InvocationID=7236108c-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:05:22+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72360b1e-617e-11ed-a803-b220dad94083 | InvocationID=7236108c-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:05:22+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72360b1e-617e-11ed-a803-b220dad94083 | InvocationID=7236108c-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:05:27+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6647b17c-617e-11ed-a803-b220dad94083 | InvocationID=6647b37a-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:05:27+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75351fbc-617e-11ed-a803-b220dad94083 | InvocationID=753521c4-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:05:27+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75351fbc-617e-11ed-a803-b220dad94083 | InvocationID=753521c4-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:05:27+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75351fbc-617e-11ed-a803-b220dad94083 | InvocationID=753521c4-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:05:42+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72360b1e-617e-11ed-a803-b220dad94083 | InvocationID=7236108c-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:05:42+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e2d8faa-617e-11ed-a803-b220dad94083 | InvocationID=7e2d91d0-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:05:42+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e2d8faa-617e-11ed-a803-b220dad94083 | InvocationID=7e2d91d0-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:05:42+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e2d8faa-617e-11ed-a803-b220dad94083 | InvocationID=7e2d91d0-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:05:52+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75351fbc-617e-11ed-a803-b220dad94083 | InvocationID=753521c4-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:05:52+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=842143ac-617e-11ed-a803-b220dad94083 | InvocationID=84214578-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:05:52+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=842143ac-617e-11ed-a803-b220dad94083 | InvocationID=84214578-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:05:52+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=842143ac-617e-11ed-a803-b220dad94083 | InvocationID=84214578-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:06:02+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e2d8faa-617e-11ed-a803-b220dad94083 | InvocationID=7e2d91d0-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:06:02+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a1e44da-617e-11ed-a803-b220dad94083 | InvocationID=8a1e4fde-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:06:02+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a1e44da-617e-11ed-a803-b220dad94083 | InvocationID=8a1e4fde-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:06:02+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a1e44da-617e-11ed-a803-b220dad94083 | InvocationID=8a1e4fde-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:06:17+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=842143ac-617e-11ed-a803-b220dad94083 | InvocationID=84214578-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:06:17+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93112116-617e-11ed-a803-b220dad94083 | InvocationID=93112440-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:06:17+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93112116-617e-11ed-a803-b220dad94083 | InvocationID=93112440-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:06:17+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93112116-617e-11ed-a803-b220dad94083 | InvocationID=93112440-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:06:22+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a1e44da-617e-11ed-a803-b220dad94083 | InvocationID=8a1e4fde-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:06:22+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=960f22dc-617e-11ed-a803-b220dad94083 | InvocationID=960f24b2-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:06:22+0000 | aai_event_thread | 139969462868768 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=960f22dc-617e-11ed-a803-b220dad94083 | InvocationID=960f24b2-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:06:22+0000 | aai_event_thread | 139969462868768 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=960f22dc-617e-11ed-a803-b220dad94083 | InvocationID=960f24b2-617e-11ed-a803-b220dad94083 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-11T05:06:42+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93112116-617e-11ed-a803-b220dad94083 | InvocationID=93112440-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:06:42+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1fead7e-617e-11ed-a803-b220dad94083 | InvocationID=a1feaf0e-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:06:43+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=960f22dc-617e-11ed-a803-b220dad94083 | InvocationID=960f24b2-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:06:43+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a200c852-617e-11ed-a803-b220dad94083 | InvocationID=a200c9ce-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:06:43+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1fead7e-617e-11ed-a803-b220dad94083 | InvocationID=a1feaf0e-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:06:43+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1fead7e-617e-11ed-a803-b220dad94083 | InvocationID=a1feaf0e-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:07:07+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a200c852-617e-11ed-a803-b220dad94083 | InvocationID=a200c9ce-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:07:07+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b07e8586-617e-11ed-a803-b220dad94083 | InvocationID=b07e8784-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:07:08+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1fead7e-617e-11ed-a803-b220dad94083 | InvocationID=a1feaf0e-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:07:08+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0eb29e8-617e-11ed-a803-b220dad94083 | InvocationID=b0eb2bfa-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:07:08+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0eb29e8-617e-11ed-a803-b220dad94083 | InvocationID=b0eb2bfa-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:07:08+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0eb29e8-617e-11ed-a803-b220dad94083 | InvocationID=b0eb2bfa-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:07:27+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b07e8586-617e-11ed-a803-b220dad94083 | InvocationID=b07e8784-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:07:27+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc71ec52-617e-11ed-a803-b220dad94083 | InvocationID=bc71ee64-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:07:33+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0eb29e8-617e-11ed-a803-b220dad94083 | InvocationID=b0eb2bfa-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:07:33+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfd62a7a-617e-11ed-a803-b220dad94083 | InvocationID=bfd62c46-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:07:33+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfd62a7a-617e-11ed-a803-b220dad94083 | InvocationID=bfd62c46-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:07:33+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfd62a7a-617e-11ed-a803-b220dad94083 | InvocationID=bfd62c46-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:07:47+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc71ec52-617e-11ed-a803-b220dad94083 | InvocationID=bc71ee64-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:07:47+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8653aa0-617e-11ed-a803-b220dad94083 | InvocationID=c8653c62-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:07:58+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfd62a7a-617e-11ed-a803-b220dad94083 | InvocationID=bfd62c46-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:07:58+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cec251ee-617e-11ed-a803-b220dad94083 | InvocationID=cec25374-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:07:58+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cec251ee-617e-11ed-a803-b220dad94083 | InvocationID=cec25374-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:07:58+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cec251ee-617e-11ed-a803-b220dad94083 | InvocationID=cec25374-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:08:07+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8653aa0-617e-11ed-a803-b220dad94083 | InvocationID=c8653c62-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:08:07+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d46157a8-617e-11ed-a803-b220dad94083 | InvocationID=d461591a-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:08:23+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cec251ee-617e-11ed-a803-b220dad94083 | InvocationID=cec25374-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:08:23+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddacbe06-617e-11ed-a803-b220dad94083 | InvocationID=ddacbfaa-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:08:23+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddacbe06-617e-11ed-a803-b220dad94083 | InvocationID=ddacbfaa-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:08:23+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddacbe06-617e-11ed-a803-b220dad94083 | InvocationID=ddacbfaa-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:08:28+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d46157a8-617e-11ed-a803-b220dad94083 | InvocationID=d461591a-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:08:28+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0af1e64-617e-11ed-a803-b220dad94083 | InvocationID=e0af201c-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:08:48+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddacbe06-617e-11ed-a803-b220dad94083 | InvocationID=ddacbfaa-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:08:48+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec98ae5c-617e-11ed-a803-b220dad94083 | InvocationID=ec98afce-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:08:48+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec98ae5c-617e-11ed-a803-b220dad94083 | InvocationID=ec98afce-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:08:48+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec98ae5c-617e-11ed-a803-b220dad94083 | InvocationID=ec98afce-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:08:52+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0af1e64-617e-11ed-a803-b220dad94083 | InvocationID=e0af201c-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:08:52+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef732486-617e-11ed-a803-b220dad94083 | InvocationID=ef732616-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:09:13+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec98ae5c-617e-11ed-a803-b220dad94083 | InvocationID=ec98afce-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:09:13+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb83ce88-617e-11ed-a803-b220dad94083 | InvocationID=fb83d018-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:09:13+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb83ce88-617e-11ed-a803-b220dad94083 | InvocationID=fb83d018-617e-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:09:13+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb83ce88-617e-11ed-a803-b220dad94083 | InvocationID=fb83d018-617e-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:09:17+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef732486-617e-11ed-a803-b220dad94083 | InvocationID=ef732616-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:09:17+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe34de24-617e-11ed-a803-b220dad94083 | InvocationID=fe34dfa0-617e-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:09:38+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb83ce88-617e-11ed-a803-b220dad94083 | InvocationID=fb83d018-617e-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:09:38+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a6e8550-617f-11ed-a803-b220dad94083 | InvocationID=0a6e8794-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:09:38+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a6e8550-617f-11ed-a803-b220dad94083 | InvocationID=0a6e8794-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:09:38+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a6e8550-617f-11ed-a803-b220dad94083 | InvocationID=0a6e8794-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:09:42+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe34de24-617e-11ed-a803-b220dad94083 | InvocationID=fe34dfa0-617e-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:09:42+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cf63296-617f-11ed-a803-b220dad94083 | InvocationID=0cf63502-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:10:03+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a6e8550-617f-11ed-a803-b220dad94083 | InvocationID=0a6e8794-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:10:03+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=195a09a4-617f-11ed-a803-b220dad94083 | InvocationID=195a0c60-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:10:03+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=195a09a4-617f-11ed-a803-b220dad94083 | InvocationID=195a0c60-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:10:03+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=195a09a4-617f-11ed-a803-b220dad94083 | InvocationID=195a0c60-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:10:07+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cf63296-617f-11ed-a803-b220dad94083 | InvocationID=0cf63502-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:10:07+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bb77290-617f-11ed-a803-b220dad94083 | InvocationID=1bb774b6-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:10:28+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=195a09a4-617f-11ed-a803-b220dad94083 | InvocationID=195a0c60-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:10:28+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2844c472-617f-11ed-a803-b220dad94083 | InvocationID=2844cd00-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:10:28+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2844c472-617f-11ed-a803-b220dad94083 | InvocationID=2844cd00-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:10:28+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2844c472-617f-11ed-a803-b220dad94083 | InvocationID=2844cd00-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:10:31+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bb77290-617f-11ed-a803-b220dad94083 | InvocationID=1bb774b6-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:10:31+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a7a7a3e-617f-11ed-a803-b220dad94083 | InvocationID=2a7a7c3c-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:10:53+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2844c472-617f-11ed-a803-b220dad94083 | InvocationID=2844cd00-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:10:53+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=372f9c78-617f-11ed-a803-b220dad94083 | InvocationID=372f9e94-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:10:53+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=372f9c78-617f-11ed-a803-b220dad94083 | InvocationID=372f9e94-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:10:53+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=372f9c78-617f-11ed-a803-b220dad94083 | InvocationID=372f9e94-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:10:56+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a7a7a3e-617f-11ed-a803-b220dad94083 | InvocationID=2a7a7c3c-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:10:56+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=393ad3a2-617f-11ed-a803-b220dad94083 | InvocationID=393ad5d2-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:11:18+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=372f9c78-617f-11ed-a803-b220dad94083 | InvocationID=372f9e94-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:11:18+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=461a7c30-617f-11ed-a803-b220dad94083 | InvocationID=461a7df2-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:11:18+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=461a7c30-617f-11ed-a803-b220dad94083 | InvocationID=461a7df2-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:11:18+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=461a7c30-617f-11ed-a803-b220dad94083 | InvocationID=461a7df2-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:11:21+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=393ad3a2-617f-11ed-a803-b220dad94083 | InvocationID=393ad5d2-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:11:21+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47fb650a-617f-11ed-a803-b220dad94083 | InvocationID=47fb7fc2-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:11:43+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=461a7c30-617f-11ed-a803-b220dad94083 | InvocationID=461a7df2-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:11:43+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=550574e8-617f-11ed-a803-b220dad94083 | InvocationID=550576e6-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:11:43+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=550574e8-617f-11ed-a803-b220dad94083 | InvocationID=550576e6-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:11:43+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=550574e8-617f-11ed-a803-b220dad94083 | InvocationID=550576e6-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:11:46+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47fb650a-617f-11ed-a803-b220dad94083 | InvocationID=47fb7fc2-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:11:46+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56be9b8e-617f-11ed-a803-b220dad94083 | InvocationID=56be9d14-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:12:08+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=550574e8-617f-11ed-a803-b220dad94083 | InvocationID=550576e6-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:12:08+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63eff636-617f-11ed-a803-b220dad94083 | InvocationID=63effa28-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:12:08+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63eff636-617f-11ed-a803-b220dad94083 | InvocationID=63effa28-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:12:08+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63eff636-617f-11ed-a803-b220dad94083 | InvocationID=63effa28-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:12:10+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56be9b8e-617f-11ed-a803-b220dad94083 | InvocationID=56be9d14-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:12:10+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657d8bd0-617f-11ed-a803-b220dad94083 | InvocationID=657d8d6a-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:12:33+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63eff636-617f-11ed-a803-b220dad94083 | InvocationID=63effa28-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:12:33+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72da6758-617f-11ed-a803-b220dad94083 | InvocationID=72da68e8-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:12:33+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72da6758-617f-11ed-a803-b220dad94083 | InvocationID=72da68e8-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:12:33+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72da6758-617f-11ed-a803-b220dad94083 | InvocationID=72da68e8-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:12:35+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=657d8bd0-617f-11ed-a803-b220dad94083 | InvocationID=657d8d6a-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:12:35+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=743d11ea-617f-11ed-a803-b220dad94083 | InvocationID=743d138e-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:12:58+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72da6758-617f-11ed-a803-b220dad94083 | InvocationID=72da68e8-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:12:58+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c4c272-617f-11ed-a803-b220dad94083 | InvocationID=81c4c45c-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:12:58+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c4c272-617f-11ed-a803-b220dad94083 | InvocationID=81c4c45c-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:12:58+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c4c272-617f-11ed-a803-b220dad94083 | InvocationID=81c4c45c-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:13:00+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=743d11ea-617f-11ed-a803-b220dad94083 | InvocationID=743d138e-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:13:00+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82fc4c5a-617f-11ed-a803-b220dad94083 | InvocationID=82fc4f84-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:13:23+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c4c272-617f-11ed-a803-b220dad94083 | InvocationID=81c4c45c-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:13:23+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90aff1b2-617f-11ed-a803-b220dad94083 | InvocationID=90aff3b0-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:13:23+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90aff1b2-617f-11ed-a803-b220dad94083 | InvocationID=90aff3b0-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:13:23+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90aff1b2-617f-11ed-a803-b220dad94083 | InvocationID=90aff3b0-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:13:25+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82fc4c5a-617f-11ed-a803-b220dad94083 | InvocationID=82fc4f84-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:13:25+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91bcc486-617f-11ed-a803-b220dad94083 | InvocationID=91bcc6e8-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:13:48+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90aff1b2-617f-11ed-a803-b220dad94083 | InvocationID=90aff3b0-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:13:48+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9d0746-617f-11ed-a803-b220dad94083 | InvocationID=9f9d096c-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:13:48+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9d0746-617f-11ed-a803-b220dad94083 | InvocationID=9f9d096c-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:13:48+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9d0746-617f-11ed-a803-b220dad94083 | InvocationID=9f9d096c-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:13:49+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91bcc486-617f-11ed-a803-b220dad94083 | InvocationID=91bcc6e8-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:13:49+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a07ffa4c-617f-11ed-a803-b220dad94083 | InvocationID=a07ffc90-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:14:13+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f9d0746-617f-11ed-a803-b220dad94083 | InvocationID=9f9d096c-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:14:13+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae8a7ce8-617f-11ed-a803-b220dad94083 | InvocationID=ae8a8616-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:14:13+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae8a7ce8-617f-11ed-a803-b220dad94083 | InvocationID=ae8a8616-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:14:13+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae8a7ce8-617f-11ed-a803-b220dad94083 | InvocationID=ae8a8616-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:14:14+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a07ffa4c-617f-11ed-a803-b220dad94083 | InvocationID=a07ffc90-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:14:14+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af40019e-617f-11ed-a803-b220dad94083 | InvocationID=af40036a-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:14:38+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae8a7ce8-617f-11ed-a803-b220dad94083 | InvocationID=ae8a8616-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:14:38+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd7534d2-617f-11ed-a803-b220dad94083 | InvocationID=bd7538e2-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:14:38+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd7534d2-617f-11ed-a803-b220dad94083 | InvocationID=bd7538e2-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:14:38+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd7534d2-617f-11ed-a803-b220dad94083 | InvocationID=bd7538e2-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:14:39+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af40019e-617f-11ed-a803-b220dad94083 | InvocationID=af40036a-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:14:39+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdfe4722-617f-11ed-a803-b220dad94083 | InvocationID=bdfe48e4-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:15:03+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd7534d2-617f-11ed-a803-b220dad94083 | InvocationID=bd7538e2-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:15:03+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc605508-617f-11ed-a803-b220dad94083 | InvocationID=cc6056d4-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:15:03+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc605508-617f-11ed-a803-b220dad94083 | InvocationID=cc6056d4-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:15:03+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc605508-617f-11ed-a803-b220dad94083 | InvocationID=cc6056d4-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:15:04+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdfe4722-617f-11ed-a803-b220dad94083 | InvocationID=bdfe48e4-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:15:04+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbea4f0-617f-11ed-a803-b220dad94083 | InvocationID=ccbea680-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:15:28+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc605508-617f-11ed-a803-b220dad94083 | InvocationID=cc6056d4-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:15:28+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db4acdaa-617f-11ed-a803-b220dad94083 | InvocationID=db4acf8a-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:15:28+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db4acdaa-617f-11ed-a803-b220dad94083 | InvocationID=db4acf8a-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:15:28+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db4acdaa-617f-11ed-a803-b220dad94083 | InvocationID=db4acf8a-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:15:28+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccbea4f0-617f-11ed-a803-b220dad94083 | InvocationID=ccbea680-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:15:28+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db7f40bc-617f-11ed-a803-b220dad94083 | InvocationID=db7f445e-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:15:53+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db4acdaa-617f-11ed-a803-b220dad94083 | InvocationID=db4acf8a-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:15:53+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea34db4e-617f-11ed-a803-b220dad94083 | InvocationID=ea34dd7e-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:15:53+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea34db4e-617f-11ed-a803-b220dad94083 | InvocationID=ea34dd7e-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:15:53+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea34db4e-617f-11ed-a803-b220dad94083 | InvocationID=ea34dd7e-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:15:53+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db7f40bc-617f-11ed-a803-b220dad94083 | InvocationID=db7f445e-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:15:53+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea42ddf2-617f-11ed-a803-b220dad94083 | InvocationID=ea42df5a-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:16:18+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea42ddf2-617f-11ed-a803-b220dad94083 | InvocationID=ea42df5a-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:16:18+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f902e5b2-617f-11ed-a803-b220dad94083 | InvocationID=f902e72e-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:16:18+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea34db4e-617f-11ed-a803-b220dad94083 | InvocationID=ea34dd7e-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:16:18+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f91f92e8-617f-11ed-a803-b220dad94083 | InvocationID=f91f94dc-617f-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:16:18+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f91f92e8-617f-11ed-a803-b220dad94083 | InvocationID=f91f94dc-617f-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:16:18+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f91f92e8-617f-11ed-a803-b220dad94083 | InvocationID=f91f94dc-617f-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:16:43+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f902e5b2-617f-11ed-a803-b220dad94083 | InvocationID=f902e72e-617f-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:16:43+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07c41986-6180-11ed-a803-b220dad94083 | InvocationID=07c41b70-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:16:43+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f91f92e8-617f-11ed-a803-b220dad94083 | InvocationID=f91f94dc-617f-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:16:43+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08099ae2-6180-11ed-a803-b220dad94083 | InvocationID=08099ce0-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:16:43+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08099ae2-6180-11ed-a803-b220dad94083 | InvocationID=08099ce0-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:16:43+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08099ae2-6180-11ed-a803-b220dad94083 | InvocationID=08099ce0-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:17:07+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07c41986-6180-11ed-a803-b220dad94083 | InvocationID=07c41b70-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:17:07+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168614b0-6180-11ed-a803-b220dad94083 | InvocationID=16861636-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:17:08+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08099ae2-6180-11ed-a803-b220dad94083 | InvocationID=08099ce0-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:17:08+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16f78028-6180-11ed-a803-b220dad94083 | InvocationID=16f7824e-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:17:08+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16f78028-6180-11ed-a803-b220dad94083 | InvocationID=16f7824e-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:17:08+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16f78028-6180-11ed-a803-b220dad94083 | InvocationID=16f7824e-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:17:32+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=168614b0-6180-11ed-a803-b220dad94083 | InvocationID=16861636-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:17:32+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2547eca8-6180-11ed-a803-b220dad94083 | InvocationID=2547eed8-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:17:33+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16f78028-6180-11ed-a803-b220dad94083 | InvocationID=16f7824e-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:17:33+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25e277aa-6180-11ed-a803-b220dad94083 | InvocationID=25e27976-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:17:33+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25e277aa-6180-11ed-a803-b220dad94083 | InvocationID=25e27976-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:17:33+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25e277aa-6180-11ed-a803-b220dad94083 | InvocationID=25e27976-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:17:57+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2547eca8-6180-11ed-a803-b220dad94083 | InvocationID=2547eed8-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:17:57+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=340c344c-6180-11ed-a803-b220dad94083 | InvocationID=340c3622-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:17:58+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25e277aa-6180-11ed-a803-b220dad94083 | InvocationID=25e27976-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:17:58+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34cd0fb4-6180-11ed-a803-b220dad94083 | InvocationID=34cd1158-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:17:58+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34cd0fb4-6180-11ed-a803-b220dad94083 | InvocationID=34cd1158-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:17:58+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34cd0fb4-6180-11ed-a803-b220dad94083 | InvocationID=34cd1158-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:18:22+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=340c344c-6180-11ed-a803-b220dad94083 | InvocationID=340c3622-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:18:22+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42cd930e-6180-11ed-a803-b220dad94083 | InvocationID=42cd9b38-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:18:23+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34cd0fb4-6180-11ed-a803-b220dad94083 | InvocationID=34cd1158-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:18:23+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43b77b7c-6180-11ed-a803-b220dad94083 | InvocationID=43b77d20-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:18:23+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43b77b7c-6180-11ed-a803-b220dad94083 | InvocationID=43b77d20-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:18:23+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43b77b7c-6180-11ed-a803-b220dad94083 | InvocationID=43b77d20-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:18:47+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42cd930e-6180-11ed-a803-b220dad94083 | InvocationID=42cd9b38-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:18:47+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=518e49b0-6180-11ed-a803-b220dad94083 | InvocationID=518e4b54-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:18:48+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43b77b7c-6180-11ed-a803-b220dad94083 | InvocationID=43b77d20-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:18:48+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52a1ff22-6180-11ed-a803-b220dad94083 | InvocationID=52a2009e-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:18:48+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52a1ff22-6180-11ed-a803-b220dad94083 | InvocationID=52a2009e-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:18:48+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52a1ff22-6180-11ed-a803-b220dad94083 | InvocationID=52a2009e-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:19:11+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=518e49b0-6180-11ed-a803-b220dad94083 | InvocationID=518e4b54-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:19:11+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604ea10c-6180-11ed-a803-b220dad94083 | InvocationID=604ea2b0-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:19:13+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52a1ff22-6180-11ed-a803-b220dad94083 | InvocationID=52a2009e-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:19:13+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=618bdf44-6180-11ed-a803-b220dad94083 | InvocationID=618be138-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:19:13+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=618bdf44-6180-11ed-a803-b220dad94083 | InvocationID=618be138-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:19:13+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=618bdf44-6180-11ed-a803-b220dad94083 | InvocationID=618be138-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:19:36+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=604ea10c-6180-11ed-a803-b220dad94083 | InvocationID=604ea2b0-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:19:36+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f0edb4e-6180-11ed-a803-b220dad94083 | InvocationID=6f0ee1c0-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:19:38+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=618bdf44-6180-11ed-a803-b220dad94083 | InvocationID=618be138-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:19:38+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=707614a2-6180-11ed-a803-b220dad94083 | InvocationID=70761664-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:19:38+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=707614a2-6180-11ed-a803-b220dad94083 | InvocationID=70761664-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:19:38+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=707614a2-6180-11ed-a803-b220dad94083 | InvocationID=70761664-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:20:01+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f0edb4e-6180-11ed-a803-b220dad94083 | InvocationID=6f0ee1c0-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:20:01+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dcecafe-6180-11ed-a803-b220dad94083 | InvocationID=7dcecd06-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:20:03+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=707614a2-6180-11ed-a803-b220dad94083 | InvocationID=70761664-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:20:03+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f6028cc-6180-11ed-a803-b220dad94083 | InvocationID=7f602a5c-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:20:03+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f6028cc-6180-11ed-a803-b220dad94083 | InvocationID=7f602a5c-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:20:03+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f6028cc-6180-11ed-a803-b220dad94083 | InvocationID=7f602a5c-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:20:26+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dcecafe-6180-11ed-a803-b220dad94083 | InvocationID=7dcecd06-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:20:26+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c8f1ab2-6180-11ed-a803-b220dad94083 | InvocationID=8c8f1cec-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:20:28+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f6028cc-6180-11ed-a803-b220dad94083 | InvocationID=7f602a5c-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:20:28+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e4a2ce8-6180-11ed-a803-b220dad94083 | InvocationID=8e4a2f40-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:20:28+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e4a2ce8-6180-11ed-a803-b220dad94083 | InvocationID=8e4a2f40-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:20:28+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e4a2ce8-6180-11ed-a803-b220dad94083 | InvocationID=8e4a2f40-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:20:50+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c8f1ab2-6180-11ed-a803-b220dad94083 | InvocationID=8c8f1cec-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:20:50+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b4f3618-6180-11ed-a803-b220dad94083 | InvocationID=9b4f478e-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:20:53+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e4a2ce8-6180-11ed-a803-b220dad94083 | InvocationID=8e4a2f40-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:20:53+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d34de74-6180-11ed-a803-b220dad94083 | InvocationID=9d34e004-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:20:53+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d34de74-6180-11ed-a803-b220dad94083 | InvocationID=9d34e004-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:20:53+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d34de74-6180-11ed-a803-b220dad94083 | InvocationID=9d34e004-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:21:15+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b4f3618-6180-11ed-a803-b220dad94083 | InvocationID=9b4f478e-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:21:15+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa0f84b4-6180-11ed-a803-b220dad94083 | InvocationID=aa0f8680-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:21:18+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d34de74-6180-11ed-a803-b220dad94083 | InvocationID=9d34e004-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:21:18+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac1f0ba8-6180-11ed-a803-b220dad94083 | InvocationID=ac1f0dec-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:21:18+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac1f0ba8-6180-11ed-a803-b220dad94083 | InvocationID=ac1f0dec-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:21:19+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac1f0ba8-6180-11ed-a803-b220dad94083 | InvocationID=ac1f0dec-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:21:40+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa0f84b4-6180-11ed-a803-b220dad94083 | InvocationID=aa0f8680-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:21:40+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8cffc0e-6180-11ed-a803-b220dad94083 | InvocationID=b8cffd9e-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:21:44+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac1f0ba8-6180-11ed-a803-b220dad94083 | InvocationID=ac1f0dec-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:21:44+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb098aa8-6180-11ed-a803-b220dad94083 | InvocationID=bb098ca6-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:21:44+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb098aa8-6180-11ed-a803-b220dad94083 | InvocationID=bb098ca6-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:21:44+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb098aa8-6180-11ed-a803-b220dad94083 | InvocationID=bb098ca6-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:22:05+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8cffc0e-6180-11ed-a803-b220dad94083 | InvocationID=b8cffd9e-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:22:05+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c790818c-6180-11ed-a803-b220dad94083 | InvocationID=c7908344-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:22:09+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb098aa8-6180-11ed-a803-b220dad94083 | InvocationID=bb098ca6-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:22:09+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f4514c-6180-11ed-a803-b220dad94083 | InvocationID=c9f45340-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:22:09+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f4514c-6180-11ed-a803-b220dad94083 | InvocationID=c9f45340-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:22:09+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9f4514c-6180-11ed-a803-b220dad94083 | InvocationID=c9f45340-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:22:29+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c790818c-6180-11ed-a803-b220dad94083 | InvocationID=c7908344-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:22:29+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d66c85a2-6180-11ed-a803-b220dad94083 | InvocationID=d66c8714-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:22:34+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9f4514c-6180-11ed-a803-b220dad94083 | InvocationID=c9f45340-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:22:34+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8e06f60-6180-11ed-a803-b220dad94083 | InvocationID=d8e07172-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:22:34+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8e06f60-6180-11ed-a803-b220dad94083 | InvocationID=d8e07172-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:22:34+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8e06f60-6180-11ed-a803-b220dad94083 | InvocationID=d8e07172-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:22:54+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d66c85a2-6180-11ed-a803-b220dad94083 | InvocationID=d66c8714-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:22:54+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e530474a-6180-11ed-a803-b220dad94083 | InvocationID=e53048bc-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:22:59+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8e06f60-6180-11ed-a803-b220dad94083 | InvocationID=d8e07172-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:22:59+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7cbcea2-6180-11ed-a803-b220dad94083 | InvocationID=e7cbd0d2-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:22:59+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7cbcea2-6180-11ed-a803-b220dad94083 | InvocationID=e7cbd0d2-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:22:59+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7cbcea2-6180-11ed-a803-b220dad94083 | InvocationID=e7cbd0d2-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:23:19+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e530474a-6180-11ed-a803-b220dad94083 | InvocationID=e53048bc-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:23:19+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3efe704-6180-11ed-a803-b220dad94083 | InvocationID=f3efe920-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:23:24+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7cbcea2-6180-11ed-a803-b220dad94083 | InvocationID=e7cbd0d2-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:23:24+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b7f42c-6180-11ed-a803-b220dad94083 | InvocationID=f6b7f5ee-6180-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:23:24+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b7f42c-6180-11ed-a803-b220dad94083 | InvocationID=f6b7f5ee-6180-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:23:24+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6b7f42c-6180-11ed-a803-b220dad94083 | InvocationID=f6b7f5ee-6180-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:23:44+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3efe704-6180-11ed-a803-b220dad94083 | InvocationID=f3efe920-6180-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:23:44+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02b1c5b4-6181-11ed-a803-b220dad94083 | InvocationID=02b1c7b2-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:23:49+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6b7f42c-6180-11ed-a803-b220dad94083 | InvocationID=f6b7f5ee-6180-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:23:49+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05a58b98-6181-11ed-a803-b220dad94083 | InvocationID=05a58f26-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:23:49+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05a58b98-6181-11ed-a803-b220dad94083 | InvocationID=05a58f26-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:23:49+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05a58b98-6181-11ed-a803-b220dad94083 | InvocationID=05a58f26-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:24:09+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02b1c5b4-6181-11ed-a803-b220dad94083 | InvocationID=02b1c7b2-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:24:09+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11783d6c-6181-11ed-a803-b220dad94083 | InvocationID=11783efc-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:24:14+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05a58b98-6181-11ed-a803-b220dad94083 | InvocationID=05a58f26-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:24:14+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=148fd0be-6181-11ed-a803-b220dad94083 | InvocationID=148fd244-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:24:14+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=148fd0be-6181-11ed-a803-b220dad94083 | InvocationID=148fd244-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:24:14+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=148fd0be-6181-11ed-a803-b220dad94083 | InvocationID=148fd244-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:24:33+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11783d6c-6181-11ed-a803-b220dad94083 | InvocationID=11783efc-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:24:33+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2038856e-6181-11ed-a803-b220dad94083 | InvocationID=20388820-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:24:39+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=148fd0be-6181-11ed-a803-b220dad94083 | InvocationID=148fd244-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:24:39+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=237a2e8a-6181-11ed-a803-b220dad94083 | InvocationID=237a3010-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:24:39+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=237a2e8a-6181-11ed-a803-b220dad94083 | InvocationID=237a3010-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:24:39+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=237a2e8a-6181-11ed-a803-b220dad94083 | InvocationID=237a3010-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:24:58+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2038856e-6181-11ed-a803-b220dad94083 | InvocationID=20388820-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:24:58+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ef9e7be-6181-11ed-a803-b220dad94083 | InvocationID=2ef9e96c-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:25:04+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=237a2e8a-6181-11ed-a803-b220dad94083 | InvocationID=237a3010-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:25:04+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32645b0a-6181-11ed-a803-b220dad94083 | InvocationID=32645cd6-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:25:04+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32645b0a-6181-11ed-a803-b220dad94083 | InvocationID=32645cd6-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:25:04+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32645b0a-6181-11ed-a803-b220dad94083 | InvocationID=32645cd6-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:25:23+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ef9e7be-6181-11ed-a803-b220dad94083 | InvocationID=2ef9e96c-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:25:23+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dba4fe6-6181-11ed-a803-b220dad94083 | InvocationID=3dba5180-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:25:29+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32645b0a-6181-11ed-a803-b220dad94083 | InvocationID=32645cd6-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:25:29+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414f46ac-6181-11ed-a803-b220dad94083 | InvocationID=414f486e-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:25:29+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=414f46ac-6181-11ed-a803-b220dad94083 | InvocationID=414f486e-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:25:29+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=414f46ac-6181-11ed-a803-b220dad94083 | InvocationID=414f486e-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:25:48+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dba4fe6-6181-11ed-a803-b220dad94083 | InvocationID=3dba5180-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:25:48+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7bc226-6181-11ed-a803-b220dad94083 | InvocationID=4c7bc49c-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:25:54+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=414f46ac-6181-11ed-a803-b220dad94083 | InvocationID=414f486e-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:25:54+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=503aca06-6181-11ed-a803-b220dad94083 | InvocationID=503acc36-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:25:54+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=503aca06-6181-11ed-a803-b220dad94083 | InvocationID=503acc36-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:25:54+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=503aca06-6181-11ed-a803-b220dad94083 | InvocationID=503acc36-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:26:12+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c7bc226-6181-11ed-a803-b220dad94083 | InvocationID=4c7bc49c-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:26:12+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b4b3c96-6181-11ed-a803-b220dad94083 | InvocationID=5b4b3e76-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:26:19+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=503aca06-6181-11ed-a803-b220dad94083 | InvocationID=503acc36-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:26:19+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f26946e-6181-11ed-a803-b220dad94083 | InvocationID=5f2695fe-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:26:19+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f26946e-6181-11ed-a803-b220dad94083 | InvocationID=5f2695fe-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:26:19+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f26946e-6181-11ed-a803-b220dad94083 | InvocationID=5f2695fe-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:26:37+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b4b3c96-6181-11ed-a803-b220dad94083 | InvocationID=5b4b3e76-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:26:37+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a0fdf34-6181-11ed-a803-b220dad94083 | InvocationID=6a0fe10a-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:26:44+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f26946e-6181-11ed-a803-b220dad94083 | InvocationID=5f2695fe-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:26:44+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e1318f8-6181-11ed-a803-b220dad94083 | InvocationID=6e131b3c-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:26:44+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e1318f8-6181-11ed-a803-b220dad94083 | InvocationID=6e131b3c-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:26:44+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e1318f8-6181-11ed-a803-b220dad94083 | InvocationID=6e131b3c-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:27:02+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a0fdf34-6181-11ed-a803-b220dad94083 | InvocationID=6a0fe10a-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:27:02+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78df4608-6181-11ed-a803-b220dad94083 | InvocationID=78df481a-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:27:09+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e1318f8-6181-11ed-a803-b220dad94083 | InvocationID=6e131b3c-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:27:09+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d003800-6181-11ed-a803-b220dad94083 | InvocationID=7d003a26-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:27:09+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d003800-6181-11ed-a803-b220dad94083 | InvocationID=7d003a26-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:27:09+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d003800-6181-11ed-a803-b220dad94083 | InvocationID=7d003a26-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:27:27+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78df4608-6181-11ed-a803-b220dad94083 | InvocationID=78df481a-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:27:27+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a6431c-6181-11ed-a803-b220dad94083 | InvocationID=87a64844-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:27:34+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d003800-6181-11ed-a803-b220dad94083 | InvocationID=7d003a26-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:27:34+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8beb3ef0-6181-11ed-a803-b220dad94083 | InvocationID=8beb4062-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:27:34+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8beb3ef0-6181-11ed-a803-b220dad94083 | InvocationID=8beb4062-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:27:34+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8beb3ef0-6181-11ed-a803-b220dad94083 | InvocationID=8beb4062-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:27:52+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87a6431c-6181-11ed-a803-b220dad94083 | InvocationID=87a64844-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:27:52+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966ca2b0-6181-11ed-a803-b220dad94083 | InvocationID=966ca45e-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:27:59+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8beb3ef0-6181-11ed-a803-b220dad94083 | InvocationID=8beb4062-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:27:59+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad74d32-6181-11ed-a803-b220dad94083 | InvocationID=9ad74ed6-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:27:59+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad74d32-6181-11ed-a803-b220dad94083 | InvocationID=9ad74ed6-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:27:59+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ad74d32-6181-11ed-a803-b220dad94083 | InvocationID=9ad74ed6-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:28:16+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=966ca2b0-6181-11ed-a803-b220dad94083 | InvocationID=966ca45e-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:28:16+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a52e0b86-6181-11ed-a803-b220dad94083 | InvocationID=a52e0d52-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:28:24+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ad74d32-6181-11ed-a803-b220dad94083 | InvocationID=9ad74ed6-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:28:24+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c20aee-6181-11ed-a803-b220dad94083 | InvocationID=a9c20cc4-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:28:24+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c20aee-6181-11ed-a803-b220dad94083 | InvocationID=a9c20cc4-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:28:24+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9c20aee-6181-11ed-a803-b220dad94083 | InvocationID=a9c20cc4-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:28:41+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a52e0b86-6181-11ed-a803-b220dad94083 | InvocationID=a52e0d52-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:28:41+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ee40be-6181-11ed-a803-b220dad94083 | InvocationID=b3ee428a-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:28:49+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9c20aee-6181-11ed-a803-b220dad94083 | InvocationID=a9c20cc4-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:28:49+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ac80b6-6181-11ed-a803-b220dad94083 | InvocationID=b8ac8296-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:28:49+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ac80b6-6181-11ed-a803-b220dad94083 | InvocationID=b8ac8296-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:28:49+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ac80b6-6181-11ed-a803-b220dad94083 | InvocationID=b8ac8296-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:29:06+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3ee40be-6181-11ed-a803-b220dad94083 | InvocationID=b3ee428a-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:29:06+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2ae2d6c-6181-11ed-a803-b220dad94083 | InvocationID=c2ae2ee8-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:29:14+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ac80b6-6181-11ed-a803-b220dad94083 | InvocationID=b8ac8296-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:29:14+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7985ef6-6181-11ed-a803-b220dad94083 | InvocationID=c798618a-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:29:14+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7985ef6-6181-11ed-a803-b220dad94083 | InvocationID=c798618a-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:29:14+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7985ef6-6181-11ed-a803-b220dad94083 | InvocationID=c798618a-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:29:31+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2ae2d6c-6181-11ed-a803-b220dad94083 | InvocationID=c2ae2ee8-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:29:31+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d16e6038-6181-11ed-a803-b220dad94083 | InvocationID=d16e61fa-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:29:39+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7985ef6-6181-11ed-a803-b220dad94083 | InvocationID=c798618a-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:29:39+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d68395fc-6181-11ed-a803-b220dad94083 | InvocationID=d683978c-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:29:39+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d68395fc-6181-11ed-a803-b220dad94083 | InvocationID=d683978c-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:29:39+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d68395fc-6181-11ed-a803-b220dad94083 | InvocationID=d683978c-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:29:55+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d16e6038-6181-11ed-a803-b220dad94083 | InvocationID=d16e61fa-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:29:55+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e02fee52-6181-11ed-a803-b220dad94083 | InvocationID=e02ff474-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:30:04+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d68395fc-6181-11ed-a803-b220dad94083 | InvocationID=d683978c-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:30:04+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56e3ba8-6181-11ed-a803-b220dad94083 | InvocationID=e56e3dce-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:30:04+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56e3ba8-6181-11ed-a803-b220dad94083 | InvocationID=e56e3dce-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:30:04+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56e3ba8-6181-11ed-a803-b220dad94083 | InvocationID=e56e3dce-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:30:20+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e02fee52-6181-11ed-a803-b220dad94083 | InvocationID=e02ff474-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:30:20+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeefff72-6181-11ed-a803-b220dad94083 | InvocationID=eef00166-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:30:29+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56e3ba8-6181-11ed-a803-b220dad94083 | InvocationID=e56e3dce-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:30:29+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f458b6f2-6181-11ed-a803-b220dad94083 | InvocationID=f458b9b8-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:30:29+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f458b6f2-6181-11ed-a803-b220dad94083 | InvocationID=f458b9b8-6181-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:30:29+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f458b6f2-6181-11ed-a803-b220dad94083 | InvocationID=f458b9b8-6181-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:30:45+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeefff72-6181-11ed-a803-b220dad94083 | InvocationID=eef00166-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:30:45+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdb0668c-6181-11ed-a803-b220dad94083 | InvocationID=fdb068d0-6181-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:30:54+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f458b6f2-6181-11ed-a803-b220dad94083 | InvocationID=f458b9b8-6181-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:30:54+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03444758-6182-11ed-a803-b220dad94083 | InvocationID=034448e8-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:30:54+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03444758-6182-11ed-a803-b220dad94083 | InvocationID=034448e8-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:30:54+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03444758-6182-11ed-a803-b220dad94083 | InvocationID=034448e8-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:31:10+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdb0668c-6181-11ed-a803-b220dad94083 | InvocationID=fdb068d0-6181-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:31:10+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c73c54c-6182-11ed-a803-b220dad94083 | InvocationID=0c73c754-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:31:19+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03444758-6182-11ed-a803-b220dad94083 | InvocationID=034448e8-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:31:19+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=122ea54c-6182-11ed-a803-b220dad94083 | InvocationID=122ea6be-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:31:19+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=122ea54c-6182-11ed-a803-b220dad94083 | InvocationID=122ea6be-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:31:19+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=122ea54c-6182-11ed-a803-b220dad94083 | InvocationID=122ea6be-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:31:34+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c73c54c-6182-11ed-a803-b220dad94083 | InvocationID=0c73c754-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:31:34+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b335642-6182-11ed-a803-b220dad94083 | InvocationID=1b335af2-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:31:44+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=122ea54c-6182-11ed-a803-b220dad94083 | InvocationID=122ea6be-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:31:44+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2118cb28-6182-11ed-a803-b220dad94083 | InvocationID=2118cca4-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:31:44+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2118cb28-6182-11ed-a803-b220dad94083 | InvocationID=2118cca4-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:31:44+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2118cb28-6182-11ed-a803-b220dad94083 | InvocationID=2118cca4-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:31:59+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b335642-6182-11ed-a803-b220dad94083 | InvocationID=1b335af2-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:31:59+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f3a5ce-6182-11ed-a803-b220dad94083 | InvocationID=29f3a84e-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:32:09+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2118cb28-6182-11ed-a803-b220dad94083 | InvocationID=2118cca4-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:32:09+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30037d86-6182-11ed-a803-b220dad94083 | InvocationID=30037f16-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:32:09+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30037d86-6182-11ed-a803-b220dad94083 | InvocationID=30037f16-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:32:09+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30037d86-6182-11ed-a803-b220dad94083 | InvocationID=30037f16-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:32:24+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29f3a5ce-6182-11ed-a803-b220dad94083 | InvocationID=29f3a84e-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:32:24+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38b3fe74-6182-11ed-a803-b220dad94083 | InvocationID=38b40126-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:32:34+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30037d86-6182-11ed-a803-b220dad94083 | InvocationID=30037f16-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:32:34+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eede5b6-6182-11ed-a803-b220dad94083 | InvocationID=3eede732-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:32:34+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eede5b6-6182-11ed-a803-b220dad94083 | InvocationID=3eede732-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:32:34+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eede5b6-6182-11ed-a803-b220dad94083 | InvocationID=3eede732-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:32:49+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38b3fe74-6182-11ed-a803-b220dad94083 | InvocationID=38b40126-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:32:49+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4773becc-6182-11ed-a803-b220dad94083 | InvocationID=4773c12e-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:32:59+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eede5b6-6182-11ed-a803-b220dad94083 | InvocationID=3eede732-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:32:59+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd854ee-6182-11ed-a803-b220dad94083 | InvocationID=4dd861dc-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:32:59+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd854ee-6182-11ed-a803-b220dad94083 | InvocationID=4dd861dc-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:32:59+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dd854ee-6182-11ed-a803-b220dad94083 | InvocationID=4dd861dc-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:33:13+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4773becc-6182-11ed-a803-b220dad94083 | InvocationID=4773c12e-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:33:13+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=563356f2-6182-11ed-a803-b220dad94083 | InvocationID=56335878-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:33:24+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dd854ee-6182-11ed-a803-b220dad94083 | InvocationID=4dd861dc-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:33:24+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cc2ed98-6182-11ed-a803-b220dad94083 | InvocationID=5cc2ef14-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:33:24+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cc2ed98-6182-11ed-a803-b220dad94083 | InvocationID=5cc2ef14-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:33:24+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cc2ed98-6182-11ed-a803-b220dad94083 | InvocationID=5cc2ef14-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:33:38+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=563356f2-6182-11ed-a803-b220dad94083 | InvocationID=56335878-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:33:38+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64f297b6-6182-11ed-a803-b220dad94083 | InvocationID=64f299b4-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:33:49+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cc2ed98-6182-11ed-a803-b220dad94083 | InvocationID=5cc2ef14-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:33:49+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6baf5c06-6182-11ed-a803-b220dad94083 | InvocationID=6baf5f9e-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:33:49+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6baf5c06-6182-11ed-a803-b220dad94083 | InvocationID=6baf5f9e-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:33:49+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6baf5c06-6182-11ed-a803-b220dad94083 | InvocationID=6baf5f9e-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:34:03+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64f297b6-6182-11ed-a803-b220dad94083 | InvocationID=64f299b4-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:34:03+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b255fc-6182-11ed-a803-b220dad94083 | InvocationID=73b25840-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:34:14+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6baf5c06-6182-11ed-a803-b220dad94083 | InvocationID=6baf5f9e-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:34:14+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a9a13fa-6182-11ed-a803-b220dad94083 | InvocationID=7a9a1c88-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:34:14+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a9a13fa-6182-11ed-a803-b220dad94083 | InvocationID=7a9a1c88-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:34:14+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a9a13fa-6182-11ed-a803-b220dad94083 | InvocationID=7a9a1c88-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:34:28+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73b255fc-6182-11ed-a803-b220dad94083 | InvocationID=73b25840-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:34:28+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82746b7a-6182-11ed-a803-b220dad94083 | InvocationID=82746db4-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:34:39+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a9a13fa-6182-11ed-a803-b220dad94083 | InvocationID=7a9a1c88-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:34:39+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8984e778-6182-11ed-a803-b220dad94083 | InvocationID=8984e8f4-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:34:39+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8984e778-6182-11ed-a803-b220dad94083 | InvocationID=8984e8f4-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:34:39+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8984e778-6182-11ed-a803-b220dad94083 | InvocationID=8984e8f4-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:34:52+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82746b7a-6182-11ed-a803-b220dad94083 | InvocationID=82746db4-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:34:52+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9133deca-6182-11ed-a803-b220dad94083 | InvocationID=9133e0dc-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:35:04+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8984e778-6182-11ed-a803-b220dad94083 | InvocationID=8984e8f4-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:35:04+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=986f5a98-6182-11ed-a803-b220dad94083 | InvocationID=986f5cd2-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:35:04+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=986f5a98-6182-11ed-a803-b220dad94083 | InvocationID=986f5cd2-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:35:04+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=986f5a98-6182-11ed-a803-b220dad94083 | InvocationID=986f5cd2-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:35:17+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9133deca-6182-11ed-a803-b220dad94083 | InvocationID=9133e0dc-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:35:17+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ff40674-6182-11ed-a803-b220dad94083 | InvocationID=9ff40840-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:35:29+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=986f5a98-6182-11ed-a803-b220dad94083 | InvocationID=986f5cd2-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:35:29+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a759848e-6182-11ed-a803-b220dad94083 | InvocationID=a7598600-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:35:29+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a759848e-6182-11ed-a803-b220dad94083 | InvocationID=a7598600-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:35:29+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a759848e-6182-11ed-a803-b220dad94083 | InvocationID=a7598600-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:35:42+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ff40674-6182-11ed-a803-b220dad94083 | InvocationID=9ff40840-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:35:42+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb3b2c2-6182-11ed-a803-b220dad94083 | InvocationID=aeb3b470-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:35:54+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a759848e-6182-11ed-a803-b220dad94083 | InvocationID=a7598600-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:35:54+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b643dbac-6182-11ed-a803-b220dad94083 | InvocationID=b643e700-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:35:55+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b643dbac-6182-11ed-a803-b220dad94083 | InvocationID=b643e700-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:35:55+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b643dbac-6182-11ed-a803-b220dad94083 | InvocationID=b643e700-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:36:07+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeb3b2c2-6182-11ed-a803-b220dad94083 | InvocationID=aeb3b470-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:36:07+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd77c8d4-6182-11ed-a803-b220dad94083 | InvocationID=bd77d2a2-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:36:20+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b643dbac-6182-11ed-a803-b220dad94083 | InvocationID=b643e700-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:36:20+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c52e959e-6182-11ed-a803-b220dad94083 | InvocationID=c52e9788-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:36:20+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c52e959e-6182-11ed-a803-b220dad94083 | InvocationID=c52e9788-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:36:20+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c52e959e-6182-11ed-a803-b220dad94083 | InvocationID=c52e9788-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:36:31+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd77c8d4-6182-11ed-a803-b220dad94083 | InvocationID=bd77d2a2-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:36:31+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc399d2a-6182-11ed-a803-b220dad94083 | InvocationID=cc39a482-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:36:45+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c52e959e-6182-11ed-a803-b220dad94083 | InvocationID=c52e9788-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:36:45+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d418b99a-6182-11ed-a803-b220dad94083 | InvocationID=d418bb34-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:36:45+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d418b99a-6182-11ed-a803-b220dad94083 | InvocationID=d418bb34-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:36:45+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d418b99a-6182-11ed-a803-b220dad94083 | InvocationID=d418bb34-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:36:56+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc399d2a-6182-11ed-a803-b220dad94083 | InvocationID=cc39a482-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:36:56+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf9e07c-6182-11ed-a803-b220dad94083 | InvocationID=daf9ec66-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:37:10+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d418b99a-6182-11ed-a803-b220dad94083 | InvocationID=d418bb34-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:37:10+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e302e660-6182-11ed-a803-b220dad94083 | InvocationID=e302e7c8-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:37:10+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e302e660-6182-11ed-a803-b220dad94083 | InvocationID=e302e7c8-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:37:10+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e302e660-6182-11ed-a803-b220dad94083 | InvocationID=e302e7c8-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:37:21+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daf9e07c-6182-11ed-a803-b220dad94083 | InvocationID=daf9ec66-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:37:21+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ba8030-6182-11ed-a803-b220dad94083 | InvocationID=e9ba8206-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:37:35+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e302e660-6182-11ed-a803-b220dad94083 | InvocationID=e302e7c8-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:37:35+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1ed9288-6182-11ed-a803-b220dad94083 | InvocationID=f1ed947c-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:37:35+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1ed9288-6182-11ed-a803-b220dad94083 | InvocationID=f1ed947c-6182-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:37:35+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1ed9288-6182-11ed-a803-b220dad94083 | InvocationID=f1ed947c-6182-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:37:46+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9ba8030-6182-11ed-a803-b220dad94083 | InvocationID=e9ba8206-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:37:46+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f87b0f22-6182-11ed-a803-b220dad94083 | InvocationID=f87b113e-6182-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:38:00+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1ed9288-6182-11ed-a803-b220dad94083 | InvocationID=f1ed947c-6182-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:38:00+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00d7f374-6183-11ed-a803-b220dad94083 | InvocationID=00d7f554-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:38:00+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00d7f374-6183-11ed-a803-b220dad94083 | InvocationID=00d7f554-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:38:00+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00d7f374-6183-11ed-a803-b220dad94083 | InvocationID=00d7f554-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:38:10+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f87b0f22-6182-11ed-a803-b220dad94083 | InvocationID=f87b113e-6182-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:38:10+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073b25f6-6183-11ed-a803-b220dad94083 | InvocationID=073b27cc-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:38:25+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00d7f374-6183-11ed-a803-b220dad94083 | InvocationID=00d7f554-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:38:25+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc294ac-6183-11ed-a803-b220dad94083 | InvocationID=0fc29a7e-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:38:25+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc294ac-6183-11ed-a803-b220dad94083 | InvocationID=0fc29a7e-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:38:25+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fc294ac-6183-11ed-a803-b220dad94083 | InvocationID=0fc29a7e-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:38:35+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=073b25f6-6183-11ed-a803-b220dad94083 | InvocationID=073b27cc-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:38:35+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15fb62e0-6183-11ed-a803-b220dad94083 | InvocationID=15fb648e-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:38:50+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fc294ac-6183-11ed-a803-b220dad94083 | InvocationID=0fc29a7e-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:38:50+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eacd84c-6183-11ed-a803-b220dad94083 | InvocationID=1eacda2c-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:38:50+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eacd84c-6183-11ed-a803-b220dad94083 | InvocationID=1eacda2c-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:38:50+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eacd84c-6183-11ed-a803-b220dad94083 | InvocationID=1eacda2c-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:39:00+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15fb62e0-6183-11ed-a803-b220dad94083 | InvocationID=15fb648e-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:39:00+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24bfa8e0-6183-11ed-a803-b220dad94083 | InvocationID=24bfab4c-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:39:15+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eacd84c-6183-11ed-a803-b220dad94083 | InvocationID=1eacda2c-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:39:15+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d98da72-6183-11ed-a803-b220dad94083 | InvocationID=2d98dc70-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:39:15+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d98da72-6183-11ed-a803-b220dad94083 | InvocationID=2d98dc70-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:39:15+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d98da72-6183-11ed-a803-b220dad94083 | InvocationID=2d98dc70-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:39:25+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24bfa8e0-6183-11ed-a803-b220dad94083 | InvocationID=24bfab4c-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:39:25+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=337f8f76-6183-11ed-a803-b220dad94083 | InvocationID=337f925a-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:39:40+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d98da72-6183-11ed-a803-b220dad94083 | InvocationID=2d98dc70-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:39:40+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c83dd52-6183-11ed-a803-b220dad94083 | InvocationID=3c83df6e-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:39:40+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c83dd52-6183-11ed-a803-b220dad94083 | InvocationID=3c83df6e-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:39:40+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c83dd52-6183-11ed-a803-b220dad94083 | InvocationID=3c83df6e-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:39:49+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=337f8f76-6183-11ed-a803-b220dad94083 | InvocationID=337f925a-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:39:49+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=424000cc-6183-11ed-a803-b220dad94083 | InvocationID=4240027a-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:40:05+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c83dd52-6183-11ed-a803-b220dad94083 | InvocationID=3c83df6e-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:40:05+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6f328a-6183-11ed-a803-b220dad94083 | InvocationID=4b6f3410-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:40:05+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b6f328a-6183-11ed-a803-b220dad94083 | InvocationID=4b6f3410-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:40:05+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b6f328a-6183-11ed-a803-b220dad94083 | InvocationID=4b6f3410-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:40:14+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=424000cc-6183-11ed-a803-b220dad94083 | InvocationID=4240027a-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:40:14+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50ffb6d4-6183-11ed-a803-b220dad94083 | InvocationID=50ffba44-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:40:30+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b6f328a-6183-11ed-a803-b220dad94083 | InvocationID=4b6f3410-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:40:30+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a59e998-6183-11ed-a803-b220dad94083 | InvocationID=5a59eb1e-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:40:30+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a59e998-6183-11ed-a803-b220dad94083 | InvocationID=5a59eb1e-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:40:30+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a59e998-6183-11ed-a803-b220dad94083 | InvocationID=5a59eb1e-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:40:39+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50ffb6d4-6183-11ed-a803-b220dad94083 | InvocationID=50ffba44-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:40:39+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fc098e6-6183-11ed-a803-b220dad94083 | InvocationID=5fc09ac6-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:40:55+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a59e998-6183-11ed-a803-b220dad94083 | InvocationID=5a59eb1e-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:40:55+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6944adbc-6183-11ed-a803-b220dad94083 | InvocationID=6944af74-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:40:55+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6944adbc-6183-11ed-a803-b220dad94083 | InvocationID=6944af74-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:40:55+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6944adbc-6183-11ed-a803-b220dad94083 | InvocationID=6944af74-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:41:04+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fc098e6-6183-11ed-a803-b220dad94083 | InvocationID=5fc09ac6-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:41:04+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e819b32-6183-11ed-a803-b220dad94083 | InvocationID=6e81a1c2-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:41:20+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6944adbc-6183-11ed-a803-b220dad94083 | InvocationID=6944af74-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:41:20+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7832bf94-6183-11ed-a803-b220dad94083 | InvocationID=7832c200-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:41:20+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7832bf94-6183-11ed-a803-b220dad94083 | InvocationID=7832c200-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:41:20+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7832bf94-6183-11ed-a803-b220dad94083 | InvocationID=7832c200-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:41:28+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e819b32-6183-11ed-a803-b220dad94083 | InvocationID=6e81a1c2-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:41:28+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d457062-6183-11ed-a803-b220dad94083 | InvocationID=7d45721a-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:41:45+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7832bf94-6183-11ed-a803-b220dad94083 | InvocationID=7832c200-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:41:45+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87202eba-6183-11ed-a803-b220dad94083 | InvocationID=8720325c-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:41:45+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87202eba-6183-11ed-a803-b220dad94083 | InvocationID=8720325c-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:41:45+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87202eba-6183-11ed-a803-b220dad94083 | InvocationID=8720325c-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:41:53+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d457062-6183-11ed-a803-b220dad94083 | InvocationID=7d45721a-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:41:53+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c053632-6183-11ed-a803-b220dad94083 | InvocationID=8c053876-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:42:10+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87202eba-6183-11ed-a803-b220dad94083 | InvocationID=8720325c-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:42:10+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=960ac6ec-6183-11ed-a803-b220dad94083 | InvocationID=960ac8f4-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:42:10+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=960ac6ec-6183-11ed-a803-b220dad94083 | InvocationID=960ac8f4-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:42:10+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=960ac6ec-6183-11ed-a803-b220dad94083 | InvocationID=960ac8f4-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:42:18+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c053632-6183-11ed-a803-b220dad94083 | InvocationID=8c053876-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:42:18+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac551e8-6183-11ed-a803-b220dad94083 | InvocationID=9ac55454-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:42:35+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=960ac6ec-6183-11ed-a803-b220dad94083 | InvocationID=960ac8f4-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:42:35+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4f7d7b2-6183-11ed-a803-b220dad94083 | InvocationID=a4f7daa0-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:42:35+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4f7d7b2-6183-11ed-a803-b220dad94083 | InvocationID=a4f7daa0-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:42:35+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4f7d7b2-6183-11ed-a803-b220dad94083 | InvocationID=a4f7daa0-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:42:43+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ac551e8-6183-11ed-a803-b220dad94083 | InvocationID=9ac55454-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:42:43+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9886210-6183-11ed-a803-b220dad94083 | InvocationID=a9886468-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:43:00+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4f7d7b2-6183-11ed-a803-b220dad94083 | InvocationID=a4f7daa0-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:43:00+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3e2ead2-6183-11ed-a803-b220dad94083 | InvocationID=b3e2ec76-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:43:00+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3e2ead2-6183-11ed-a803-b220dad94083 | InvocationID=b3e2ec76-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:43:00+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3e2ead2-6183-11ed-a803-b220dad94083 | InvocationID=b3e2ec76-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:43:07+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9886210-6183-11ed-a803-b220dad94083 | InvocationID=a9886468-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:43:07+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b849172c-6183-11ed-a803-b220dad94083 | InvocationID=b84918a8-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:43:25+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3e2ead2-6183-11ed-a803-b220dad94083 | InvocationID=b3e2ec76-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:43:25+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2ce9b2c-6183-11ed-a803-b220dad94083 | InvocationID=c2ce9cb2-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:43:25+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2ce9b2c-6183-11ed-a803-b220dad94083 | InvocationID=c2ce9cb2-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:43:25+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2ce9b2c-6183-11ed-a803-b220dad94083 | InvocationID=c2ce9cb2-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:43:32+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b849172c-6183-11ed-a803-b220dad94083 | InvocationID=b84918a8-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:43:32+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c708093a-6183-11ed-a803-b220dad94083 | InvocationID=c7080aca-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:43:50+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2ce9b2c-6183-11ed-a803-b220dad94083 | InvocationID=c2ce9cb2-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:43:50+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1bc4486-6183-11ed-a803-b220dad94083 | InvocationID=d1bc460c-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:43:50+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1bc4486-6183-11ed-a803-b220dad94083 | InvocationID=d1bc460c-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:43:50+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1bc4486-6183-11ed-a803-b220dad94083 | InvocationID=d1bc460c-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:43:57+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c708093a-6183-11ed-a803-b220dad94083 | InvocationID=c7080aca-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:43:57+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c7c910-6183-11ed-a803-b220dad94083 | InvocationID=d5c7cb2c-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:44:15+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1bc4486-6183-11ed-a803-b220dad94083 | InvocationID=d1bc460c-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:44:15+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0a7599a-6183-11ed-a803-b220dad94083 | InvocationID=e0a75b70-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:44:15+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0a7599a-6183-11ed-a803-b220dad94083 | InvocationID=e0a75b70-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:44:15+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0a7599a-6183-11ed-a803-b220dad94083 | InvocationID=e0a75b70-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:44:22+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5c7c910-6183-11ed-a803-b220dad94083 | InvocationID=d5c7cb2c-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:44:22+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48a722c-6183-11ed-a803-b220dad94083 | InvocationID=e48a823a-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:44:40+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0a7599a-6183-11ed-a803-b220dad94083 | InvocationID=e0a75b70-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:44:40+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef925de2-6183-11ed-a803-b220dad94083 | InvocationID=ef925fae-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:44:40+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef925de2-6183-11ed-a803-b220dad94083 | InvocationID=ef925fae-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:44:40+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef925de2-6183-11ed-a803-b220dad94083 | InvocationID=ef925fae-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:44:46+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e48a722c-6183-11ed-a803-b220dad94083 | InvocationID=e48a823a-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:44:46+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f34a3392-6183-11ed-a803-b220dad94083 | InvocationID=f34a355e-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:45:05+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef925de2-6183-11ed-a803-b220dad94083 | InvocationID=ef925fae-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:45:05+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe7cce3c-6183-11ed-a803-b220dad94083 | InvocationID=fe7ccffe-6183-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:45:05+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe7cce3c-6183-11ed-a803-b220dad94083 | InvocationID=fe7ccffe-6183-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:45:05+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe7cce3c-6183-11ed-a803-b220dad94083 | InvocationID=fe7ccffe-6183-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:45:11+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f34a3392-6183-11ed-a803-b220dad94083 | InvocationID=f34a355e-6183-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:45:11+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=020bfc08-6184-11ed-a803-b220dad94083 | InvocationID=020bffa0-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:45:30+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe7cce3c-6183-11ed-a803-b220dad94083 | InvocationID=fe7ccffe-6183-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:45:30+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d67f8e0-6184-11ed-a803-b220dad94083 | InvocationID=0d67faf2-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:45:30+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d67f8e0-6184-11ed-a803-b220dad94083 | InvocationID=0d67faf2-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:45:30+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d67f8e0-6184-11ed-a803-b220dad94083 | InvocationID=0d67faf2-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:45:36+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=020bfc08-6184-11ed-a803-b220dad94083 | InvocationID=020bffa0-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:45:36+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10ccccc2-6184-11ed-a803-b220dad94083 | InvocationID=10cccf88-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:45:55+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d67f8e0-6184-11ed-a803-b220dad94083 | InvocationID=0d67faf2-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:45:55+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c529a7c-6184-11ed-a803-b220dad94083 | InvocationID=1c529d74-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:45:55+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c529a7c-6184-11ed-a803-b220dad94083 | InvocationID=1c529d74-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:45:55+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c529a7c-6184-11ed-a803-b220dad94083 | InvocationID=1c529d74-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:46:01+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10ccccc2-6184-11ed-a803-b220dad94083 | InvocationID=10cccf88-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:46:01+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f8d7798-6184-11ed-a803-b220dad94083 | InvocationID=1f8d79fa-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:46:20+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c529a7c-6184-11ed-a803-b220dad94083 | InvocationID=1c529d74-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:46:20+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3d3542-6184-11ed-a803-b220dad94083 | InvocationID=2b3d3a6a-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:46:20+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3d3542-6184-11ed-a803-b220dad94083 | InvocationID=2b3d3a6a-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:46:20+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b3d3542-6184-11ed-a803-b220dad94083 | InvocationID=2b3d3a6a-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:46:25+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f8d7798-6184-11ed-a803-b220dad94083 | InvocationID=1f8d79fa-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:46:25+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e4d2198-6184-11ed-a803-b220dad94083 | InvocationID=2e4d23d2-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:46:45+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b3d3542-6184-11ed-a803-b220dad94083 | InvocationID=2b3d3a6a-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:46:45+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a27d760-6184-11ed-a803-b220dad94083 | InvocationID=3a27d90e-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:46:45+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a27d760-6184-11ed-a803-b220dad94083 | InvocationID=3a27d90e-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:46:45+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a27d760-6184-11ed-a803-b220dad94083 | InvocationID=3a27d90e-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:46:50+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e4d2198-6184-11ed-a803-b220dad94083 | InvocationID=2e4d23d2-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:46:50+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d0f2546-6184-11ed-a803-b220dad94083 | InvocationID=3d0f26b8-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:47:10+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a27d760-6184-11ed-a803-b220dad94083 | InvocationID=3a27d90e-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:47:10+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49133184-6184-11ed-a803-b220dad94083 | InvocationID=491333be-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:47:10+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49133184-6184-11ed-a803-b220dad94083 | InvocationID=491333be-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:47:10+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49133184-6184-11ed-a803-b220dad94083 | InvocationID=491333be-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:47:15+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d0f2546-6184-11ed-a803-b220dad94083 | InvocationID=3d0f26b8-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:47:15+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bcef5b6-6184-11ed-a803-b220dad94083 | InvocationID=4bcef796-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:47:35+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49133184-6184-11ed-a803-b220dad94083 | InvocationID=491333be-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:47:35+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57fec08c-6184-11ed-a803-b220dad94083 | InvocationID=57fec3ca-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:47:35+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57fec08c-6184-11ed-a803-b220dad94083 | InvocationID=57fec3ca-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:47:35+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57fec08c-6184-11ed-a803-b220dad94083 | InvocationID=57fec3ca-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:47:40+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bcef5b6-6184-11ed-a803-b220dad94083 | InvocationID=4bcef796-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:47:40+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a90248a-6184-11ed-a803-b220dad94083 | InvocationID=5a902700-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:48:00+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57fec08c-6184-11ed-a803-b220dad94083 | InvocationID=57fec3ca-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:48:00+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e9f238-6184-11ed-a803-b220dad94083 | InvocationID=66e9f472-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:48:00+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e9f238-6184-11ed-a803-b220dad94083 | InvocationID=66e9f472-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:48:00+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e9f238-6184-11ed-a803-b220dad94083 | InvocationID=66e9f472-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:48:04+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a90248a-6184-11ed-a803-b220dad94083 | InvocationID=5a902700-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:48:04+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694f5f04-6184-11ed-a803-b220dad94083 | InvocationID=694f608a-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:48:25+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e9f238-6184-11ed-a803-b220dad94083 | InvocationID=66e9f472-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:48:25+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d43790-6184-11ed-a803-b220dad94083 | InvocationID=75d43a06-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:48:25+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d43790-6184-11ed-a803-b220dad94083 | InvocationID=75d43a06-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:48:25+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75d43790-6184-11ed-a803-b220dad94083 | InvocationID=75d43a06-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:48:29+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=694f5f04-6184-11ed-a803-b220dad94083 | InvocationID=694f608a-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:48:29+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780eeb04-6184-11ed-a803-b220dad94083 | InvocationID=780eec6c-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:48:50+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75d43790-6184-11ed-a803-b220dad94083 | InvocationID=75d43a06-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:48:50+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84bea402-6184-11ed-a803-b220dad94083 | InvocationID=84bea664-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:48:50+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84bea402-6184-11ed-a803-b220dad94083 | InvocationID=84bea664-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:48:50+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84bea402-6184-11ed-a803-b220dad94083 | InvocationID=84bea664-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:48:54+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=780eeb04-6184-11ed-a803-b220dad94083 | InvocationID=780eec6c-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:48:54+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86cfe5bc-6184-11ed-a803-b220dad94083 | InvocationID=86cfe738-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:49:15+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84bea402-6184-11ed-a803-b220dad94083 | InvocationID=84bea664-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:49:15+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93a8eb44-6184-11ed-a803-b220dad94083 | InvocationID=93a8ed42-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:49:15+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93a8eb44-6184-11ed-a803-b220dad94083 | InvocationID=93a8ed42-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:49:15+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93a8eb44-6184-11ed-a803-b220dad94083 | InvocationID=93a8ed42-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:49:19+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86cfe5bc-6184-11ed-a803-b220dad94083 | InvocationID=86cfe738-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:49:19+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=959189c0-6184-11ed-a803-b220dad94083 | InvocationID=95918b28-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:49:40+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93a8eb44-6184-11ed-a803-b220dad94083 | InvocationID=93a8ed42-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:49:40+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a292f4ec-6184-11ed-a803-b220dad94083 | InvocationID=a292f65e-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:49:40+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a292f4ec-6184-11ed-a803-b220dad94083 | InvocationID=a292f65e-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:49:40+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a292f4ec-6184-11ed-a803-b220dad94083 | InvocationID=a292f65e-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:49:43+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=959189c0-6184-11ed-a803-b220dad94083 | InvocationID=95918b28-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:49:43+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4516638-6184-11ed-a803-b220dad94083 | InvocationID=a45168ae-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:50:05+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a292f4ec-6184-11ed-a803-b220dad94083 | InvocationID=a292f65e-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:50:05+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b17d4eb2-6184-11ed-a803-b220dad94083 | InvocationID=b17d50b0-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:50:05+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b17d4eb2-6184-11ed-a803-b220dad94083 | InvocationID=b17d50b0-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:50:05+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b17d4eb2-6184-11ed-a803-b220dad94083 | InvocationID=b17d50b0-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:50:08+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4516638-6184-11ed-a803-b220dad94083 | InvocationID=a45168ae-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:50:08+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b31158fe-6184-11ed-a803-b220dad94083 | InvocationID=b3115a8e-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:50:30+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b17d4eb2-6184-11ed-a803-b220dad94083 | InvocationID=b17d50b0-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:50:30+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06855de-6184-11ed-a803-b220dad94083 | InvocationID=c06857d2-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:50:31+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06855de-6184-11ed-a803-b220dad94083 | InvocationID=c06857d2-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:50:31+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c06855de-6184-11ed-a803-b220dad94083 | InvocationID=c06857d2-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:50:33+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b31158fe-6184-11ed-a803-b220dad94083 | InvocationID=b3115a8e-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:50:33+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1d1714e-6184-11ed-a803-b220dad94083 | InvocationID=c1d172ca-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:50:56+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c06855de-6184-11ed-a803-b220dad94083 | InvocationID=c06857d2-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:50:56+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf52e3c0-6184-11ed-a803-b220dad94083 | InvocationID=cf52e578-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:50:56+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf52e3c0-6184-11ed-a803-b220dad94083 | InvocationID=cf52e578-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:50:56+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf52e3c0-6184-11ed-a803-b220dad94083 | InvocationID=cf52e578-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:50:58+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1d1714e-6184-11ed-a803-b220dad94083 | InvocationID=c1d172ca-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:50:58+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0920ff4-6184-11ed-a803-b220dad94083 | InvocationID=d09211e8-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:51:21+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf52e3c0-6184-11ed-a803-b220dad94083 | InvocationID=cf52e578-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:51:21+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3d35b6-6184-11ed-a803-b220dad94083 | InvocationID=de3d373c-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:51:21+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3d35b6-6184-11ed-a803-b220dad94083 | InvocationID=de3d373c-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:51:21+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3d35b6-6184-11ed-a803-b220dad94083 | InvocationID=de3d373c-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:51:22+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0920ff4-6184-11ed-a803-b220dad94083 | InvocationID=d09211e8-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:51:22+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df516076-6184-11ed-a803-b220dad94083 | InvocationID=df5161fc-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:51:46+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3d35b6-6184-11ed-a803-b220dad94083 | InvocationID=de3d373c-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:51:46+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed276222-6184-11ed-a803-b220dad94083 | InvocationID=ed27642a-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:51:46+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed276222-6184-11ed-a803-b220dad94083 | InvocationID=ed27642a-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:51:46+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed276222-6184-11ed-a803-b220dad94083 | InvocationID=ed27642a-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:51:47+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df516076-6184-11ed-a803-b220dad94083 | InvocationID=df5161fc-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:51:47+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee114c8e-6184-11ed-a803-b220dad94083 | InvocationID=ee114e50-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:52:11+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed276222-6184-11ed-a803-b220dad94083 | InvocationID=ed27642a-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:52:11+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc125026-6184-11ed-a803-b220dad94083 | InvocationID=fc1251ca-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:52:11+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc125026-6184-11ed-a803-b220dad94083 | InvocationID=fc1251ca-6184-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:52:11+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc125026-6184-11ed-a803-b220dad94083 | InvocationID=fc1251ca-6184-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:52:12+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee114c8e-6184-11ed-a803-b220dad94083 | InvocationID=ee114e50-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:52:12+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcd3a47e-6184-11ed-a803-b220dad94083 | InvocationID=fcd3a708-6184-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:52:36+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc125026-6184-11ed-a803-b220dad94083 | InvocationID=fc1251ca-6184-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:52:36+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0afcc026-6185-11ed-a803-b220dad94083 | InvocationID=0afcc210-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:52:36+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0afcc026-6185-11ed-a803-b220dad94083 | InvocationID=0afcc210-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:52:36+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0afcc026-6185-11ed-a803-b220dad94083 | InvocationID=0afcc210-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:52:37+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcd3a47e-6184-11ed-a803-b220dad94083 | InvocationID=fcd3a708-6184-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:52:37+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b936b34-6185-11ed-a803-b220dad94083 | InvocationID=0b936cf6-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:53:01+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0afcc026-6185-11ed-a803-b220dad94083 | InvocationID=0afcc210-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:53:01+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19e7770c-6185-11ed-a803-b220dad94083 | InvocationID=19e779dc-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:53:01+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19e7770c-6185-11ed-a803-b220dad94083 | InvocationID=19e779dc-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:53:01+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19e7770c-6185-11ed-a803-b220dad94083 | InvocationID=19e779dc-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:53:01+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b936b34-6185-11ed-a803-b220dad94083 | InvocationID=0b936cf6-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:53:01+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a5528a6-6185-11ed-a803-b220dad94083 | InvocationID=1a552a36-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:53:26+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19e7770c-6185-11ed-a803-b220dad94083 | InvocationID=19e779dc-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:53:26+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28d40028-6185-11ed-a803-b220dad94083 | InvocationID=28d40212-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:53:26+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28d40028-6185-11ed-a803-b220dad94083 | InvocationID=28d40212-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:53:26+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28d40028-6185-11ed-a803-b220dad94083 | InvocationID=28d40212-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:53:26+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a5528a6-6185-11ed-a803-b220dad94083 | InvocationID=1a552a36-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:53:26+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291524b8-6185-11ed-a803-b220dad94083 | InvocationID=29152634-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:53:51+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28d40028-6185-11ed-a803-b220dad94083 | InvocationID=28d40212-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:53:51+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37c169e0-6185-11ed-a803-b220dad94083 | InvocationID=37c16c92-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:53:51+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37c169e0-6185-11ed-a803-b220dad94083 | InvocationID=37c16c92-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:53:51+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37c169e0-6185-11ed-a803-b220dad94083 | InvocationID=37c16c92-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:53:51+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=291524b8-6185-11ed-a803-b220dad94083 | InvocationID=29152634-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:53:51+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37d4f0dc-6185-11ed-a803-b220dad94083 | InvocationID=37d4f320-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:54:16+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37d4f0dc-6185-11ed-a803-b220dad94083 | InvocationID=37d4f320-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:54:16+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46954c84-6185-11ed-a803-b220dad94083 | InvocationID=46954ef0-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:54:16+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37c169e0-6185-11ed-a803-b220dad94083 | InvocationID=37c16c92-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:54:16+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46af3568-6185-11ed-a803-b220dad94083 | InvocationID=46af3798-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:54:16+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46af3568-6185-11ed-a803-b220dad94083 | InvocationID=46af3798-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:54:16+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46af3568-6185-11ed-a803-b220dad94083 | InvocationID=46af3798-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:54:40+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46954c84-6185-11ed-a803-b220dad94083 | InvocationID=46954ef0-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:54:40+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5557a8d4-6185-11ed-a803-b220dad94083 | InvocationID=5557aa50-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:54:41+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46af3568-6185-11ed-a803-b220dad94083 | InvocationID=46af3798-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:54:41+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=559a2074-6185-11ed-a803-b220dad94083 | InvocationID=559a22f4-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:54:41+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=559a2074-6185-11ed-a803-b220dad94083 | InvocationID=559a22f4-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:54:41+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=559a2074-6185-11ed-a803-b220dad94083 | InvocationID=559a22f4-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:55:05+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5557a8d4-6185-11ed-a803-b220dad94083 | InvocationID=5557aa50-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:55:05+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64176526-6185-11ed-a803-b220dad94083 | InvocationID=64176cd8-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:55:06+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=559a2074-6185-11ed-a803-b220dad94083 | InvocationID=559a22f4-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:55:06+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6485879a-6185-11ed-a803-b220dad94083 | InvocationID=64858a10-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:55:06+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6485879a-6185-11ed-a803-b220dad94083 | InvocationID=64858a10-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:55:06+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6485879a-6185-11ed-a803-b220dad94083 | InvocationID=64858a10-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:55:30+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64176526-6185-11ed-a803-b220dad94083 | InvocationID=64176cd8-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:55:30+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d75d6e-6185-11ed-a803-b220dad94083 | InvocationID=72d75f1c-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:55:31+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6485879a-6185-11ed-a803-b220dad94083 | InvocationID=64858a10-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:55:31+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73702c56-6185-11ed-a803-b220dad94083 | InvocationID=73703660-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:55:31+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73702c56-6185-11ed-a803-b220dad94083 | InvocationID=73703660-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:55:31+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73702c56-6185-11ed-a803-b220dad94083 | InvocationID=73703660-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:55:55+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72d75d6e-6185-11ed-a803-b220dad94083 | InvocationID=72d75f1c-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:55:55+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=819680a0-6185-11ed-a803-b220dad94083 | InvocationID=81968280-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:55:56+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73702c56-6185-11ed-a803-b220dad94083 | InvocationID=73703660-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:55:56+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=825a915c-6185-11ed-a803-b220dad94083 | InvocationID=825a92e2-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:55:56+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=825a915c-6185-11ed-a803-b220dad94083 | InvocationID=825a92e2-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:55:56+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=825a915c-6185-11ed-a803-b220dad94083 | InvocationID=825a92e2-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:56:19+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=819680a0-6185-11ed-a803-b220dad94083 | InvocationID=81968280-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:56:19+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9056208c-6185-11ed-a803-b220dad94083 | InvocationID=905621ea-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:56:21+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=825a915c-6185-11ed-a803-b220dad94083 | InvocationID=825a92e2-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:56:21+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9145a5ee-6185-11ed-a803-b220dad94083 | InvocationID=9145b282-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:56:21+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9145a5ee-6185-11ed-a803-b220dad94083 | InvocationID=9145b282-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:56:21+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9145a5ee-6185-11ed-a803-b220dad94083 | InvocationID=9145b282-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:56:44+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9056208c-6185-11ed-a803-b220dad94083 | InvocationID=905621ea-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:56:44+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f17431c-6185-11ed-a803-b220dad94083 | InvocationID=9f1744ac-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:56:46+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9145a5ee-6185-11ed-a803-b220dad94083 | InvocationID=9145b282-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:56:46+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a03035c4-6185-11ed-a803-b220dad94083 | InvocationID=a030379a-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:56:46+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a03035c4-6185-11ed-a803-b220dad94083 | InvocationID=a030379a-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:56:46+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a03035c4-6185-11ed-a803-b220dad94083 | InvocationID=a030379a-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:57:09+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f17431c-6185-11ed-a803-b220dad94083 | InvocationID=9f1744ac-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:57:09+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add7f2ac-6185-11ed-a803-b220dad94083 | InvocationID=add7f446-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:57:11+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a03035c4-6185-11ed-a803-b220dad94083 | InvocationID=a030379a-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:57:11+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af1a7f86-6185-11ed-a803-b220dad94083 | InvocationID=af1a8224-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:57:11+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af1a7f86-6185-11ed-a803-b220dad94083 | InvocationID=af1a8224-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:57:11+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af1a7f86-6185-11ed-a803-b220dad94083 | InvocationID=af1a8224-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:57:34+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=add7f2ac-6185-11ed-a803-b220dad94083 | InvocationID=add7f446-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:57:34+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc981a74-6185-11ed-a803-b220dad94083 | InvocationID=bc981c04-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:57:36+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af1a7f86-6185-11ed-a803-b220dad94083 | InvocationID=af1a8224-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:57:36+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be05bd4e-6185-11ed-a803-b220dad94083 | InvocationID=be05bf06-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:57:36+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be05bd4e-6185-11ed-a803-b220dad94083 | InvocationID=be05bf06-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:57:36+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be05bd4e-6185-11ed-a803-b220dad94083 | InvocationID=be05bf06-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:57:58+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc981a74-6185-11ed-a803-b220dad94083 | InvocationID=bc981c04-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:57:58+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb579cba-6185-11ed-a803-b220dad94083 | InvocationID=cb579eae-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:58:01+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be05bd4e-6185-11ed-a803-b220dad94083 | InvocationID=be05bf06-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:58:01+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccf00ee0-6185-11ed-a803-b220dad94083 | InvocationID=ccf0178c-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:58:01+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccf00ee0-6185-11ed-a803-b220dad94083 | InvocationID=ccf0178c-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:58:01+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccf00ee0-6185-11ed-a803-b220dad94083 | InvocationID=ccf0178c-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:58:23+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb579cba-6185-11ed-a803-b220dad94083 | InvocationID=cb579eae-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:58:23+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da175650-6185-11ed-a803-b220dad94083 | InvocationID=da17597a-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:58:26+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccf00ee0-6185-11ed-a803-b220dad94083 | InvocationID=ccf0178c-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:58:26+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbda3c1e-6185-11ed-a803-b220dad94083 | InvocationID=dbda3e08-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:58:26+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbda3c1e-6185-11ed-a803-b220dad94083 | InvocationID=dbda3e08-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:58:26+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbda3c1e-6185-11ed-a803-b220dad94083 | InvocationID=dbda3e08-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:58:48+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da175650-6185-11ed-a803-b220dad94083 | InvocationID=da17597a-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:58:48+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8d7c6a2-6185-11ed-a803-b220dad94083 | InvocationID=e8d7c832-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:58:51+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbda3c1e-6185-11ed-a803-b220dad94083 | InvocationID=dbda3e08-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:58:51+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eac45674-6185-11ed-a803-b220dad94083 | InvocationID=eac45872-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:58:51+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eac45674-6185-11ed-a803-b220dad94083 | InvocationID=eac45872-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:58:51+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eac45674-6185-11ed-a803-b220dad94083 | InvocationID=eac45872-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:59:13+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8d7c6a2-6185-11ed-a803-b220dad94083 | InvocationID=e8d7c832-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:59:13+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f79aba14-6185-11ed-a803-b220dad94083 | InvocationID=f79abc62-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:59:16+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eac45674-6185-11ed-a803-b220dad94083 | InvocationID=eac45872-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:59:16+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9aea86a-6185-11ed-a803-b220dad94083 | InvocationID=f9aeaa40-6185-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:59:16+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9aea86a-6185-11ed-a803-b220dad94083 | InvocationID=f9aeaa40-6185-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:59:16+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9aea86a-6185-11ed-a803-b220dad94083 | InvocationID=f9aeaa40-6185-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:59:37+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f79aba14-6185-11ed-a803-b220dad94083 | InvocationID=f79abc62-6185-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T05:59:37+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=065a3d40-6186-11ed-a803-b220dad94083 | InvocationID=065a3fc0-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T05:59:41+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9aea86a-6185-11ed-a803-b220dad94083 | InvocationID=f9aeaa40-6185-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T05:59:41+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089929e0-6186-11ed-a803-b220dad94083 | InvocationID=08992bd4-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T05:59:41+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089929e0-6186-11ed-a803-b220dad94083 | InvocationID=08992bd4-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T05:59:41+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=089929e0-6186-11ed-a803-b220dad94083 | InvocationID=08992bd4-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:00:02+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=065a3d40-6186-11ed-a803-b220dad94083 | InvocationID=065a3fc0-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:00:02+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=151a0400-6186-11ed-a803-b220dad94083 | InvocationID=151a05ae-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:00:06+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=089929e0-6186-11ed-a803-b220dad94083 | InvocationID=08992bd4-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:00:06+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1783d3b0-6186-11ed-a803-b220dad94083 | InvocationID=1783d6d0-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:00:06+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1783d3b0-6186-11ed-a803-b220dad94083 | InvocationID=1783d6d0-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:00:06+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1783d3b0-6186-11ed-a803-b220dad94083 | InvocationID=1783d6d0-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:00:27+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=151a0400-6186-11ed-a803-b220dad94083 | InvocationID=151a05ae-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:00:27+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23d8b90a-6186-11ed-a803-b220dad94083 | InvocationID=23d8bbd0-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:00:31+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1783d3b0-6186-11ed-a803-b220dad94083 | InvocationID=1783d6d0-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:00:31+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=266f1952-6186-11ed-a803-b220dad94083 | InvocationID=266f1b3c-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:00:31+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=266f1952-6186-11ed-a803-b220dad94083 | InvocationID=266f1b3c-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:00:31+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=266f1952-6186-11ed-a803-b220dad94083 | InvocationID=266f1b3c-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:00:52+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23d8b90a-6186-11ed-a803-b220dad94083 | InvocationID=23d8bbd0-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:00:52+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3298fb26-6186-11ed-a803-b220dad94083 | InvocationID=3298fdba-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:00:56+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=266f1952-6186-11ed-a803-b220dad94083 | InvocationID=266f1b3c-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:00:56+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=355a436a-6186-11ed-a803-b220dad94083 | InvocationID=355a450e-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:00:56+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=355a436a-6186-11ed-a803-b220dad94083 | InvocationID=355a450e-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:00:56+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=355a436a-6186-11ed-a803-b220dad94083 | InvocationID=355a450e-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:01:16+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3298fb26-6186-11ed-a803-b220dad94083 | InvocationID=3298fdba-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:01:16+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41588780-6186-11ed-a803-b220dad94083 | InvocationID=415888fc-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:01:21+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=355a436a-6186-11ed-a803-b220dad94083 | InvocationID=355a450e-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:01:21+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44453f92-6186-11ed-a803-b220dad94083 | InvocationID=4445421c-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:01:21+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44453f92-6186-11ed-a803-b220dad94083 | InvocationID=4445421c-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:01:21+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44453f92-6186-11ed-a803-b220dad94083 | InvocationID=4445421c-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:01:41+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41588780-6186-11ed-a803-b220dad94083 | InvocationID=415888fc-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:01:41+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50190b50-6186-11ed-a803-b220dad94083 | InvocationID=50190ede-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:01:46+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44453f92-6186-11ed-a803-b220dad94083 | InvocationID=4445421c-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:01:46+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5332297a-6186-11ed-a803-b220dad94083 | InvocationID=53322b50-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:01:46+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5332297a-6186-11ed-a803-b220dad94083 | InvocationID=53322b50-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:01:46+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5332297a-6186-11ed-a803-b220dad94083 | InvocationID=53322b50-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:02:06+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50190b50-6186-11ed-a803-b220dad94083 | InvocationID=50190ede-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:02:06+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eda41c2-6186-11ed-a803-b220dad94083 | InvocationID=5eda437a-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:02:11+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5332297a-6186-11ed-a803-b220dad94083 | InvocationID=53322b50-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:02:11+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=621cfa82-6186-11ed-a803-b220dad94083 | InvocationID=621cfc6c-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:02:11+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=621cfa82-6186-11ed-a803-b220dad94083 | InvocationID=621cfc6c-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:02:11+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=621cfa82-6186-11ed-a803-b220dad94083 | InvocationID=621cfc6c-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:02:31+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5eda41c2-6186-11ed-a803-b220dad94083 | InvocationID=5eda437a-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:02:31+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d9e0446-6186-11ed-a803-b220dad94083 | InvocationID=6d9e06e4-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:02:36+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=621cfa82-6186-11ed-a803-b220dad94083 | InvocationID=621cfc6c-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:02:36+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7108e5e2-6186-11ed-a803-b220dad94083 | InvocationID=7108e768-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:02:36+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7108e5e2-6186-11ed-a803-b220dad94083 | InvocationID=7108e768-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:02:36+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7108e5e2-6186-11ed-a803-b220dad94083 | InvocationID=7108e768-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:02:55+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d9e0446-6186-11ed-a803-b220dad94083 | InvocationID=6d9e06e4-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:02:55+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5df964-6186-11ed-a803-b220dad94083 | InvocationID=7c5dfb76-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:03:01+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7108e5e2-6186-11ed-a803-b220dad94083 | InvocationID=7108e768-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:03:01+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff35a06-6186-11ed-a803-b220dad94083 | InvocationID=7ff35b96-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:03:01+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff35a06-6186-11ed-a803-b220dad94083 | InvocationID=7ff35b96-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:03:01+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ff35a06-6186-11ed-a803-b220dad94083 | InvocationID=7ff35b96-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:03:20+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c5df964-6186-11ed-a803-b220dad94083 | InvocationID=7c5dfb76-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:03:20+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b20e31c-6186-11ed-a803-b220dad94083 | InvocationID=8b20e4a2-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:03:26+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ff35a06-6186-11ed-a803-b220dad94083 | InvocationID=7ff35b96-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:03:26+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8edd8fdc-6186-11ed-a803-b220dad94083 | InvocationID=8edd91b2-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:03:26+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8edd8fdc-6186-11ed-a803-b220dad94083 | InvocationID=8edd91b2-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:03:26+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8edd8fdc-6186-11ed-a803-b220dad94083 | InvocationID=8edd91b2-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:03:45+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b20e31c-6186-11ed-a803-b220dad94083 | InvocationID=8b20e4a2-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:03:45+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99e16278-6186-11ed-a803-b220dad94083 | InvocationID=99e163fe-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:03:51+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8edd8fdc-6186-11ed-a803-b220dad94083 | InvocationID=8edd91b2-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:03:51+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dcb949e-6186-11ed-a803-b220dad94083 | InvocationID=9dcb9656-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:03:51+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dcb949e-6186-11ed-a803-b220dad94083 | InvocationID=9dcb9656-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:03:51+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dcb949e-6186-11ed-a803-b220dad94083 | InvocationID=9dcb9656-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:04:10+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99e16278-6186-11ed-a803-b220dad94083 | InvocationID=99e163fe-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:04:10+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8a241e2-6186-11ed-a803-b220dad94083 | InvocationID=a8a24c8c-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:04:16+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dcb949e-6186-11ed-a803-b220dad94083 | InvocationID=9dcb9656-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:04:16+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acb689e6-6186-11ed-a803-b220dad94083 | InvocationID=acb68cfc-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:04:16+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acb689e6-6186-11ed-a803-b220dad94083 | InvocationID=acb68cfc-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:04:16+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acb689e6-6186-11ed-a803-b220dad94083 | InvocationID=acb68cfc-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:04:34+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8a241e2-6186-11ed-a803-b220dad94083 | InvocationID=a8a24c8c-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:04:34+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7619e08-6186-11ed-a803-b220dad94083 | InvocationID=b7619f98-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:04:41+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acb689e6-6186-11ed-a803-b220dad94083 | InvocationID=acb68cfc-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:04:41+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bba10efe-6186-11ed-a803-b220dad94083 | InvocationID=bba111a6-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:04:42+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bba10efe-6186-11ed-a803-b220dad94083 | InvocationID=bba111a6-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:04:42+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bba10efe-6186-11ed-a803-b220dad94083 | InvocationID=bba111a6-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:04:56+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7619e08-6186-11ed-a803-b220dad94083 | InvocationID=b7619f98-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:04:56+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c434932e-6186-11ed-a803-b220dad94083 | InvocationID=c4349798-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:05:07+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bba10efe-6186-11ed-a803-b220dad94083 | InvocationID=bba111a6-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:05:07+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8cb01c-6186-11ed-a803-b220dad94083 | InvocationID=ca8cb256-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:05:07+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8cb01c-6186-11ed-a803-b220dad94083 | InvocationID=ca8cb256-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:05:07+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8cb01c-6186-11ed-a803-b220dad94083 | InvocationID=ca8cb256-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:05:16+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c434932e-6186-11ed-a803-b220dad94083 | InvocationID=c4349798-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:05:16+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d07821c8-6186-11ed-a803-b220dad94083 | InvocationID=d0782402-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:05:32+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8cb01c-6186-11ed-a803-b220dad94083 | InvocationID=ca8cb256-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:05:32+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d978167a-6186-11ed-a803-b220dad94083 | InvocationID=d978185a-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:05:32+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d978167a-6186-11ed-a803-b220dad94083 | InvocationID=d978185a-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:05:32+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d978167a-6186-11ed-a803-b220dad94083 | InvocationID=d978185a-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:05:37+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d07821c8-6186-11ed-a803-b220dad94083 | InvocationID=d0782402-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:05:37+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcc63f32-6186-11ed-a803-b220dad94083 | InvocationID=dcc640ea-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:05:57+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d978167a-6186-11ed-a803-b220dad94083 | InvocationID=d978185a-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:05:57+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e862c6bc-6186-11ed-a803-b220dad94083 | InvocationID=e862c838-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:05:57+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e862c6bc-6186-11ed-a803-b220dad94083 | InvocationID=e862c838-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:05:57+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e862c6bc-6186-11ed-a803-b220dad94083 | InvocationID=e862c838-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:06:02+0000 | aai_event_thread | 139969462868768 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcc63f32-6186-11ed-a803-b220dad94083 | InvocationID=dcc640ea-6186-11ed-a803-b220dad94083 | Polling MR for XNF AAI events.
2022-11-11T06:06:02+0000 | aai_event_thread | 139969462868768 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb8944ec-6186-11ed-a803-b220dad94083 | InvocationID=eb8946e0-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T06:06:22+0000 | policy_event_thread | 139969463929632 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e862c6bc-6186-11ed-a803-b220dad94083 | InvocationID=e862c838-6186-11ed-a803-b220dad94083 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T06:06:22+0000 | policy_event_thread | 139969463929632 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f74d552a-6186-11ed-a803-b220dad94083 | InvocationID=f74d57aa-6186-11ed-a803-b220dad94083 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T06:06:22+0000 | policy_event_thread | 139969463929632 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f74d552a-6186-11ed-a803-b220dad94083 | InvocationID=f74d57aa-6186-11ed-a803-b220dad94083 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T06:06:22+0000 | policy_event_thread | 139969463929632 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f74d552a-6186-11ed-a803-b220dad94083 | InvocationID=f74d57aa-6186-11ed-a803-b220dad94083 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):