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-21T09:36:34+0000 | MainThread | 139696511221064 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-21T09:36:34+0000 | MainThread | 139696511221064 | 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-21T09:36:34+0000 | MainThread | 139696511221064 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-21T09:36:34+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:36:34+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd3befcc-697f-11ed-9cdf-be7f38de1155 | InvocationID=fd3bf29c-697f-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:36:34+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-21T09:36:34+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd3d0768-697f-11ed-9cdf-be7f38de1155 | InvocationID=fd3d0b82-697f-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:36:35+0000 | MainThread | 139696511221064 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-21T09:36:35+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd3befcc-697f-11ed-9cdf-be7f38de1155 | InvocationID=fd3bf29c-697f-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:36:35+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd3d0768-697f-11ed-9cdf-be7f38de1155 | InvocationID=fd3d0b82-697f-11ed-9cdf-be7f38de1155 | 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-21T09:36:35+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd3befcc-697f-11ed-9cdf-be7f38de1155 | InvocationID=fd3bf29c-697f-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:36:35+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd3d0768-697f-11ed-9cdf-be7f38de1155 | InvocationID=fd3d0b82-697f-11ed-9cdf-be7f38de1155 | 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-21T09:36:55+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd3d0768-697f-11ed-9cdf-be7f38de1155 | InvocationID=fd3d0b82-697f-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:36:55+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095c72cc-6980-11ed-9cdf-be7f38de1155 | InvocationID=095c7560-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:36:55+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095c72cc-6980-11ed-9cdf-be7f38de1155 | InvocationID=095c7560-6980-11ed-9cdf-be7f38de1155 | 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-21T09:36:55+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=095c72cc-6980-11ed-9cdf-be7f38de1155 | InvocationID=095c7560-6980-11ed-9cdf-be7f38de1155 | 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-21T09:37:00+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd3befcc-697f-11ed-9cdf-be7f38de1155 | InvocationID=fd3bf29c-697f-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:37:00+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c572f80-6980-11ed-9cdf-be7f38de1155 | InvocationID=0c573124-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:37:00+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c572f80-6980-11ed-9cdf-be7f38de1155 | InvocationID=0c573124-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:37:00+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c572f80-6980-11ed-9cdf-be7f38de1155 | InvocationID=0c573124-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:37:15+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=095c72cc-6980-11ed-9cdf-be7f38de1155 | InvocationID=095c7560-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:37:15+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=154d248c-6980-11ed-9cdf-be7f38de1155 | InvocationID=154d2b62-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:37:15+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=154d248c-6980-11ed-9cdf-be7f38de1155 | InvocationID=154d2b62-6980-11ed-9cdf-be7f38de1155 | 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-21T09:37:15+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=154d248c-6980-11ed-9cdf-be7f38de1155 | InvocationID=154d2b62-6980-11ed-9cdf-be7f38de1155 | 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-21T09:37:25+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c572f80-6980-11ed-9cdf-be7f38de1155 | InvocationID=0c573124-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:37:25+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b4654c6-6980-11ed-9cdf-be7f38de1155 | InvocationID=1b465674-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:37:25+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b4654c6-6980-11ed-9cdf-be7f38de1155 | InvocationID=1b465674-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:37:25+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b4654c6-6980-11ed-9cdf-be7f38de1155 | InvocationID=1b465674-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:37:35+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=154d248c-6980-11ed-9cdf-be7f38de1155 | InvocationID=154d2b62-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:37:35+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21416f8c-6980-11ed-9cdf-be7f38de1155 | InvocationID=2141711c-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:37:35+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21416f8c-6980-11ed-9cdf-be7f38de1155 | InvocationID=2141711c-6980-11ed-9cdf-be7f38de1155 | 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-21T09:37:35+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21416f8c-6980-11ed-9cdf-be7f38de1155 | InvocationID=2141711c-6980-11ed-9cdf-be7f38de1155 | 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-21T09:37:50+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b4654c6-6980-11ed-9cdf-be7f38de1155 | InvocationID=1b465674-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:37:50+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a323c5c-6980-11ed-9cdf-be7f38de1155 | InvocationID=2a324846-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:37:50+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a323c5c-6980-11ed-9cdf-be7f38de1155 | InvocationID=2a324846-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:37:50+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a323c5c-6980-11ed-9cdf-be7f38de1155 | InvocationID=2a324846-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:37:55+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21416f8c-6980-11ed-9cdf-be7f38de1155 | InvocationID=2141711c-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:37:55+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d3103c0-6980-11ed-9cdf-be7f38de1155 | InvocationID=2d3105b4-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:37:55+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d3103c0-6980-11ed-9cdf-be7f38de1155 | InvocationID=2d3105b4-6980-11ed-9cdf-be7f38de1155 | 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-21T09:37:55+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d3103c0-6980-11ed-9cdf-be7f38de1155 | InvocationID=2d3105b4-6980-11ed-9cdf-be7f38de1155 | 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-21T09:38:15+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a323c5c-6980-11ed-9cdf-be7f38de1155 | InvocationID=2a324846-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:38:15+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392168f0-6980-11ed-9cdf-be7f38de1155 | InvocationID=39216a80-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:38:15+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d3103c0-6980-11ed-9cdf-be7f38de1155 | InvocationID=2d3105b4-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:38:15+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392725a6-6980-11ed-9cdf-be7f38de1155 | InvocationID=392727a4-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:38:15+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392725a6-6980-11ed-9cdf-be7f38de1155 | InvocationID=392727a4-6980-11ed-9cdf-be7f38de1155 | 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-21T09:38:15+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=392725a6-6980-11ed-9cdf-be7f38de1155 | InvocationID=392727a4-6980-11ed-9cdf-be7f38de1155 | 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-21T09:38:15+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392168f0-6980-11ed-9cdf-be7f38de1155 | InvocationID=39216a80-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:38:15+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=392168f0-6980-11ed-9cdf-be7f38de1155 | InvocationID=39216a80-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:38:35+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=392725a6-6980-11ed-9cdf-be7f38de1155 | InvocationID=392727a4-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:38:35+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4516ab34-6980-11ed-9cdf-be7f38de1155 | InvocationID=4516ae36-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:38:35+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4516ab34-6980-11ed-9cdf-be7f38de1155 | InvocationID=4516ae36-6980-11ed-9cdf-be7f38de1155 | 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-21T09:38:35+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4516ab34-6980-11ed-9cdf-be7f38de1155 | InvocationID=4516ae36-6980-11ed-9cdf-be7f38de1155 | 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-21T09:38:40+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=392168f0-6980-11ed-9cdf-be7f38de1155 | InvocationID=39216a80-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:38:40+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=481250d6-6980-11ed-9cdf-be7f38de1155 | InvocationID=48125270-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:38:40+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=481250d6-6980-11ed-9cdf-be7f38de1155 | InvocationID=48125270-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:38:40+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=481250d6-6980-11ed-9cdf-be7f38de1155 | InvocationID=48125270-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:38:55+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4516ab34-6980-11ed-9cdf-be7f38de1155 | InvocationID=4516ae36-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:38:55+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5106f2dc-6980-11ed-9cdf-be7f38de1155 | InvocationID=51071d5c-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:38:55+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5106f2dc-6980-11ed-9cdf-be7f38de1155 | InvocationID=51071d5c-6980-11ed-9cdf-be7f38de1155 | 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-21T09:38:55+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5106f2dc-6980-11ed-9cdf-be7f38de1155 | InvocationID=51071d5c-6980-11ed-9cdf-be7f38de1155 | 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-21T09:39:05+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=481250d6-6980-11ed-9cdf-be7f38de1155 | InvocationID=48125270-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:39:05+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56fce6ce-6980-11ed-9cdf-be7f38de1155 | InvocationID=56fce89a-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:39:05+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56fce6ce-6980-11ed-9cdf-be7f38de1155 | InvocationID=56fce89a-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:39:05+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56fce6ce-6980-11ed-9cdf-be7f38de1155 | InvocationID=56fce89a-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:39:15+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5106f2dc-6980-11ed-9cdf-be7f38de1155 | InvocationID=51071d5c-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:39:15+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d023b50-6980-11ed-9cdf-be7f38de1155 | InvocationID=5d023cd6-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:39:15+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d023b50-6980-11ed-9cdf-be7f38de1155 | InvocationID=5d023cd6-6980-11ed-9cdf-be7f38de1155 | 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-21T09:39:15+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d023b50-6980-11ed-9cdf-be7f38de1155 | InvocationID=5d023cd6-6980-11ed-9cdf-be7f38de1155 | 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-21T09:39:30+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56fce6ce-6980-11ed-9cdf-be7f38de1155 | InvocationID=56fce89a-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:39:30+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65ea9596-6980-11ed-9cdf-be7f38de1155 | InvocationID=65ea9ba4-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:39:30+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65ea9596-6980-11ed-9cdf-be7f38de1155 | InvocationID=65ea9ba4-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:39:30+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65ea9596-6980-11ed-9cdf-be7f38de1155 | InvocationID=65ea9ba4-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:39:35+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d023b50-6980-11ed-9cdf-be7f38de1155 | InvocationID=5d023cd6-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:39:35+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f2f97c-6980-11ed-9cdf-be7f38de1155 | InvocationID=68f2fb5c-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:39:35+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f2f97c-6980-11ed-9cdf-be7f38de1155 | InvocationID=68f2fb5c-6980-11ed-9cdf-be7f38de1155 | 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-21T09:39:35+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68f2f97c-6980-11ed-9cdf-be7f38de1155 | InvocationID=68f2fb5c-6980-11ed-9cdf-be7f38de1155 | 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-21T09:39:55+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65ea9596-6980-11ed-9cdf-be7f38de1155 | InvocationID=65ea9ba4-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:39:55+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74d7568e-6980-11ed-9cdf-be7f38de1155 | InvocationID=74d75828-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:39:55+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74d7568e-6980-11ed-9cdf-be7f38de1155 | InvocationID=74d75828-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:39:55+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74d7568e-6980-11ed-9cdf-be7f38de1155 | InvocationID=74d75828-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:39:55+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68f2f97c-6980-11ed-9cdf-be7f38de1155 | InvocationID=68f2fb5c-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:39:55+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e1c484-6980-11ed-9cdf-be7f38de1155 | InvocationID=74e1c718-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:39:55+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e1c484-6980-11ed-9cdf-be7f38de1155 | InvocationID=74e1c718-6980-11ed-9cdf-be7f38de1155 | 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-21T09:39:55+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74e1c484-6980-11ed-9cdf-be7f38de1155 | InvocationID=74e1c718-6980-11ed-9cdf-be7f38de1155 | 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-21T09:40:15+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74e1c484-6980-11ed-9cdf-be7f38de1155 | InvocationID=74e1c718-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:40:15+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80d17618-6980-11ed-9cdf-be7f38de1155 | InvocationID=80d195ee-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:40:15+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80d17618-6980-11ed-9cdf-be7f38de1155 | InvocationID=80d195ee-6980-11ed-9cdf-be7f38de1155 | 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-21T09:40:15+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80d17618-6980-11ed-9cdf-be7f38de1155 | InvocationID=80d195ee-6980-11ed-9cdf-be7f38de1155 | 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-21T09:40:20+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74d7568e-6980-11ed-9cdf-be7f38de1155 | InvocationID=74d75828-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:40:20+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83c21490-6980-11ed-9cdf-be7f38de1155 | InvocationID=83c21698-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:40:20+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83c21490-6980-11ed-9cdf-be7f38de1155 | InvocationID=83c21698-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:40:20+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83c21490-6980-11ed-9cdf-be7f38de1155 | InvocationID=83c21698-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:40:35+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80d17618-6980-11ed-9cdf-be7f38de1155 | InvocationID=80d195ee-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:40:35+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cc2b720-6980-11ed-9cdf-be7f38de1155 | InvocationID=8cc2b8d8-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:40:35+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cc2b720-6980-11ed-9cdf-be7f38de1155 | InvocationID=8cc2b8d8-6980-11ed-9cdf-be7f38de1155 | 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-21T09:40:35+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cc2b720-6980-11ed-9cdf-be7f38de1155 | InvocationID=8cc2b8d8-6980-11ed-9cdf-be7f38de1155 | 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-21T09:40:45+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83c21490-6980-11ed-9cdf-be7f38de1155 | InvocationID=83c21698-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:40:45+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92b915c0-6980-11ed-9cdf-be7f38de1155 | InvocationID=92b9204c-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:40:45+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92b915c0-6980-11ed-9cdf-be7f38de1155 | InvocationID=92b9204c-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:40:45+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92b915c0-6980-11ed-9cdf-be7f38de1155 | InvocationID=92b9204c-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:40:55+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cc2b720-6980-11ed-9cdf-be7f38de1155 | InvocationID=8cc2b8d8-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:40:55+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b284b6-6980-11ed-9cdf-be7f38de1155 | InvocationID=98b28632-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:40:55+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b284b6-6980-11ed-9cdf-be7f38de1155 | InvocationID=98b28632-6980-11ed-9cdf-be7f38de1155 | 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-21T09:40:55+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98b284b6-6980-11ed-9cdf-be7f38de1155 | InvocationID=98b28632-6980-11ed-9cdf-be7f38de1155 | 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-21T09:41:10+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92b915c0-6980-11ed-9cdf-be7f38de1155 | InvocationID=92b9204c-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:41:10+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1a3e010-6980-11ed-9cdf-be7f38de1155 | InvocationID=a1a3e1fa-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:41:10+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1a3e010-6980-11ed-9cdf-be7f38de1155 | InvocationID=a1a3e1fa-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:41:10+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1a3e010-6980-11ed-9cdf-be7f38de1155 | InvocationID=a1a3e1fa-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:41:15+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98b284b6-6980-11ed-9cdf-be7f38de1155 | InvocationID=98b28632-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:41:15+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a1d812-6980-11ed-9cdf-be7f38de1155 | InvocationID=a4a1d9e8-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:41:15+0000 | aai_event_thread | 139696460466976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a1d812-6980-11ed-9cdf-be7f38de1155 | InvocationID=a4a1d9e8-6980-11ed-9cdf-be7f38de1155 | 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-21T09:41:15+0000 | aai_event_thread | 139696460466976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4a1d812-6980-11ed-9cdf-be7f38de1155 | InvocationID=a4a1d9e8-6980-11ed-9cdf-be7f38de1155 | 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-21T09:41:35+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1a3e010-6980-11ed-9cdf-be7f38de1155 | InvocationID=a1a3e1fa-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:41:35+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b08ffc94-6980-11ed-9cdf-be7f38de1155 | InvocationID=b09005c2-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:41:35+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4a1d812-6980-11ed-9cdf-be7f38de1155 | InvocationID=a4a1d9e8-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:41:35+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b091ab2a-6980-11ed-9cdf-be7f38de1155 | InvocationID=b091ad0a-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:41:35+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b08ffc94-6980-11ed-9cdf-be7f38de1155 | InvocationID=b09005c2-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:41:35+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b08ffc94-6980-11ed-9cdf-be7f38de1155 | InvocationID=b09005c2-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:41:59+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b091ab2a-6980-11ed-9cdf-be7f38de1155 | InvocationID=b091ad0a-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:42:00+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf074156-6980-11ed-9cdf-be7f38de1155 | InvocationID=bf07437c-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:42:00+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b08ffc94-6980-11ed-9cdf-be7f38de1155 | InvocationID=b09005c2-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:42:00+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf7c7138-6980-11ed-9cdf-be7f38de1155 | InvocationID=bf7c7354-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:42:00+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf7c7138-6980-11ed-9cdf-be7f38de1155 | InvocationID=bf7c7354-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:42:00+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf7c7138-6980-11ed-9cdf-be7f38de1155 | InvocationID=bf7c7354-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:42:20+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf074156-6980-11ed-9cdf-be7f38de1155 | InvocationID=bf07437c-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:42:20+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cafd0072-6980-11ed-9cdf-be7f38de1155 | InvocationID=cafd0270-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:42:25+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf7c7138-6980-11ed-9cdf-be7f38de1155 | InvocationID=bf7c7354-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:42:25+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce666424-6980-11ed-9cdf-be7f38de1155 | InvocationID=ce6665b4-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:42:25+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce666424-6980-11ed-9cdf-be7f38de1155 | InvocationID=ce6665b4-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:42:25+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce666424-6980-11ed-9cdf-be7f38de1155 | InvocationID=ce6665b4-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:42:40+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cafd0072-6980-11ed-9cdf-be7f38de1155 | InvocationID=cafd0270-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:42:40+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6f1174c-6980-11ed-9cdf-be7f38de1155 | InvocationID=d6f118f0-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:42:50+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce666424-6980-11ed-9cdf-be7f38de1155 | InvocationID=ce6665b4-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:42:50+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd553000-6980-11ed-9cdf-be7f38de1155 | InvocationID=dd5535a0-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:42:50+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd553000-6980-11ed-9cdf-be7f38de1155 | InvocationID=dd5535a0-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:42:50+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd553000-6980-11ed-9cdf-be7f38de1155 | InvocationID=dd5535a0-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:43:00+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6f1174c-6980-11ed-9cdf-be7f38de1155 | InvocationID=d6f118f0-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:43:00+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2eee75e-6980-11ed-9cdf-be7f38de1155 | InvocationID=e2eee966-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:43:15+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd553000-6980-11ed-9cdf-be7f38de1155 | InvocationID=dd5535a0-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:43:15+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec438c4c-6980-11ed-9cdf-be7f38de1155 | InvocationID=ec438e04-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:43:15+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec438c4c-6980-11ed-9cdf-be7f38de1155 | InvocationID=ec438e04-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:43:15+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec438c4c-6980-11ed-9cdf-be7f38de1155 | InvocationID=ec438e04-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:43:20+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2eee75e-6980-11ed-9cdf-be7f38de1155 | InvocationID=e2eee966-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:43:20+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef411888-6980-11ed-9cdf-be7f38de1155 | InvocationID=ef411a40-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:43:40+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec438c4c-6980-11ed-9cdf-be7f38de1155 | InvocationID=ec438e04-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:43:40+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb2dccea-6980-11ed-9cdf-be7f38de1155 | InvocationID=fb2dceca-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:43:40+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb2dccea-6980-11ed-9cdf-be7f38de1155 | InvocationID=fb2dceca-6980-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:43:40+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb2dccea-6980-11ed-9cdf-be7f38de1155 | InvocationID=fb2dceca-6980-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:43:45+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef411888-6980-11ed-9cdf-be7f38de1155 | InvocationID=ef411a40-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:43:45+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe0193fc-6980-11ed-9cdf-be7f38de1155 | InvocationID=fe0195f0-6980-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:44:05+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb2dccea-6980-11ed-9cdf-be7f38de1155 | InvocationID=fb2dceca-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:44:05+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a18b5a8-6981-11ed-9cdf-be7f38de1155 | InvocationID=0a18b7ba-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:44:05+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a18b5a8-6981-11ed-9cdf-be7f38de1155 | InvocationID=0a18b7ba-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:44:05+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a18b5a8-6981-11ed-9cdf-be7f38de1155 | InvocationID=0a18b7ba-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:44:10+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe0193fc-6980-11ed-9cdf-be7f38de1155 | InvocationID=fe0195f0-6980-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:44:10+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cc37022-6981-11ed-9cdf-be7f38de1155 | InvocationID=0cc371ee-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:44:30+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a18b5a8-6981-11ed-9cdf-be7f38de1155 | InvocationID=0a18b7ba-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:44:30+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1902fa56-6981-11ed-9cdf-be7f38de1155 | InvocationID=1902fc36-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:44:30+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1902fa56-6981-11ed-9cdf-be7f38de1155 | InvocationID=1902fc36-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:44:30+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1902fa56-6981-11ed-9cdf-be7f38de1155 | InvocationID=1902fc36-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:44:35+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0cc37022-6981-11ed-9cdf-be7f38de1155 | InvocationID=0cc371ee-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:44:35+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b8347ae-6981-11ed-9cdf-be7f38de1155 | InvocationID=1b834970-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:44:55+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1902fa56-6981-11ed-9cdf-be7f38de1155 | InvocationID=1902fc36-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:44:55+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27ed0872-6981-11ed-9cdf-be7f38de1155 | InvocationID=27ed0a02-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:44:56+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27ed0872-6981-11ed-9cdf-be7f38de1155 | InvocationID=27ed0a02-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:44:56+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27ed0872-6981-11ed-9cdf-be7f38de1155 | InvocationID=27ed0a02-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:44:59+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b8347ae-6981-11ed-9cdf-be7f38de1155 | InvocationID=1b834970-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:44:59+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a4403e6-6981-11ed-9cdf-be7f38de1155 | InvocationID=2a4405f8-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:45:21+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27ed0872-6981-11ed-9cdf-be7f38de1155 | InvocationID=27ed0a02-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:45:21+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36d6fe42-6981-11ed-9cdf-be7f38de1155 | InvocationID=36d6ffd2-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:45:21+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36d6fe42-6981-11ed-9cdf-be7f38de1155 | InvocationID=36d6ffd2-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:45:21+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36d6fe42-6981-11ed-9cdf-be7f38de1155 | InvocationID=36d6ffd2-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:45:24+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a4403e6-6981-11ed-9cdf-be7f38de1155 | InvocationID=2a4405f8-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:45:24+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=390525c2-6981-11ed-9cdf-be7f38de1155 | InvocationID=3905351c-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:45:46+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36d6fe42-6981-11ed-9cdf-be7f38de1155 | InvocationID=36d6ffd2-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:45:46+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45c0cb9a-6981-11ed-9cdf-be7f38de1155 | InvocationID=45c0cd2a-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:45:46+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45c0cb9a-6981-11ed-9cdf-be7f38de1155 | InvocationID=45c0cd2a-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:45:46+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45c0cb9a-6981-11ed-9cdf-be7f38de1155 | InvocationID=45c0cd2a-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:45:49+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=390525c2-6981-11ed-9cdf-be7f38de1155 | InvocationID=3905351c-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:45:49+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47c4859e-6981-11ed-9cdf-be7f38de1155 | InvocationID=47c48724-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:46:11+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45c0cb9a-6981-11ed-9cdf-be7f38de1155 | InvocationID=45c0cd2a-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:46:11+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54ac118c-6981-11ed-9cdf-be7f38de1155 | InvocationID=54ac13ee-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:46:11+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54ac118c-6981-11ed-9cdf-be7f38de1155 | InvocationID=54ac13ee-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:46:11+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54ac118c-6981-11ed-9cdf-be7f38de1155 | InvocationID=54ac13ee-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:46:14+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47c4859e-6981-11ed-9cdf-be7f38de1155 | InvocationID=47c48724-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:46:14+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=568a9ea6-6981-11ed-9cdf-be7f38de1155 | InvocationID=568aa04a-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:46:36+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54ac118c-6981-11ed-9cdf-be7f38de1155 | InvocationID=54ac13ee-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:46:36+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=639a85de-6981-11ed-9cdf-be7f38de1155 | InvocationID=639a8778-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:46:36+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=639a85de-6981-11ed-9cdf-be7f38de1155 | InvocationID=639a8778-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:46:36+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=639a85de-6981-11ed-9cdf-be7f38de1155 | InvocationID=639a8778-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:46:38+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=568a9ea6-6981-11ed-9cdf-be7f38de1155 | InvocationID=568aa04a-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:46:38+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654d198c-6981-11ed-9cdf-be7f38de1155 | InvocationID=654d1b08-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:47:01+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=639a85de-6981-11ed-9cdf-be7f38de1155 | InvocationID=639a8778-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:47:01+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72886d5e-6981-11ed-9cdf-be7f38de1155 | InvocationID=72886ef8-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:47:01+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72886d5e-6981-11ed-9cdf-be7f38de1155 | InvocationID=72886ef8-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:47:01+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72886d5e-6981-11ed-9cdf-be7f38de1155 | InvocationID=72886ef8-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:47:03+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=654d198c-6981-11ed-9cdf-be7f38de1155 | InvocationID=654d1b08-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:47:03+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=740dba4e-6981-11ed-9cdf-be7f38de1155 | InvocationID=740dbc2e-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:47:26+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72886d5e-6981-11ed-9cdf-be7f38de1155 | InvocationID=72886ef8-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:47:26+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=817324da-6981-11ed-9cdf-be7f38de1155 | InvocationID=81732778-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:47:26+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=817324da-6981-11ed-9cdf-be7f38de1155 | InvocationID=81732778-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:47:26+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=817324da-6981-11ed-9cdf-be7f38de1155 | InvocationID=81732778-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:47:28+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=740dba4e-6981-11ed-9cdf-be7f38de1155 | InvocationID=740dbc2e-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:47:28+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82cfa40c-6981-11ed-9cdf-be7f38de1155 | InvocationID=82cfa5e2-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:47:51+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=817324da-6981-11ed-9cdf-be7f38de1155 | InvocationID=81732778-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:47:51+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=905ddab2-6981-11ed-9cdf-be7f38de1155 | InvocationID=905de0ca-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:47:51+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=905ddab2-6981-11ed-9cdf-be7f38de1155 | InvocationID=905de0ca-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:47:51+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=905ddab2-6981-11ed-9cdf-be7f38de1155 | InvocationID=905de0ca-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:47:53+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82cfa40c-6981-11ed-9cdf-be7f38de1155 | InvocationID=82cfa5e2-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:47:53+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918f7918-6981-11ed-9cdf-be7f38de1155 | InvocationID=918f7ab2-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:48:16+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=905ddab2-6981-11ed-9cdf-be7f38de1155 | InvocationID=905de0ca-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:48:16+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f493c24-6981-11ed-9cdf-be7f38de1155 | InvocationID=9f493dc8-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:48:16+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f493c24-6981-11ed-9cdf-be7f38de1155 | InvocationID=9f493dc8-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:48:16+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f493c24-6981-11ed-9cdf-be7f38de1155 | InvocationID=9f493dc8-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:48:17+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=918f7918-6981-11ed-9cdf-be7f38de1155 | InvocationID=918f7ab2-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:48:17+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04f82e0-6981-11ed-9cdf-be7f38de1155 | InvocationID=a04f84a2-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:48:41+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f493c24-6981-11ed-9cdf-be7f38de1155 | InvocationID=9f493dc8-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:48:41+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae346042-6981-11ed-9cdf-be7f38de1155 | InvocationID=ae34622c-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:48:41+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae346042-6981-11ed-9cdf-be7f38de1155 | InvocationID=ae34622c-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:48:41+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae346042-6981-11ed-9cdf-be7f38de1155 | InvocationID=ae34622c-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:48:42+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a04f82e0-6981-11ed-9cdf-be7f38de1155 | InvocationID=a04f84a2-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:48:42+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af0f187c-6981-11ed-9cdf-be7f38de1155 | InvocationID=af0f1a0c-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:49:06+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae346042-6981-11ed-9cdf-be7f38de1155 | InvocationID=ae34622c-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:49:06+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd1e9d7a-6981-11ed-9cdf-be7f38de1155 | InvocationID=bd1e9fa0-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:49:06+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd1e9d7a-6981-11ed-9cdf-be7f38de1155 | InvocationID=bd1e9fa0-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:49:06+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd1e9d7a-6981-11ed-9cdf-be7f38de1155 | InvocationID=bd1e9fa0-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:49:07+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af0f187c-6981-11ed-9cdf-be7f38de1155 | InvocationID=af0f1a0c-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:49:07+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdcdfbf8-6981-11ed-9cdf-be7f38de1155 | InvocationID=bdcdffe0-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:49:31+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd1e9d7a-6981-11ed-9cdf-be7f38de1155 | InvocationID=bd1e9fa0-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:49:31+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0b3e42-6981-11ed-9cdf-be7f38de1155 | InvocationID=cc0b4054-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:49:31+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0b3e42-6981-11ed-9cdf-be7f38de1155 | InvocationID=cc0b4054-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:49:31+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc0b3e42-6981-11ed-9cdf-be7f38de1155 | InvocationID=cc0b4054-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:49:32+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdcdfbf8-6981-11ed-9cdf-be7f38de1155 | InvocationID=bdcdffe0-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:49:32+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc8e16c8-6981-11ed-9cdf-be7f38de1155 | InvocationID=cc8e2596-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:49:56+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc0b3e42-6981-11ed-9cdf-be7f38de1155 | InvocationID=cc0b4054-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:49:56+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf61e54-6981-11ed-9cdf-be7f38de1155 | InvocationID=daf61fda-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:49:56+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf61e54-6981-11ed-9cdf-be7f38de1155 | InvocationID=daf61fda-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:49:56+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daf61e54-6981-11ed-9cdf-be7f38de1155 | InvocationID=daf61fda-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:49:56+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc8e16c8-6981-11ed-9cdf-be7f38de1155 | InvocationID=cc8e2596-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:49:56+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db4e4d2c-6981-11ed-9cdf-be7f38de1155 | InvocationID=db4e4ec6-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:50:21+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daf61e54-6981-11ed-9cdf-be7f38de1155 | InvocationID=daf61fda-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:50:21+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e01640-6981-11ed-9cdf-be7f38de1155 | InvocationID=e9e017e4-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:50:21+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e01640-6981-11ed-9cdf-be7f38de1155 | InvocationID=e9e017e4-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:50:21+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9e01640-6981-11ed-9cdf-be7f38de1155 | InvocationID=e9e017e4-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:50:21+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db4e4d2c-6981-11ed-9cdf-be7f38de1155 | InvocationID=db4e4ec6-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:50:21+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea0d0790-6981-11ed-9cdf-be7f38de1155 | InvocationID=ea0d0920-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:50:46+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9e01640-6981-11ed-9cdf-be7f38de1155 | InvocationID=e9e017e4-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:50:46+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8ca2dd0-6981-11ed-9cdf-be7f38de1155 | InvocationID=f8ca300a-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:50:46+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea0d0790-6981-11ed-9cdf-be7f38de1155 | InvocationID=ea0d0920-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:50:46+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8cdb4a0-6981-11ed-9cdf-be7f38de1155 | InvocationID=f8cdb694-6981-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:50:46+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8ca2dd0-6981-11ed-9cdf-be7f38de1155 | InvocationID=f8ca300a-6981-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:50:46+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8ca2dd0-6981-11ed-9cdf-be7f38de1155 | InvocationID=f8ca300a-6981-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:51:11+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8cdb4a0-6981-11ed-9cdf-be7f38de1155 | InvocationID=f8cdb694-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:51:11+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07933636-6982-11ed-9cdf-be7f38de1155 | InvocationID=079337c6-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:51:11+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8ca2dd0-6981-11ed-9cdf-be7f38de1155 | InvocationID=f8ca300a-6981-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:51:11+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b71dbc-6982-11ed-9cdf-be7f38de1155 | InvocationID=07b71f74-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:51:11+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b71dbc-6982-11ed-9cdf-be7f38de1155 | InvocationID=07b71f74-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:51:11+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07b71dbc-6982-11ed-9cdf-be7f38de1155 | InvocationID=07b71f74-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:51:35+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07933636-6982-11ed-9cdf-be7f38de1155 | InvocationID=079337c6-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:51:35+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1654b802-6982-11ed-9cdf-be7f38de1155 | InvocationID=1654c04a-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:51:36+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07b71dbc-6982-11ed-9cdf-be7f38de1155 | InvocationID=07b71f74-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:51:36+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a1f5f4-6982-11ed-9cdf-be7f38de1155 | InvocationID=16a1f78e-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:51:36+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a1f5f4-6982-11ed-9cdf-be7f38de1155 | InvocationID=16a1f78e-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:51:36+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16a1f5f4-6982-11ed-9cdf-be7f38de1155 | InvocationID=16a1f78e-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:52:00+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1654b802-6982-11ed-9cdf-be7f38de1155 | InvocationID=1654c04a-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:52:00+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2515bcc4-6982-11ed-9cdf-be7f38de1155 | InvocationID=2515beae-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:52:01+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16a1f5f4-6982-11ed-9cdf-be7f38de1155 | InvocationID=16a1f78e-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:52:01+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=258b999e-6982-11ed-9cdf-be7f38de1155 | InvocationID=258b9b60-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:52:01+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=258b999e-6982-11ed-9cdf-be7f38de1155 | InvocationID=258b9b60-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:52:01+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=258b999e-6982-11ed-9cdf-be7f38de1155 | InvocationID=258b9b60-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:52:25+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2515bcc4-6982-11ed-9cdf-be7f38de1155 | InvocationID=2515beae-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:52:25+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d6be5c-6982-11ed-9cdf-be7f38de1155 | InvocationID=33d6c078-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:52:26+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=258b999e-6982-11ed-9cdf-be7f38de1155 | InvocationID=258b9b60-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:52:26+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34758e06-6982-11ed-9cdf-be7f38de1155 | InvocationID=34758fa0-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:52:26+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34758e06-6982-11ed-9cdf-be7f38de1155 | InvocationID=34758fa0-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:52:26+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34758e06-6982-11ed-9cdf-be7f38de1155 | InvocationID=34758fa0-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:52:50+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33d6be5c-6982-11ed-9cdf-be7f38de1155 | InvocationID=33d6c078-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:52:50+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4296f16e-6982-11ed-9cdf-be7f38de1155 | InvocationID=4296f358-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:52:51+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34758e06-6982-11ed-9cdf-be7f38de1155 | InvocationID=34758fa0-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:52:51+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=435f401a-6982-11ed-9cdf-be7f38de1155 | InvocationID=435f4204-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:52:51+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=435f401a-6982-11ed-9cdf-be7f38de1155 | InvocationID=435f4204-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:52:51+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=435f401a-6982-11ed-9cdf-be7f38de1155 | InvocationID=435f4204-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:53:14+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4296f16e-6982-11ed-9cdf-be7f38de1155 | InvocationID=4296f358-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:53:14+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=515a50f6-6982-11ed-9cdf-be7f38de1155 | InvocationID=515a5326-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:53:16+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=435f401a-6982-11ed-9cdf-be7f38de1155 | InvocationID=435f4204-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:53:16+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5249d23e-6982-11ed-9cdf-be7f38de1155 | InvocationID=5249d720-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:53:16+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5249d23e-6982-11ed-9cdf-be7f38de1155 | InvocationID=5249d720-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:53:16+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5249d23e-6982-11ed-9cdf-be7f38de1155 | InvocationID=5249d720-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:53:39+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=515a50f6-6982-11ed-9cdf-be7f38de1155 | InvocationID=515a5326-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:53:39+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=601ab0ae-6982-11ed-9cdf-be7f38de1155 | InvocationID=601ab2ac-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:53:41+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5249d23e-6982-11ed-9cdf-be7f38de1155 | InvocationID=5249d720-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:53:41+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61343e60-6982-11ed-9cdf-be7f38de1155 | InvocationID=61343ffa-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:53:41+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61343e60-6982-11ed-9cdf-be7f38de1155 | InvocationID=61343ffa-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:53:41+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61343e60-6982-11ed-9cdf-be7f38de1155 | InvocationID=61343ffa-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:54:04+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=601ab0ae-6982-11ed-9cdf-be7f38de1155 | InvocationID=601ab2ac-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:54:04+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6edced32-6982-11ed-9cdf-be7f38de1155 | InvocationID=6edd15a0-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:54:06+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61343e60-6982-11ed-9cdf-be7f38de1155 | InvocationID=61343ffa-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:54:06+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=701f9708-6982-11ed-9cdf-be7f38de1155 | InvocationID=701f98e8-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:54:06+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=701f9708-6982-11ed-9cdf-be7f38de1155 | InvocationID=701f98e8-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:54:06+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=701f9708-6982-11ed-9cdf-be7f38de1155 | InvocationID=701f98e8-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:54:29+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6edced32-6982-11ed-9cdf-be7f38de1155 | InvocationID=6edd15a0-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:54:29+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7da2d732-6982-11ed-9cdf-be7f38de1155 | InvocationID=7da2d8ea-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:54:31+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=701f9708-6982-11ed-9cdf-be7f38de1155 | InvocationID=701f98e8-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:54:31+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f0ad106-6982-11ed-9cdf-be7f38de1155 | InvocationID=7f0ad2aa-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:54:31+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f0ad106-6982-11ed-9cdf-be7f38de1155 | InvocationID=7f0ad2aa-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:54:31+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f0ad106-6982-11ed-9cdf-be7f38de1155 | InvocationID=7f0ad2aa-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:54:54+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7da2d732-6982-11ed-9cdf-be7f38de1155 | InvocationID=7da2d8ea-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:54:54+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c64e170-6982-11ed-9cdf-be7f38de1155 | InvocationID=8c64e38c-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:54:56+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f0ad106-6982-11ed-9cdf-be7f38de1155 | InvocationID=7f0ad2aa-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:54:56+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8df4d8ec-6982-11ed-9cdf-be7f38de1155 | InvocationID=8df4daa4-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:54:56+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8df4d8ec-6982-11ed-9cdf-be7f38de1155 | InvocationID=8df4daa4-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:54:56+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8df4d8ec-6982-11ed-9cdf-be7f38de1155 | InvocationID=8df4daa4-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:55:18+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c64e170-6982-11ed-9cdf-be7f38de1155 | InvocationID=8c64e38c-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:55:18+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b3b06fc-6982-11ed-9cdf-be7f38de1155 | InvocationID=9b3b08e6-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:55:21+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8df4d8ec-6982-11ed-9cdf-be7f38de1155 | InvocationID=8df4daa4-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:55:21+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cdfdcc6-6982-11ed-9cdf-be7f38de1155 | InvocationID=9cdfde7e-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:55:21+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cdfdcc6-6982-11ed-9cdf-be7f38de1155 | InvocationID=9cdfde7e-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:55:21+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cdfdcc6-6982-11ed-9cdf-be7f38de1155 | InvocationID=9cdfde7e-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:55:43+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b3b06fc-6982-11ed-9cdf-be7f38de1155 | InvocationID=9b3b08e6-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:55:43+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9fe0b94-6982-11ed-9cdf-be7f38de1155 | InvocationID=a9fe0df6-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:55:46+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cdfdcc6-6982-11ed-9cdf-be7f38de1155 | InvocationID=9cdfde7e-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:55:46+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abc9cc92-6982-11ed-9cdf-be7f38de1155 | InvocationID=abc9ce0e-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:55:46+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abc9cc92-6982-11ed-9cdf-be7f38de1155 | InvocationID=abc9ce0e-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:55:46+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abc9cc92-6982-11ed-9cdf-be7f38de1155 | InvocationID=abc9ce0e-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:56:08+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9fe0b94-6982-11ed-9cdf-be7f38de1155 | InvocationID=a9fe0df6-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:56:08+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8c254b4-6982-11ed-9cdf-be7f38de1155 | InvocationID=b8c257ac-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:56:11+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abc9cc92-6982-11ed-9cdf-be7f38de1155 | InvocationID=abc9ce0e-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:56:11+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bab45ab0-6982-11ed-9cdf-be7f38de1155 | InvocationID=bab45ca4-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:56:11+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bab45ab0-6982-11ed-9cdf-be7f38de1155 | InvocationID=bab45ca4-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:56:11+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bab45ab0-6982-11ed-9cdf-be7f38de1155 | InvocationID=bab45ca4-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:56:33+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8c254b4-6982-11ed-9cdf-be7f38de1155 | InvocationID=b8c257ac-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:56:33+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c788df68-6982-11ed-9cdf-be7f38de1155 | InvocationID=c788e116-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:56:36+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bab45ab0-6982-11ed-9cdf-be7f38de1155 | InvocationID=bab45ca4-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:56:36+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9a3356e-6982-11ed-9cdf-be7f38de1155 | InvocationID=c9a33712-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:56:36+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9a3356e-6982-11ed-9cdf-be7f38de1155 | InvocationID=c9a33712-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:56:36+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9a3356e-6982-11ed-9cdf-be7f38de1155 | InvocationID=c9a33712-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:56:58+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c788df68-6982-11ed-9cdf-be7f38de1155 | InvocationID=c788e116-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:56:58+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6591a8a-6982-11ed-9cdf-be7f38de1155 | InvocationID=d6591e04-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:57:01+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9a3356e-6982-11ed-9cdf-be7f38de1155 | InvocationID=c9a33712-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:57:01+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89379d0-6982-11ed-9cdf-be7f38de1155 | InvocationID=d89382c2-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:57:01+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89379d0-6982-11ed-9cdf-be7f38de1155 | InvocationID=d89382c2-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:57:01+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d89379d0-6982-11ed-9cdf-be7f38de1155 | InvocationID=d89382c2-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:57:22+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6591a8a-6982-11ed-9cdf-be7f38de1155 | InvocationID=d6591e04-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:57:22+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e52295a0-6982-11ed-9cdf-be7f38de1155 | InvocationID=e52297b2-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:57:26+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d89379d0-6982-11ed-9cdf-be7f38de1155 | InvocationID=d89382c2-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:57:26+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e77d92a0-6982-11ed-9cdf-be7f38de1155 | InvocationID=e77d9548-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:57:26+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e77d92a0-6982-11ed-9cdf-be7f38de1155 | InvocationID=e77d9548-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:57:26+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e77d92a0-6982-11ed-9cdf-be7f38de1155 | InvocationID=e77d9548-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:57:47+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e52295a0-6982-11ed-9cdf-be7f38de1155 | InvocationID=e52297b2-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:57:47+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3e8bb64-6982-11ed-9cdf-be7f38de1155 | InvocationID=f3e8bd8a-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:57:51+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e77d92a0-6982-11ed-9cdf-be7f38de1155 | InvocationID=e77d9548-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:57:51+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f667daf0-6982-11ed-9cdf-be7f38de1155 | InvocationID=f667e266-6982-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:57:51+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f667daf0-6982-11ed-9cdf-be7f38de1155 | InvocationID=f667e266-6982-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:57:51+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f667daf0-6982-11ed-9cdf-be7f38de1155 | InvocationID=f667e266-6982-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:58:12+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3e8bb64-6982-11ed-9cdf-be7f38de1155 | InvocationID=f3e8bd8a-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:58:12+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02ace35a-6983-11ed-9cdf-be7f38de1155 | InvocationID=02ace558-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:58:16+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f667daf0-6982-11ed-9cdf-be7f38de1155 | InvocationID=f667e266-6982-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:58:16+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05532ab0-6983-11ed-9cdf-be7f38de1155 | InvocationID=05532cf4-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:58:16+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05532ab0-6983-11ed-9cdf-be7f38de1155 | InvocationID=05532cf4-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:58:16+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05532ab0-6983-11ed-9cdf-be7f38de1155 | InvocationID=05532cf4-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:58:37+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02ace35a-6983-11ed-9cdf-be7f38de1155 | InvocationID=02ace558-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:58:37+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1170a37c-6983-11ed-9cdf-be7f38de1155 | InvocationID=1170a552-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:58:41+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05532ab0-6983-11ed-9cdf-be7f38de1155 | InvocationID=05532cf4-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:58:41+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143dcd3c-6983-11ed-9cdf-be7f38de1155 | InvocationID=143dcecc-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:58:41+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143dcd3c-6983-11ed-9cdf-be7f38de1155 | InvocationID=143dcecc-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:58:41+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143dcd3c-6983-11ed-9cdf-be7f38de1155 | InvocationID=143dcecc-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:59:02+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1170a37c-6983-11ed-9cdf-be7f38de1155 | InvocationID=1170a552-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:59:02+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2032a338-6983-11ed-9cdf-be7f38de1155 | InvocationID=2032a4be-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:59:06+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143dcd3c-6983-11ed-9cdf-be7f38de1155 | InvocationID=143dcecc-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:59:06+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2327aa70-6983-11ed-9cdf-be7f38de1155 | InvocationID=2327abec-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:59:06+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2327aa70-6983-11ed-9cdf-be7f38de1155 | InvocationID=2327abec-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:59:06+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2327aa70-6983-11ed-9cdf-be7f38de1155 | InvocationID=2327abec-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:59:26+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2032a338-6983-11ed-9cdf-be7f38de1155 | InvocationID=2032a4be-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:59:26+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ef2455e-6983-11ed-9cdf-be7f38de1155 | InvocationID=2ef2490a-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:59:31+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2327aa70-6983-11ed-9cdf-be7f38de1155 | InvocationID=2327abec-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:59:32+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32119b68-6983-11ed-9cdf-be7f38de1155 | InvocationID=32119ed8-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:59:32+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32119b68-6983-11ed-9cdf-be7f38de1155 | InvocationID=32119ed8-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:59:32+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32119b68-6983-11ed-9cdf-be7f38de1155 | InvocationID=32119ed8-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:59:51+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ef2455e-6983-11ed-9cdf-be7f38de1155 | InvocationID=2ef2490a-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T09:59:51+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db2c294-6983-11ed-9cdf-be7f38de1155 | InvocationID=3db2c4ce-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T09:59:57+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32119b68-6983-11ed-9cdf-be7f38de1155 | InvocationID=32119ed8-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T09:59:57+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40fcdef8-6983-11ed-9cdf-be7f38de1155 | InvocationID=40fce092-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T09:59:57+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40fcdef8-6983-11ed-9cdf-be7f38de1155 | InvocationID=40fce092-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T09:59:57+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40fcdef8-6983-11ed-9cdf-be7f38de1155 | InvocationID=40fce092-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:00:16+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3db2c294-6983-11ed-9cdf-be7f38de1155 | InvocationID=3db2c4ce-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:00:16+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c73a71c-6983-11ed-9cdf-be7f38de1155 | InvocationID=4c73a8c0-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:00:22+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40fcdef8-6983-11ed-9cdf-be7f38de1155 | InvocationID=40fce092-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:00:22+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fe7e00c-6983-11ed-9cdf-be7f38de1155 | InvocationID=4fe7e1c4-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:00:22+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fe7e00c-6983-11ed-9cdf-be7f38de1155 | InvocationID=4fe7e1c4-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:00:22+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fe7e00c-6983-11ed-9cdf-be7f38de1155 | InvocationID=4fe7e1c4-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:00:41+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c73a71c-6983-11ed-9cdf-be7f38de1155 | InvocationID=4c73a8c0-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:00:41+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b335220-6983-11ed-9cdf-be7f38de1155 | InvocationID=5b335400-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:00:47+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fe7e00c-6983-11ed-9cdf-be7f38de1155 | InvocationID=4fe7e1c4-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:00:47+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ed1b8c2-6983-11ed-9cdf-be7f38de1155 | InvocationID=5ed1ba70-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:00:47+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ed1b8c2-6983-11ed-9cdf-be7f38de1155 | InvocationID=5ed1ba70-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:00:47+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ed1b8c2-6983-11ed-9cdf-be7f38de1155 | InvocationID=5ed1ba70-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:01:05+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b335220-6983-11ed-9cdf-be7f38de1155 | InvocationID=5b335400-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:01:05+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69f33366-6983-11ed-9cdf-be7f38de1155 | InvocationID=69f3355a-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:01:12+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ed1b8c2-6983-11ed-9cdf-be7f38de1155 | InvocationID=5ed1ba70-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:01:12+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dbbe286-6983-11ed-9cdf-be7f38de1155 | InvocationID=6dbbe42a-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:01:12+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dbbe286-6983-11ed-9cdf-be7f38de1155 | InvocationID=6dbbe42a-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:01:12+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dbbe286-6983-11ed-9cdf-be7f38de1155 | InvocationID=6dbbe42a-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:01:30+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69f33366-6983-11ed-9cdf-be7f38de1155 | InvocationID=69f3355a-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:01:30+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78b2db18-6983-11ed-9cdf-be7f38de1155 | InvocationID=78b2dd2a-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:01:37+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dbbe286-6983-11ed-9cdf-be7f38de1155 | InvocationID=6dbbe42a-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:01:37+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca5fd7c-6983-11ed-9cdf-be7f38de1155 | InvocationID=7ca5ff0c-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:01:37+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca5fd7c-6983-11ed-9cdf-be7f38de1155 | InvocationID=7ca5ff0c-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:01:37+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ca5fd7c-6983-11ed-9cdf-be7f38de1155 | InvocationID=7ca5ff0c-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:01:55+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78b2db18-6983-11ed-9cdf-be7f38de1155 | InvocationID=78b2dd2a-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:01:55+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8772e6ca-6983-11ed-9cdf-be7f38de1155 | InvocationID=8772e8c8-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:02:02+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ca5fd7c-6983-11ed-9cdf-be7f38de1155 | InvocationID=7ca5ff0c-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:02:02+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b90689a-6983-11ed-9cdf-be7f38de1155 | InvocationID=8b9071fa-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:02:02+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b90689a-6983-11ed-9cdf-be7f38de1155 | InvocationID=8b9071fa-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:02:02+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b90689a-6983-11ed-9cdf-be7f38de1155 | InvocationID=8b9071fa-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:02:20+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8772e6ca-6983-11ed-9cdf-be7f38de1155 | InvocationID=8772e8c8-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:02:20+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9634ec12-6983-11ed-9cdf-be7f38de1155 | InvocationID=9634ed7a-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:02:27+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b90689a-6983-11ed-9cdf-be7f38de1155 | InvocationID=8b9071fa-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:02:27+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7a7a44-6983-11ed-9cdf-be7f38de1155 | InvocationID=9a7a7bd4-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:02:27+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7a7a44-6983-11ed-9cdf-be7f38de1155 | InvocationID=9a7a7bd4-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:02:27+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a7a7a44-6983-11ed-9cdf-be7f38de1155 | InvocationID=9a7a7bd4-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:02:44+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9634ec12-6983-11ed-9cdf-be7f38de1155 | InvocationID=9634ed7a-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:02:44+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4f5255a-6983-11ed-9cdf-be7f38de1155 | InvocationID=a4f5283e-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:02:52+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a7a7a44-6983-11ed-9cdf-be7f38de1155 | InvocationID=9a7a7bd4-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:02:52+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a964a016-6983-11ed-9cdf-be7f38de1155 | InvocationID=a964a1ba-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:02:52+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a964a016-6983-11ed-9cdf-be7f38de1155 | InvocationID=a964a1ba-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:02:52+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a964a016-6983-11ed-9cdf-be7f38de1155 | InvocationID=a964a1ba-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:03:09+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4f5255a-6983-11ed-9cdf-be7f38de1155 | InvocationID=a4f5283e-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:03:09+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3b5dbfc-6983-11ed-9cdf-be7f38de1155 | InvocationID=b3b5eb10-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:03:17+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a964a016-6983-11ed-9cdf-be7f38de1155 | InvocationID=a964a1ba-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:03:17+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84eaf72-6983-11ed-9cdf-be7f38de1155 | InvocationID=b84eb12a-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:03:17+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b84eaf72-6983-11ed-9cdf-be7f38de1155 | InvocationID=b84eb12a-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:03:17+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b84eaf72-6983-11ed-9cdf-be7f38de1155 | InvocationID=b84eb12a-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:03:34+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3b5dbfc-6983-11ed-9cdf-be7f38de1155 | InvocationID=b3b5eb10-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:03:34+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2765afe-6983-11ed-9cdf-be7f38de1155 | InvocationID=c2765f04-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:03:42+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b84eaf72-6983-11ed-9cdf-be7f38de1155 | InvocationID=b84eb12a-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:03:42+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c73a2dea-6983-11ed-9cdf-be7f38de1155 | InvocationID=c73a2fc0-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:03:42+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c73a2dea-6983-11ed-9cdf-be7f38de1155 | InvocationID=c73a2fc0-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:03:42+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c73a2dea-6983-11ed-9cdf-be7f38de1155 | InvocationID=c73a2fc0-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:03:58+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2765afe-6983-11ed-9cdf-be7f38de1155 | InvocationID=c2765f04-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:03:58+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d136338e-6983-11ed-9cdf-be7f38de1155 | InvocationID=d1363564-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:04:07+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c73a2dea-6983-11ed-9cdf-be7f38de1155 | InvocationID=c73a2fc0-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:04:07+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6240984-6983-11ed-9cdf-be7f38de1155 | InvocationID=d6240b50-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:04:07+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6240984-6983-11ed-9cdf-be7f38de1155 | InvocationID=d6240b50-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:04:07+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6240984-6983-11ed-9cdf-be7f38de1155 | InvocationID=d6240b50-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:04:23+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d136338e-6983-11ed-9cdf-be7f38de1155 | InvocationID=d1363564-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:04:23+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dff8203a-6983-11ed-9cdf-be7f38de1155 | InvocationID=dff82b5c-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:04:32+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6240984-6983-11ed-9cdf-be7f38de1155 | InvocationID=d6240b50-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:04:32+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e50dd812-6983-11ed-9cdf-be7f38de1155 | InvocationID=e50dd9ac-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:04:32+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e50dd812-6983-11ed-9cdf-be7f38de1155 | InvocationID=e50dd9ac-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:04:32+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e50dd812-6983-11ed-9cdf-be7f38de1155 | InvocationID=e50dd9ac-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:04:48+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dff8203a-6983-11ed-9cdf-be7f38de1155 | InvocationID=dff82b5c-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:04:48+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb8581a-6983-11ed-9cdf-be7f38de1155 | InvocationID=eeb85a2c-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:04:57+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e50dd812-6983-11ed-9cdf-be7f38de1155 | InvocationID=e50dd9ac-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:04:57+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3f7fd62-6983-11ed-9cdf-be7f38de1155 | InvocationID=f3f7ff9c-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:04:57+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3f7fd62-6983-11ed-9cdf-be7f38de1155 | InvocationID=f3f7ff9c-6983-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:04:57+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3f7fd62-6983-11ed-9cdf-be7f38de1155 | InvocationID=f3f7ff9c-6983-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:05:13+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeb8581a-6983-11ed-9cdf-be7f38de1155 | InvocationID=eeb85a2c-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:05:13+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd7dc7f4-6983-11ed-9cdf-be7f38de1155 | InvocationID=fd7dc9b6-6983-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:05:22+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3f7fd62-6983-11ed-9cdf-be7f38de1155 | InvocationID=f3f7ff9c-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:05:22+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e27834-6984-11ed-9cdf-be7f38de1155 | InvocationID=02e279d8-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:05:22+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e27834-6984-11ed-9cdf-be7f38de1155 | InvocationID=02e279d8-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:05:22+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02e27834-6984-11ed-9cdf-be7f38de1155 | InvocationID=02e279d8-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:05:38+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd7dc7f4-6983-11ed-9cdf-be7f38de1155 | InvocationID=fd7dc9b6-6983-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:05:38+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c40e640-6984-11ed-9cdf-be7f38de1155 | InvocationID=0c40e802-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:05:47+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02e27834-6984-11ed-9cdf-be7f38de1155 | InvocationID=02e279d8-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:05:47+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ccdd6c-6984-11ed-9cdf-be7f38de1155 | InvocationID=11ccdf7e-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:05:47+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ccdd6c-6984-11ed-9cdf-be7f38de1155 | InvocationID=11ccdf7e-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:05:47+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11ccdd6c-6984-11ed-9cdf-be7f38de1155 | InvocationID=11ccdf7e-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:06:02+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c40e640-6984-11ed-9cdf-be7f38de1155 | InvocationID=0c40e802-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:06:02+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b00e3c4-6984-11ed-9cdf-be7f38de1155 | InvocationID=1b00e5a4-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:06:12+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11ccdd6c-6984-11ed-9cdf-be7f38de1155 | InvocationID=11ccdf7e-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:06:12+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b7ccce-6984-11ed-9cdf-be7f38de1155 | InvocationID=20b7cea4-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:06:12+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b7ccce-6984-11ed-9cdf-be7f38de1155 | InvocationID=20b7cea4-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:06:12+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20b7ccce-6984-11ed-9cdf-be7f38de1155 | InvocationID=20b7cea4-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:06:27+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b00e3c4-6984-11ed-9cdf-be7f38de1155 | InvocationID=1b00e5a4-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:06:27+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c2c2f6-6984-11ed-9cdf-be7f38de1155 | InvocationID=29c2c4d6-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:06:37+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20b7ccce-6984-11ed-9cdf-be7f38de1155 | InvocationID=20b7cea4-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:06:37+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fa19936-6984-11ed-9cdf-be7f38de1155 | InvocationID=2fa19ada-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:06:37+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fa19936-6984-11ed-9cdf-be7f38de1155 | InvocationID=2fa19ada-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:06:37+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fa19936-6984-11ed-9cdf-be7f38de1155 | InvocationID=2fa19ada-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:06:52+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29c2c2f6-6984-11ed-9cdf-be7f38de1155 | InvocationID=29c2c4d6-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:06:52+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38824884-6984-11ed-9cdf-be7f38de1155 | InvocationID=38824a82-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:07:02+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fa19936-6984-11ed-9cdf-be7f38de1155 | InvocationID=2fa19ada-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:07:02+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e916caa-6984-11ed-9cdf-be7f38de1155 | InvocationID=3e916e44-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:07:02+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e916caa-6984-11ed-9cdf-be7f38de1155 | InvocationID=3e916e44-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:07:02+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e916caa-6984-11ed-9cdf-be7f38de1155 | InvocationID=3e916e44-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:07:17+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38824884-6984-11ed-9cdf-be7f38de1155 | InvocationID=38824a82-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:07:17+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=474607ac-6984-11ed-9cdf-be7f38de1155 | InvocationID=47460946-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:07:27+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e916caa-6984-11ed-9cdf-be7f38de1155 | InvocationID=3e916e44-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:07:27+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d7bb022-6984-11ed-9cdf-be7f38de1155 | InvocationID=4d7bb1bc-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:07:27+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d7bb022-6984-11ed-9cdf-be7f38de1155 | InvocationID=4d7bb1bc-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:07:27+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d7bb022-6984-11ed-9cdf-be7f38de1155 | InvocationID=4d7bb1bc-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:07:41+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=474607ac-6984-11ed-9cdf-be7f38de1155 | InvocationID=47460946-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:07:41+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56057c3c-6984-11ed-9cdf-be7f38de1155 | InvocationID=56057e08-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:07:52+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d7bb022-6984-11ed-9cdf-be7f38de1155 | InvocationID=4d7bb1bc-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:07:52+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c659c1a-6984-11ed-9cdf-be7f38de1155 | InvocationID=5c659e22-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:07:52+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c659c1a-6984-11ed-9cdf-be7f38de1155 | InvocationID=5c659e22-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:07:52+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c659c1a-6984-11ed-9cdf-be7f38de1155 | InvocationID=5c659e22-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:08:06+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56057c3c-6984-11ed-9cdf-be7f38de1155 | InvocationID=56057e08-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:08:06+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c68482-6984-11ed-9cdf-be7f38de1155 | InvocationID=64c685f4-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:08:17+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c659c1a-6984-11ed-9cdf-be7f38de1155 | InvocationID=5c659e22-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:08:17+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b4f7476-6984-11ed-9cdf-be7f38de1155 | InvocationID=6b4f76d8-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:08:17+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b4f7476-6984-11ed-9cdf-be7f38de1155 | InvocationID=6b4f76d8-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:08:17+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b4f7476-6984-11ed-9cdf-be7f38de1155 | InvocationID=6b4f76d8-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:08:31+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64c68482-6984-11ed-9cdf-be7f38de1155 | InvocationID=64c685f4-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:08:31+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7386722a-6984-11ed-9cdf-be7f38de1155 | InvocationID=73867540-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:08:42+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b4f7476-6984-11ed-9cdf-be7f38de1155 | InvocationID=6b4f76d8-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:08:42+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a39c43c-6984-11ed-9cdf-be7f38de1155 | InvocationID=7a39c61c-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:08:42+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a39c43c-6984-11ed-9cdf-be7f38de1155 | InvocationID=7a39c61c-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:08:42+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a39c43c-6984-11ed-9cdf-be7f38de1155 | InvocationID=7a39c61c-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:08:56+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7386722a-6984-11ed-9cdf-be7f38de1155 | InvocationID=73867540-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:08:56+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82470914-6984-11ed-9cdf-be7f38de1155 | InvocationID=82470b44-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:09:07+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a39c43c-6984-11ed-9cdf-be7f38de1155 | InvocationID=7a39c61c-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:09:07+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8923b12e-6984-11ed-9cdf-be7f38de1155 | InvocationID=8923b336-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:09:07+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8923b12e-6984-11ed-9cdf-be7f38de1155 | InvocationID=8923b336-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:09:07+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8923b12e-6984-11ed-9cdf-be7f38de1155 | InvocationID=8923b336-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:09:20+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82470914-6984-11ed-9cdf-be7f38de1155 | InvocationID=82470b44-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:09:20+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91084562-6984-11ed-9cdf-be7f38de1155 | InvocationID=91084710-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:09:32+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8923b12e-6984-11ed-9cdf-be7f38de1155 | InvocationID=8923b336-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:09:32+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=980dd5fc-6984-11ed-9cdf-be7f38de1155 | InvocationID=980dd7fa-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:09:32+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=980dd5fc-6984-11ed-9cdf-be7f38de1155 | InvocationID=980dd7fa-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:09:32+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=980dd5fc-6984-11ed-9cdf-be7f38de1155 | InvocationID=980dd7fa-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:09:45+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91084562-6984-11ed-9cdf-be7f38de1155 | InvocationID=91084710-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:09:45+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fc7ea94-6984-11ed-9cdf-be7f38de1155 | InvocationID=9fc7ec06-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:09:57+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=980dd5fc-6984-11ed-9cdf-be7f38de1155 | InvocationID=980dd7fa-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:09:57+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6f7f368-6984-11ed-9cdf-be7f38de1155 | InvocationID=a6f7f52a-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:09:57+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6f7f368-6984-11ed-9cdf-be7f38de1155 | InvocationID=a6f7f52a-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:09:57+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6f7f368-6984-11ed-9cdf-be7f38de1155 | InvocationID=a6f7f52a-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:10:10+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fc7ea94-6984-11ed-9cdf-be7f38de1155 | InvocationID=9fc7ec06-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:10:10+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae884cf4-6984-11ed-9cdf-be7f38de1155 | InvocationID=ae884ede-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:10:22+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6f7f368-6984-11ed-9cdf-be7f38de1155 | InvocationID=a6f7f52a-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:10:22+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e33a2c-6984-11ed-9cdf-be7f38de1155 | InvocationID=b5e33c16-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:10:22+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e33a2c-6984-11ed-9cdf-be7f38de1155 | InvocationID=b5e33c16-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:10:22+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e33a2c-6984-11ed-9cdf-be7f38de1155 | InvocationID=b5e33c16-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:10:35+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae884cf4-6984-11ed-9cdf-be7f38de1155 | InvocationID=ae884ede-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:10:35+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd486530-6984-11ed-9cdf-be7f38de1155 | InvocationID=bd48677e-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:10:47+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e33a2c-6984-11ed-9cdf-be7f38de1155 | InvocationID=b5e33c16-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:10:47+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4ce1444-6984-11ed-9cdf-be7f38de1155 | InvocationID=c4ce161a-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:10:47+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4ce1444-6984-11ed-9cdf-be7f38de1155 | InvocationID=c4ce161a-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:10:47+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4ce1444-6984-11ed-9cdf-be7f38de1155 | InvocationID=c4ce161a-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:10:59+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd486530-6984-11ed-9cdf-be7f38de1155 | InvocationID=bd48677e-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:10:59+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc088942-6984-11ed-9cdf-be7f38de1155 | InvocationID=cc088abe-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:11:12+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4ce1444-6984-11ed-9cdf-be7f38de1155 | InvocationID=c4ce161a-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:11:12+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3b81810-6984-11ed-9cdf-be7f38de1155 | InvocationID=d3b8260c-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:11:12+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3b81810-6984-11ed-9cdf-be7f38de1155 | InvocationID=d3b8260c-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:11:12+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3b81810-6984-11ed-9cdf-be7f38de1155 | InvocationID=d3b8260c-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:11:24+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc088942-6984-11ed-9cdf-be7f38de1155 | InvocationID=cc088abe-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:11:24+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dac9de68-6984-11ed-9cdf-be7f38de1155 | InvocationID=dac9e6ec-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:11:37+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3b81810-6984-11ed-9cdf-be7f38de1155 | InvocationID=d3b8260c-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:11:37+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2a29fa8-6984-11ed-9cdf-be7f38de1155 | InvocationID=e2a2a6ba-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:11:37+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2a29fa8-6984-11ed-9cdf-be7f38de1155 | InvocationID=e2a2a6ba-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:11:37+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2a29fa8-6984-11ed-9cdf-be7f38de1155 | InvocationID=e2a2a6ba-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:11:49+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dac9de68-6984-11ed-9cdf-be7f38de1155 | InvocationID=dac9e6ec-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:11:49+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e989acee-6984-11ed-9cdf-be7f38de1155 | InvocationID=e989b05e-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:12:02+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2a29fa8-6984-11ed-9cdf-be7f38de1155 | InvocationID=e2a2a6ba-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:12:02+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18d4978-6984-11ed-9cdf-be7f38de1155 | InvocationID=f18d4b9e-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:12:02+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18d4978-6984-11ed-9cdf-be7f38de1155 | InvocationID=f18d4b9e-6984-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:12:02+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f18d4978-6984-11ed-9cdf-be7f38de1155 | InvocationID=f18d4b9e-6984-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:12:14+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e989acee-6984-11ed-9cdf-be7f38de1155 | InvocationID=e989b05e-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:12:14+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84d5de8-6984-11ed-9cdf-be7f38de1155 | InvocationID=f84d5fb4-6984-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:12:27+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f18d4978-6984-11ed-9cdf-be7f38de1155 | InvocationID=f18d4b9e-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:12:27+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00780586-6985-11ed-9cdf-be7f38de1155 | InvocationID=00780734-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:12:27+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00780586-6985-11ed-9cdf-be7f38de1155 | InvocationID=00780734-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:12:27+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00780586-6985-11ed-9cdf-be7f38de1155 | InvocationID=00780734-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:12:38+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f84d5de8-6984-11ed-9cdf-be7f38de1155 | InvocationID=f84d5fb4-6984-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:12:38+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=070d276e-6985-11ed-9cdf-be7f38de1155 | InvocationID=070d28fe-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:12:52+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00780586-6985-11ed-9cdf-be7f38de1155 | InvocationID=00780734-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:12:52+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f620876-6985-11ed-9cdf-be7f38de1155 | InvocationID=0f620a4c-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:12:52+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f620876-6985-11ed-9cdf-be7f38de1155 | InvocationID=0f620a4c-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:12:52+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f620876-6985-11ed-9cdf-be7f38de1155 | InvocationID=0f620a4c-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:13:03+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=070d276e-6985-11ed-9cdf-be7f38de1155 | InvocationID=070d28fe-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:13:03+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15cd3d7a-6985-11ed-9cdf-be7f38de1155 | InvocationID=15cd3f5a-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:13:17+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f620876-6985-11ed-9cdf-be7f38de1155 | InvocationID=0f620a4c-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:13:17+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4b9d48-6985-11ed-9cdf-be7f38de1155 | InvocationID=1e4b9f64-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:13:17+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4b9d48-6985-11ed-9cdf-be7f38de1155 | InvocationID=1e4b9f64-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:13:17+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e4b9d48-6985-11ed-9cdf-be7f38de1155 | InvocationID=1e4b9f64-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:13:28+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15cd3d7a-6985-11ed-9cdf-be7f38de1155 | InvocationID=15cd3f5a-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:13:28+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248d46fc-6985-11ed-9cdf-be7f38de1155 | InvocationID=248d4972-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:13:42+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e4b9d48-6985-11ed-9cdf-be7f38de1155 | InvocationID=1e4b9f64-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:13:42+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d36d43a-6985-11ed-9cdf-be7f38de1155 | InvocationID=2d36d64c-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:13:42+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d36d43a-6985-11ed-9cdf-be7f38de1155 | InvocationID=2d36d64c-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:13:42+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d36d43a-6985-11ed-9cdf-be7f38de1155 | InvocationID=2d36d64c-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:13:53+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=248d46fc-6985-11ed-9cdf-be7f38de1155 | InvocationID=248d4972-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:13:53+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=334e06e0-6985-11ed-9cdf-be7f38de1155 | InvocationID=334e0884-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:14:07+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d36d43a-6985-11ed-9cdf-be7f38de1155 | InvocationID=2d36d64c-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:14:07+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c219ba6-6985-11ed-9cdf-be7f38de1155 | InvocationID=3c219d2c-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:14:07+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c219ba6-6985-11ed-9cdf-be7f38de1155 | InvocationID=3c219d2c-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:14:07+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c219ba6-6985-11ed-9cdf-be7f38de1155 | InvocationID=3c219d2c-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:14:17+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=334e06e0-6985-11ed-9cdf-be7f38de1155 | InvocationID=334e0884-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:14:17+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4210bda8-6985-11ed-9cdf-be7f38de1155 | InvocationID=4210bf42-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:14:32+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c219ba6-6985-11ed-9cdf-be7f38de1155 | InvocationID=3c219d2c-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:14:32+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b0c41e8-6985-11ed-9cdf-be7f38de1155 | InvocationID=4b0c43fa-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:14:32+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b0c41e8-6985-11ed-9cdf-be7f38de1155 | InvocationID=4b0c43fa-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:14:32+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b0c41e8-6985-11ed-9cdf-be7f38de1155 | InvocationID=4b0c43fa-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:14:42+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4210bda8-6985-11ed-9cdf-be7f38de1155 | InvocationID=4210bf42-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:14:42+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d07716-6985-11ed-9cdf-be7f38de1155 | InvocationID=50d07900-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:14:57+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b0c41e8-6985-11ed-9cdf-be7f38de1155 | InvocationID=4b0c43fa-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:14:57+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59f6c340-6985-11ed-9cdf-be7f38de1155 | InvocationID=59f6c5e8-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:14:57+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59f6c340-6985-11ed-9cdf-be7f38de1155 | InvocationID=59f6c5e8-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:14:57+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59f6c340-6985-11ed-9cdf-be7f38de1155 | InvocationID=59f6c5e8-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:15:07+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50d07716-6985-11ed-9cdf-be7f38de1155 | InvocationID=50d07900-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:15:07+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f90d8a4-6985-11ed-9cdf-be7f38de1155 | InvocationID=5f90dc6e-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:15:22+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59f6c340-6985-11ed-9cdf-be7f38de1155 | InvocationID=59f6c5e8-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:15:22+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e17ba2-6985-11ed-9cdf-be7f38de1155 | InvocationID=68e17d82-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:15:22+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e17ba2-6985-11ed-9cdf-be7f38de1155 | InvocationID=68e17d82-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:15:22+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68e17ba2-6985-11ed-9cdf-be7f38de1155 | InvocationID=68e17d82-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:15:32+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f90d8a4-6985-11ed-9cdf-be7f38de1155 | InvocationID=5f90dc6e-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:15:32+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e52dbbc-6985-11ed-9cdf-be7f38de1155 | InvocationID=6e52debe-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:15:47+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68e17ba2-6985-11ed-9cdf-be7f38de1155 | InvocationID=68e17d82-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:15:47+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77cb8dec-6985-11ed-9cdf-be7f38de1155 | InvocationID=77cb8fd6-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:15:47+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77cb8dec-6985-11ed-9cdf-be7f38de1155 | InvocationID=77cb8fd6-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:15:47+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77cb8dec-6985-11ed-9cdf-be7f38de1155 | InvocationID=77cb8fd6-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:15:56+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e52dbbc-6985-11ed-9cdf-be7f38de1155 | InvocationID=6e52debe-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:15:56+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d11ddba-6985-11ed-9cdf-be7f38de1155 | InvocationID=7d11df9a-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:16:12+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77cb8dec-6985-11ed-9cdf-be7f38de1155 | InvocationID=77cb8fd6-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:16:12+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86b578e0-6985-11ed-9cdf-be7f38de1155 | InvocationID=86b57a66-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:16:13+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86b578e0-6985-11ed-9cdf-be7f38de1155 | InvocationID=86b57a66-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:16:13+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86b578e0-6985-11ed-9cdf-be7f38de1155 | InvocationID=86b57a66-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:16:21+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d11ddba-6985-11ed-9cdf-be7f38de1155 | InvocationID=7d11df9a-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:16:21+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd2663a-6985-11ed-9cdf-be7f38de1155 | InvocationID=8bd267d4-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:16:38+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86b578e0-6985-11ed-9cdf-be7f38de1155 | InvocationID=86b57a66-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:16:38+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a07f76-6985-11ed-9cdf-be7f38de1155 | InvocationID=95a081d8-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:16:38+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a07f76-6985-11ed-9cdf-be7f38de1155 | InvocationID=95a081d8-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:16:38+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95a07f76-6985-11ed-9cdf-be7f38de1155 | InvocationID=95a081d8-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:16:46+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bd2663a-6985-11ed-9cdf-be7f38de1155 | InvocationID=8bd267d4-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:16:46+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a92b5e4-6985-11ed-9cdf-be7f38de1155 | InvocationID=9a92b7c4-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:17:03+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95a07f76-6985-11ed-9cdf-be7f38de1155 | InvocationID=95a081d8-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:17:03+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a48e6caa-6985-11ed-9cdf-be7f38de1155 | InvocationID=a48e6e80-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:17:03+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a48e6caa-6985-11ed-9cdf-be7f38de1155 | InvocationID=a48e6e80-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:17:03+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a48e6caa-6985-11ed-9cdf-be7f38de1155 | InvocationID=a48e6e80-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:17:11+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a92b5e4-6985-11ed-9cdf-be7f38de1155 | InvocationID=9a92b7c4-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:17:11+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9532b86-6985-11ed-9cdf-be7f38de1155 | InvocationID=a9532d52-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:17:28+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a48e6caa-6985-11ed-9cdf-be7f38de1155 | InvocationID=a48e6e80-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:17:28+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b378a78a-6985-11ed-9cdf-be7f38de1155 | InvocationID=b378a956-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:17:28+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b378a78a-6985-11ed-9cdf-be7f38de1155 | InvocationID=b378a956-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:17:28+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b378a78a-6985-11ed-9cdf-be7f38de1155 | InvocationID=b378a956-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:17:35+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9532b86-6985-11ed-9cdf-be7f38de1155 | InvocationID=a9532d52-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:17:35+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8133d6e-6985-11ed-9cdf-be7f38de1155 | InvocationID=b8133f58-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:17:53+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b378a78a-6985-11ed-9cdf-be7f38de1155 | InvocationID=b378a956-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:17:53+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c262f4f8-6985-11ed-9cdf-be7f38de1155 | InvocationID=c262f69c-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:17:53+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c262f4f8-6985-11ed-9cdf-be7f38de1155 | InvocationID=c262f69c-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:17:53+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c262f4f8-6985-11ed-9cdf-be7f38de1155 | InvocationID=c262f69c-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:18:00+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8133d6e-6985-11ed-9cdf-be7f38de1155 | InvocationID=b8133f58-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:18:00+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6d31022-6985-11ed-9cdf-be7f38de1155 | InvocationID=c6d311c6-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:18:18+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c262f4f8-6985-11ed-9cdf-be7f38de1155 | InvocationID=c262f69c-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:18:18+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d14dc2ae-6985-11ed-9cdf-be7f38de1155 | InvocationID=d14dc48e-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:18:18+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d14dc2ae-6985-11ed-9cdf-be7f38de1155 | InvocationID=d14dc48e-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:18:18+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d14dc2ae-6985-11ed-9cdf-be7f38de1155 | InvocationID=d14dc48e-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:18:25+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6d31022-6985-11ed-9cdf-be7f38de1155 | InvocationID=c6d311c6-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:18:25+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d593769c-6985-11ed-9cdf-be7f38de1155 | InvocationID=d59378c2-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:18:43+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d14dc2ae-6985-11ed-9cdf-be7f38de1155 | InvocationID=d14dc48e-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:18:43+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e038009a-6985-11ed-9cdf-be7f38de1155 | InvocationID=e0380270-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:18:43+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e038009a-6985-11ed-9cdf-be7f38de1155 | InvocationID=e0380270-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:18:43+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e038009a-6985-11ed-9cdf-be7f38de1155 | InvocationID=e0380270-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:18:50+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d593769c-6985-11ed-9cdf-be7f38de1155 | InvocationID=d59378c2-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:18:50+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e453503a-6985-11ed-9cdf-be7f38de1155 | InvocationID=e4535256-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:19:08+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e038009a-6985-11ed-9cdf-be7f38de1155 | InvocationID=e0380270-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:19:08+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef22b6f4-6985-11ed-9cdf-be7f38de1155 | InvocationID=ef22b8ac-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:19:08+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef22b6f4-6985-11ed-9cdf-be7f38de1155 | InvocationID=ef22b8ac-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:19:08+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef22b6f4-6985-11ed-9cdf-be7f38de1155 | InvocationID=ef22b8ac-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:19:14+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e453503a-6985-11ed-9cdf-be7f38de1155 | InvocationID=e4535256-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:19:14+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3130728-6985-11ed-9cdf-be7f38de1155 | InvocationID=f31308b8-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:19:33+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef22b6f4-6985-11ed-9cdf-be7f38de1155 | InvocationID=ef22b8ac-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:19:33+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe0cb368-6985-11ed-9cdf-be7f38de1155 | InvocationID=fe0cba48-6985-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:19:33+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe0cb368-6985-11ed-9cdf-be7f38de1155 | InvocationID=fe0cba48-6985-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:19:33+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe0cb368-6985-11ed-9cdf-be7f38de1155 | InvocationID=fe0cba48-6985-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:19:39+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3130728-6985-11ed-9cdf-be7f38de1155 | InvocationID=f31308b8-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:19:39+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d3ad44-6986-11ed-9cdf-be7f38de1155 | InvocationID=01d3af10-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:19:58+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe0cb368-6985-11ed-9cdf-be7f38de1155 | InvocationID=fe0cba48-6985-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:19:58+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cf817e6-6986-11ed-9cdf-be7f38de1155 | InvocationID=0cf81a20-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:19:58+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cf817e6-6986-11ed-9cdf-be7f38de1155 | InvocationID=0cf81a20-6986-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:19:58+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cf817e6-6986-11ed-9cdf-be7f38de1155 | InvocationID=0cf81a20-6986-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:20:04+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01d3ad44-6986-11ed-9cdf-be7f38de1155 | InvocationID=01d3af10-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:20:04+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10945d10-6986-11ed-9cdf-be7f38de1155 | InvocationID=10945fa4-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:20:23+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cf817e6-6986-11ed-9cdf-be7f38de1155 | InvocationID=0cf81a20-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:20:23+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1be25424-6986-11ed-9cdf-be7f38de1155 | InvocationID=1be25cb2-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:20:23+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1be25424-6986-11ed-9cdf-be7f38de1155 | InvocationID=1be25cb2-6986-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:20:23+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1be25424-6986-11ed-9cdf-be7f38de1155 | InvocationID=1be25cb2-6986-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:20:29+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10945d10-6986-11ed-9cdf-be7f38de1155 | InvocationID=10945fa4-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:20:29+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f53d9ac-6986-11ed-9cdf-be7f38de1155 | InvocationID=1f53db96-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:20:48+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1be25424-6986-11ed-9cdf-be7f38de1155 | InvocationID=1be25cb2-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:20:48+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2acd3198-6986-11ed-9cdf-be7f38de1155 | InvocationID=2acd33be-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:20:48+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2acd3198-6986-11ed-9cdf-be7f38de1155 | InvocationID=2acd33be-6986-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:20:48+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2acd3198-6986-11ed-9cdf-be7f38de1155 | InvocationID=2acd33be-6986-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:20:53+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f53d9ac-6986-11ed-9cdf-be7f38de1155 | InvocationID=1f53db96-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:20:53+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e165b0e-6986-11ed-9cdf-be7f38de1155 | InvocationID=2e165d02-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:21:13+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2acd3198-6986-11ed-9cdf-be7f38de1155 | InvocationID=2acd33be-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:21:13+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b8c168-6986-11ed-9cdf-be7f38de1155 | InvocationID=39b8c3a2-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:21:13+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b8c168-6986-11ed-9cdf-be7f38de1155 | InvocationID=39b8c3a2-6986-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:21:13+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39b8c168-6986-11ed-9cdf-be7f38de1155 | InvocationID=39b8c3a2-6986-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:21:18+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e165b0e-6986-11ed-9cdf-be7f38de1155 | InvocationID=2e165d02-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:21:18+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd7f120-6986-11ed-9cdf-be7f38de1155 | InvocationID=3cd7f2b0-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:21:38+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39b8c168-6986-11ed-9cdf-be7f38de1155 | InvocationID=39b8c3a2-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:21:38+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a30eea-6986-11ed-9cdf-be7f38de1155 | InvocationID=48a311ec-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:21:38+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a30eea-6986-11ed-9cdf-be7f38de1155 | InvocationID=48a311ec-6986-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:21:38+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48a30eea-6986-11ed-9cdf-be7f38de1155 | InvocationID=48a311ec-6986-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:21:43+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cd7f120-6986-11ed-9cdf-be7f38de1155 | InvocationID=3cd7f2b0-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:21:43+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b9a80a6-6986-11ed-9cdf-be7f38de1155 | InvocationID=4b9a8286-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:22:03+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48a30eea-6986-11ed-9cdf-be7f38de1155 | InvocationID=48a311ec-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:22:03+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=578cb104-6986-11ed-9cdf-be7f38de1155 | InvocationID=578cb29e-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:22:03+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=578cb104-6986-11ed-9cdf-be7f38de1155 | InvocationID=578cb29e-6986-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:22:03+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=578cb104-6986-11ed-9cdf-be7f38de1155 | InvocationID=578cb29e-6986-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:22:08+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b9a80a6-6986-11ed-9cdf-be7f38de1155 | InvocationID=4b9a8286-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:22:08+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a5a8f5a-6986-11ed-9cdf-be7f38de1155 | InvocationID=5a5a918a-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:22:28+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=578cb104-6986-11ed-9cdf-be7f38de1155 | InvocationID=578cb29e-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:22:28+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6676a2b0-6986-11ed-9cdf-be7f38de1155 | InvocationID=6676a45e-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:22:28+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6676a2b0-6986-11ed-9cdf-be7f38de1155 | InvocationID=6676a45e-6986-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:22:28+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6676a2b0-6986-11ed-9cdf-be7f38de1155 | InvocationID=6676a45e-6986-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:22:32+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a5a8f5a-6986-11ed-9cdf-be7f38de1155 | InvocationID=5a5a918a-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:22:32+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6919a242-6986-11ed-9cdf-be7f38de1155 | InvocationID=6919a4b8-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T10:22:53+0000 | policy_event_thread | 139696461527840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6676a2b0-6986-11ed-9cdf-be7f38de1155 | InvocationID=6676a45e-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T10:22:53+0000 | policy_event_thread | 139696461527840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75606cfc-6986-11ed-9cdf-be7f38de1155 | InvocationID=75606ee6-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T10:22:53+0000 | policy_event_thread | 139696461527840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75606cfc-6986-11ed-9cdf-be7f38de1155 | InvocationID=75606ee6-6986-11ed-9cdf-be7f38de1155 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:22:53+0000 | policy_event_thread | 139696461527840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75606cfc-6986-11ed-9cdf-be7f38de1155 | InvocationID=75606ee6-6986-11ed-9cdf-be7f38de1155 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-21T10:22:57+0000 | aai_event_thread | 139696460466976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6919a242-6986-11ed-9cdf-be7f38de1155 | InvocationID=6919a4b8-6986-11ed-9cdf-be7f38de1155 | Polling MR for XNF AAI events.
2022-11-21T10:22:57+0000 | aai_event_thread | 139696460466976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77da3bde-6986-11ed-9cdf-be7f38de1155 | InvocationID=77da3d82-6986-11ed-9cdf-be7f38de1155 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT