Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-12-08T15:16:01+0000 | MainThread | 139985971924296 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-12-08T15:16:01+0000 | MainThread | 139985971924296 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-12-08T15:16:01+0000 | MainThread | 139985971924296 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-12-08T15:16:01+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:16:01+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-12-08T15:16:01+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39767f8c-770b-11ed-a892-ceb2f7e6be05 | InvocationID=3976822a-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:16:01+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39769ddc-770b-11ed-a892-ceb2f7e6be05 | InvocationID=39769ed6-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:16:01+0000 | MainThread | 139985971924296 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-12-08T15:16:01+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39767f8c-770b-11ed-a892-ceb2f7e6be05 | InvocationID=3976822a-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:16:01+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39767f8c-770b-11ed-a892-ceb2f7e6be05 | InvocationID=3976822a-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:16:01+0000 | aai_event_thread | 139985921186592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39769ddc-770b-11ed-a892-ceb2f7e6be05 | InvocationID=39769ed6-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-08T15:16:01+0000 | aai_event_thread | 139985921186592 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39769ddc-770b-11ed-a892-ceb2f7e6be05 | InvocationID=39769ed6-770b-11ed-a892-ceb2f7e6be05 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-08T15:16:21+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39769ddc-770b-11ed-a892-ceb2f7e6be05 | InvocationID=39769ed6-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:16:21+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45d06b12-770b-11ed-a892-ceb2f7e6be05 | InvocationID=45d06cd4-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:16:21+0000 | aai_event_thread | 139985921186592 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45d06b12-770b-11ed-a892-ceb2f7e6be05 | InvocationID=45d06cd4-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-08T15:16:21+0000 | aai_event_thread | 139985921186592 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45d06b12-770b-11ed-a892-ceb2f7e6be05 | InvocationID=45d06cd4-770b-11ed-a892-ceb2f7e6be05 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-08T15:16:26+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39767f8c-770b-11ed-a892-ceb2f7e6be05 | InvocationID=3976822a-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:16:26+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c79ad4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=48c79c96-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:16:26+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c79ad4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=48c79c96-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:16:26+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48c79ad4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=48c79c96-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:16:41+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45d06b12-770b-11ed-a892-ceb2f7e6be05 | InvocationID=45d06cd4-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:16:41+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51c67d62-770b-11ed-a892-ceb2f7e6be05 | InvocationID=51c67fd8-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:16:51+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48c79ad4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=48c79c96-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:16:51+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b69ce8-770b-11ed-a892-ceb2f7e6be05 | InvocationID=57b69eb4-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:16:51+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b69ce8-770b-11ed-a892-ceb2f7e6be05 | InvocationID=57b69eb4-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:16:51+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b69ce8-770b-11ed-a892-ceb2f7e6be05 | InvocationID=57b69eb4-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:17:07+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51c67d62-770b-11ed-a892-ceb2f7e6be05 | InvocationID=51c67fd8-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:17:07+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60e6d17a-770b-11ed-a892-ceb2f7e6be05 | InvocationID=60e6d364-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:17:16+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b69ce8-770b-11ed-a892-ceb2f7e6be05 | InvocationID=57b69eb4-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:17:16+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66b40370-770b-11ed-a892-ceb2f7e6be05 | InvocationID=66b40528-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:17:17+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66b40370-770b-11ed-a892-ceb2f7e6be05 | InvocationID=66b40528-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:17:17+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66b40370-770b-11ed-a892-ceb2f7e6be05 | InvocationID=66b40528-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:17:27+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60e6d17a-770b-11ed-a892-ceb2f7e6be05 | InvocationID=60e6d364-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:17:27+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d11b550-770b-11ed-a892-ceb2f7e6be05 | InvocationID=6d11b762-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:17:42+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66b40370-770b-11ed-a892-ceb2f7e6be05 | InvocationID=66b40528-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:17:42+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75afb1e4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=75afb392-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:17:42+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75afb1e4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=75afb392-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:17:42+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75afb1e4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=75afb392-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:17:47+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d11b550-770b-11ed-a892-ceb2f7e6be05 | InvocationID=6d11b762-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:17:47+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=791c0ca6-770b-11ed-a892-ceb2f7e6be05 | InvocationID=791c0fa8-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:18:07+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75afb1e4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=75afb392-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:18:07+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a81484-770b-11ed-a892-ceb2f7e6be05 | InvocationID=84a81740-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:18:07+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a81484-770b-11ed-a892-ceb2f7e6be05 | InvocationID=84a81740-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:18:07+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a81484-770b-11ed-a892-ceb2f7e6be05 | InvocationID=84a81740-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:18:08+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=791c0ca6-770b-11ed-a892-ceb2f7e6be05 | InvocationID=791c0fa8-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:18:08+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854497aa-770b-11ed-a892-ceb2f7e6be05 | InvocationID=8544999e-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:18:29+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=854497aa-770b-11ed-a892-ceb2f7e6be05 | InvocationID=8544999e-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:18:29+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91c06694-770b-11ed-a892-ceb2f7e6be05 | InvocationID=91c06856-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:18:32+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a81484-770b-11ed-a892-ceb2f7e6be05 | InvocationID=84a81740-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:18:32+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=939b1a04-770b-11ed-a892-ceb2f7e6be05 | InvocationID=939b1ba8-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:18:32+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=939b1a04-770b-11ed-a892-ceb2f7e6be05 | InvocationID=939b1ba8-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:18:32+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=939b1a04-770b-11ed-a892-ceb2f7e6be05 | InvocationID=939b1ba8-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:18:54+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91c06694-770b-11ed-a892-ceb2f7e6be05 | InvocationID=91c06856-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:18:54+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a08c2ad2-770b-11ed-a892-ceb2f7e6be05 | InvocationID=a08c2c8a-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:18:57+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=939b1a04-770b-11ed-a892-ceb2f7e6be05 | InvocationID=939b1ba8-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:18:57+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a28724c2-770b-11ed-a892-ceb2f7e6be05 | InvocationID=a2872670-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:18:57+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a28724c2-770b-11ed-a892-ceb2f7e6be05 | InvocationID=a2872670-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:18:57+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a28724c2-770b-11ed-a892-ceb2f7e6be05 | InvocationID=a2872670-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:19:18+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a08c2ad2-770b-11ed-a892-ceb2f7e6be05 | InvocationID=a08c2c8a-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:19:18+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af5f7a5a-770b-11ed-a892-ceb2f7e6be05 | InvocationID=af5f7cd0-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:19:22+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a28724c2-770b-11ed-a892-ceb2f7e6be05 | InvocationID=a2872670-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:19:22+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b173e506-770b-11ed-a892-ceb2f7e6be05 | InvocationID=b173e6e6-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:19:22+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b173e506-770b-11ed-a892-ceb2f7e6be05 | InvocationID=b173e6e6-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:19:22+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b173e506-770b-11ed-a892-ceb2f7e6be05 | InvocationID=b173e6e6-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:19:43+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af5f7a5a-770b-11ed-a892-ceb2f7e6be05 | InvocationID=af5f7cd0-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:19:43+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be293a94-770b-11ed-a892-ceb2f7e6be05 | InvocationID=be293c42-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:19:47+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b173e506-770b-11ed-a892-ceb2f7e6be05 | InvocationID=b173e6e6-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:19:47+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c061882a-770b-11ed-a892-ceb2f7e6be05 | InvocationID=c06189d8-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:19:47+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c061882a-770b-11ed-a892-ceb2f7e6be05 | InvocationID=c06189d8-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:19:47+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c061882a-770b-11ed-a892-ceb2f7e6be05 | InvocationID=c06189d8-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:20:08+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be293a94-770b-11ed-a892-ceb2f7e6be05 | InvocationID=be293c42-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:20:08+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd09c8a8-770b-11ed-a892-ceb2f7e6be05 | InvocationID=cd09ca88-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:20:12+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c061882a-770b-11ed-a892-ceb2f7e6be05 | InvocationID=c06189d8-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:20:12+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4efe94-770b-11ed-a892-ceb2f7e6be05 | InvocationID=cf4f0042-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:20:12+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4efe94-770b-11ed-a892-ceb2f7e6be05 | InvocationID=cf4f0042-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:20:12+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf4efe94-770b-11ed-a892-ceb2f7e6be05 | InvocationID=cf4f0042-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:20:33+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd09c8a8-770b-11ed-a892-ceb2f7e6be05 | InvocationID=cd09ca88-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:20:33+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbd2f1c0-770b-11ed-a892-ceb2f7e6be05 | InvocationID=dbd2f418-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:20:37+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf4efe94-770b-11ed-a892-ceb2f7e6be05 | InvocationID=cf4f0042-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:20:37+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3a7ea6-770b-11ed-a892-ceb2f7e6be05 | InvocationID=de3a8162-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:20:37+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3a7ea6-770b-11ed-a892-ceb2f7e6be05 | InvocationID=de3a8162-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:20:37+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3a7ea6-770b-11ed-a892-ceb2f7e6be05 | InvocationID=de3a8162-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:20:58+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbd2f1c0-770b-11ed-a892-ceb2f7e6be05 | InvocationID=dbd2f418-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:20:58+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea9fbfe4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=ea9fc264-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:21:02+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3a7ea6-770b-11ed-a892-ceb2f7e6be05 | InvocationID=de3a8162-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:21:02+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed268e82-770b-11ed-a892-ceb2f7e6be05 | InvocationID=ed26904e-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:21:02+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed268e82-770b-11ed-a892-ceb2f7e6be05 | InvocationID=ed26904e-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:21:02+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed268e82-770b-11ed-a892-ceb2f7e6be05 | InvocationID=ed26904e-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:21:23+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea9fbfe4-770b-11ed-a892-ceb2f7e6be05 | InvocationID=ea9fc264-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:21:23+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f96b3b20-770b-11ed-a892-ceb2f7e6be05 | InvocationID=f96b3d1e-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:21:27+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed268e82-770b-11ed-a892-ceb2f7e6be05 | InvocationID=ed26904e-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:21:27+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1504f0-770b-11ed-a892-ceb2f7e6be05 | InvocationID=fc15070c-770b-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:21:27+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1504f0-770b-11ed-a892-ceb2f7e6be05 | InvocationID=fc15070c-770b-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:21:27+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc1504f0-770b-11ed-a892-ceb2f7e6be05 | InvocationID=fc15070c-770b-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:21:47+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f96b3b20-770b-11ed-a892-ceb2f7e6be05 | InvocationID=f96b3d1e-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:21:47+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08342964-770c-11ed-a892-ceb2f7e6be05 | InvocationID=08342b12-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:21:52+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc1504f0-770b-11ed-a892-ceb2f7e6be05 | InvocationID=fc15070c-770b-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:21:52+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b013510-770c-11ed-a892-ceb2f7e6be05 | InvocationID=0b013704-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:21:52+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b013510-770c-11ed-a892-ceb2f7e6be05 | InvocationID=0b013704-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:21:52+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b013510-770c-11ed-a892-ceb2f7e6be05 | InvocationID=0b013704-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:22:12+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08342964-770c-11ed-a892-ceb2f7e6be05 | InvocationID=08342b12-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:22:12+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16fd3576-770c-11ed-a892-ceb2f7e6be05 | InvocationID=16fd3dc8-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:22:17+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b013510-770c-11ed-a892-ceb2f7e6be05 | InvocationID=0b013704-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:22:17+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19ee1a8e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=19ee1cbe-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:22:17+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19ee1a8e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=19ee1cbe-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:22:17+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19ee1a8e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=19ee1cbe-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:22:37+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16fd3576-770c-11ed-a892-ceb2f7e6be05 | InvocationID=16fd3dc8-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:22:37+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25c9436a-770c-11ed-a892-ceb2f7e6be05 | InvocationID=25c9454a-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:22:42+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19ee1a8e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=19ee1cbe-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:22:42+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28daa71a-770c-11ed-a892-ceb2f7e6be05 | InvocationID=28daa954-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:22:42+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28daa71a-770c-11ed-a892-ceb2f7e6be05 | InvocationID=28daa954-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:22:42+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28daa71a-770c-11ed-a892-ceb2f7e6be05 | InvocationID=28daa954-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:23:02+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25c9436a-770c-11ed-a892-ceb2f7e6be05 | InvocationID=25c9454a-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:23:02+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3495a3fc-770c-11ed-a892-ceb2f7e6be05 | InvocationID=3495a99c-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:23:07+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28daa71a-770c-11ed-a892-ceb2f7e6be05 | InvocationID=28daa954-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:23:07+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37caf3f6-770c-11ed-a892-ceb2f7e6be05 | InvocationID=37caf5d6-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:23:07+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37caf3f6-770c-11ed-a892-ceb2f7e6be05 | InvocationID=37caf5d6-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:23:07+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37caf3f6-770c-11ed-a892-ceb2f7e6be05 | InvocationID=37caf5d6-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:23:27+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3495a3fc-770c-11ed-a892-ceb2f7e6be05 | InvocationID=3495a99c-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:23:27+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=435fae14-770c-11ed-a892-ceb2f7e6be05 | InvocationID=435fb09e-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:23:32+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37caf3f6-770c-11ed-a892-ceb2f7e6be05 | InvocationID=37caf5d6-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:23:32+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46bf7abc-770c-11ed-a892-ceb2f7e6be05 | InvocationID=46bf7ca6-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:23:32+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46bf7abc-770c-11ed-a892-ceb2f7e6be05 | InvocationID=46bf7ca6-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:23:32+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46bf7abc-770c-11ed-a892-ceb2f7e6be05 | InvocationID=46bf7ca6-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:23:51+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=435fae14-770c-11ed-a892-ceb2f7e6be05 | InvocationID=435fb09e-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:23:51+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=522794d4-770c-11ed-a892-ceb2f7e6be05 | InvocationID=5227968c-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:23:57+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46bf7abc-770c-11ed-a892-ceb2f7e6be05 | InvocationID=46bf7ca6-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:23:57+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ab8ea8-770c-11ed-a892-ceb2f7e6be05 | InvocationID=55ab907e-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:23:57+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ab8ea8-770c-11ed-a892-ceb2f7e6be05 | InvocationID=55ab907e-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:23:57+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ab8ea8-770c-11ed-a892-ceb2f7e6be05 | InvocationID=55ab907e-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:24:16+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=522794d4-770c-11ed-a892-ceb2f7e6be05 | InvocationID=5227968c-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:24:16+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f034a8-770c-11ed-a892-ceb2f7e6be05 | InvocationID=60f03656-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:24:22+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ab8ea8-770c-11ed-a892-ceb2f7e6be05 | InvocationID=55ab907e-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:24:22+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6497e70e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=6497e8bc-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:24:22+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6497e70e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=6497e8bc-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:24:22+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6497e70e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=6497e8bc-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:24:41+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60f034a8-770c-11ed-a892-ceb2f7e6be05 | InvocationID=60f03656-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:24:41+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fba2854-770c-11ed-a892-ceb2f7e6be05 | InvocationID=6fba2a16-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:24:47+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6497e70e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=6497e8bc-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:24:47+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=738400ae-770c-11ed-a892-ceb2f7e6be05 | InvocationID=73840270-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:24:47+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=738400ae-770c-11ed-a892-ceb2f7e6be05 | InvocationID=73840270-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:24:47+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=738400ae-770c-11ed-a892-ceb2f7e6be05 | InvocationID=73840270-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:25:06+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fba2854-770c-11ed-a892-ceb2f7e6be05 | InvocationID=6fba2a16-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:25:06+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e82b07c-770c-11ed-a892-ceb2f7e6be05 | InvocationID=7e82b23e-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:25:12+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=738400ae-770c-11ed-a892-ceb2f7e6be05 | InvocationID=73840270-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:25:13+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=826f777e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=826f79cc-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:25:13+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=826f777e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=826f79cc-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:25:13+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=826f777e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=826f79cc-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:25:31+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e82b07c-770c-11ed-a892-ceb2f7e6be05 | InvocationID=7e82b23e-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:25:31+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d49f3e0-770c-11ed-a892-ceb2f7e6be05 | InvocationID=8d49f58e-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:25:38+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=826f777e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=826f79cc-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:25:38+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91605618-770c-11ed-a892-ceb2f7e6be05 | InvocationID=916057d0-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:25:38+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91605618-770c-11ed-a892-ceb2f7e6be05 | InvocationID=916057d0-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:25:38+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91605618-770c-11ed-a892-ceb2f7e6be05 | InvocationID=916057d0-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:25:55+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d49f3e0-770c-11ed-a892-ceb2f7e6be05 | InvocationID=8d49f58e-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:25:55+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c0efa2e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=9c0efc68-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:26:03+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91605618-770c-11ed-a892-ceb2f7e6be05 | InvocationID=916057d0-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:26:03+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04d6148-770c-11ed-a892-ceb2f7e6be05 | InvocationID=a04d6300-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:26:03+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04d6148-770c-11ed-a892-ceb2f7e6be05 | InvocationID=a04d6300-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:26:03+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a04d6148-770c-11ed-a892-ceb2f7e6be05 | InvocationID=a04d6300-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:26:20+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c0efa2e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=9c0efc68-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:26:20+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aad72cb6-770c-11ed-a892-ceb2f7e6be05 | InvocationID=aad72e78-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:26:28+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a04d6148-770c-11ed-a892-ceb2f7e6be05 | InvocationID=a04d6300-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:26:28+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af413f12-770c-11ed-a892-ceb2f7e6be05 | InvocationID=af41417e-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:26:28+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af413f12-770c-11ed-a892-ceb2f7e6be05 | InvocationID=af41417e-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:26:28+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af413f12-770c-11ed-a892-ceb2f7e6be05 | InvocationID=af41417e-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:26:45+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aad72cb6-770c-11ed-a892-ceb2f7e6be05 | InvocationID=aad72e78-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:26:45+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b99b1d3e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=b99b1ef6-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:26:53+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af413f12-770c-11ed-a892-ceb2f7e6be05 | InvocationID=af41417e-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:26:53+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be3041ee-770c-11ed-a892-ceb2f7e6be05 | InvocationID=be304720-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:26:53+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be3041ee-770c-11ed-a892-ceb2f7e6be05 | InvocationID=be304720-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:26:53+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be3041ee-770c-11ed-a892-ceb2f7e6be05 | InvocationID=be304720-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:27:10+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b99b1d3e-770c-11ed-a892-ceb2f7e6be05 | InvocationID=b99b1ef6-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:27:10+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c862562a-770c-11ed-a892-ceb2f7e6be05 | InvocationID=c8625896-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:27:18+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be3041ee-770c-11ed-a892-ceb2f7e6be05 | InvocationID=be304720-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:27:18+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd1d5426-770c-11ed-a892-ceb2f7e6be05 | InvocationID=cd1d566a-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:27:18+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd1d5426-770c-11ed-a892-ceb2f7e6be05 | InvocationID=cd1d566a-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:27:18+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd1d5426-770c-11ed-a892-ceb2f7e6be05 | InvocationID=cd1d566a-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:27:35+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c862562a-770c-11ed-a892-ceb2f7e6be05 | InvocationID=c8625896-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:27:35+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d72b0710-770c-11ed-a892-ceb2f7e6be05 | InvocationID=d72b09a4-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:27:43+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd1d5426-770c-11ed-a892-ceb2f7e6be05 | InvocationID=cd1d566a-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:27:43+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc09b448-770c-11ed-a892-ceb2f7e6be05 | InvocationID=dc09b60a-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:27:43+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc09b448-770c-11ed-a892-ceb2f7e6be05 | InvocationID=dc09b60a-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:27:43+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc09b448-770c-11ed-a892-ceb2f7e6be05 | InvocationID=dc09b60a-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:27:59+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d72b0710-770c-11ed-a892-ceb2f7e6be05 | InvocationID=d72b09a4-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:27:59+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5f5258c-770c-11ed-a892-ceb2f7e6be05 | InvocationID=e5f527ee-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:28:08+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc09b448-770c-11ed-a892-ceb2f7e6be05 | InvocationID=dc09b60a-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:28:08+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf71c02-770c-11ed-a892-ceb2f7e6be05 | InvocationID=eaf71dc4-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:28:08+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf71c02-770c-11ed-a892-ceb2f7e6be05 | InvocationID=eaf71dc4-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:28:08+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaf71c02-770c-11ed-a892-ceb2f7e6be05 | InvocationID=eaf71dc4-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:28:24+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5f5258c-770c-11ed-a892-ceb2f7e6be05 | InvocationID=e5f527ee-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:28:24+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4c00230-770c-11ed-a892-ceb2f7e6be05 | InvocationID=f4c0047e-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:28:33+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaf71c02-770c-11ed-a892-ceb2f7e6be05 | InvocationID=eaf71dc4-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:28:33+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e3fbf4-770c-11ed-a892-ceb2f7e6be05 | InvocationID=f9e405e0-770c-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:28:33+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e3fbf4-770c-11ed-a892-ceb2f7e6be05 | InvocationID=f9e405e0-770c-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:28:33+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e3fbf4-770c-11ed-a892-ceb2f7e6be05 | InvocationID=f9e405e0-770c-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:28:49+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4c00230-770c-11ed-a892-ceb2f7e6be05 | InvocationID=f4c0047e-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:28:49+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0385d826-770d-11ed-a892-ceb2f7e6be05 | InvocationID=0385da1a-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:28:58+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e3fbf4-770c-11ed-a892-ceb2f7e6be05 | InvocationID=f9e405e0-770c-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:28:58+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08d009f0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=08d00c16-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:28:58+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08d009f0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=08d00c16-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:28:58+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08d009f0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=08d00c16-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:29:14+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0385d826-770d-11ed-a892-ceb2f7e6be05 | InvocationID=0385da1a-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:29:14+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1250e4cc-770d-11ed-a892-ceb2f7e6be05 | InvocationID=1250e756-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:29:23+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08d009f0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=08d00c16-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:29:23+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17bbc3a0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=17bbc54e-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:29:23+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17bbc3a0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=17bbc54e-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:29:23+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17bbc3a0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=17bbc54e-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:29:39+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1250e4cc-770d-11ed-a892-ceb2f7e6be05 | InvocationID=1250e756-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:29:39+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2118b9d0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=2118bb92-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:29:48+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17bbc3a0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=17bbc54e-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:29:48+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a8a770-770d-11ed-a892-ceb2f7e6be05 | InvocationID=26a8a932-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:29:48+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a8a770-770d-11ed-a892-ceb2f7e6be05 | InvocationID=26a8a932-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:29:48+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26a8a770-770d-11ed-a892-ceb2f7e6be05 | InvocationID=26a8a932-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:30:03+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2118b9d0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=2118bb92-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:30:03+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fdeee4e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=2fdef038-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:30:13+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26a8a770-770d-11ed-a892-ceb2f7e6be05 | InvocationID=26a8a932-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:30:13+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35942e4e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=35943042-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:30:13+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35942e4e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=35943042-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:30:13+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35942e4e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=35943042-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:30:28+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fdeee4e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=2fdef038-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:30:28+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ea3a46a-770d-11ed-a892-ceb2f7e6be05 | InvocationID=3ea3a686-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:30:38+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35942e4e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=35943042-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:30:38+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44801eb8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=4480212e-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:30:38+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44801eb8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=4480212e-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:30:38+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44801eb8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=4480212e-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:30:53+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ea3a46a-770d-11ed-a892-ceb2f7e6be05 | InvocationID=3ea3a686-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:30:53+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d6cce68-770d-11ed-a892-ceb2f7e6be05 | InvocationID=4d6cd0c0-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:31:03+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44801eb8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=4480212e-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:31:03+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=536d1b10-770d-11ed-a892-ceb2f7e6be05 | InvocationID=536d1cd2-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:31:03+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=536d1b10-770d-11ed-a892-ceb2f7e6be05 | InvocationID=536d1cd2-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:31:03+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=536d1b10-770d-11ed-a892-ceb2f7e6be05 | InvocationID=536d1cd2-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:31:18+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d6cce68-770d-11ed-a892-ceb2f7e6be05 | InvocationID=4d6cd0c0-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:31:18+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3475b8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=5c3477fc-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:31:28+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=536d1b10-770d-11ed-a892-ceb2f7e6be05 | InvocationID=536d1cd2-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:31:28+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62589abe-770d-11ed-a892-ceb2f7e6be05 | InvocationID=62589cbc-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:31:28+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62589abe-770d-11ed-a892-ceb2f7e6be05 | InvocationID=62589cbc-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:31:28+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62589abe-770d-11ed-a892-ceb2f7e6be05 | InvocationID=62589cbc-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:31:43+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c3475b8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=5c3477fc-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:31:43+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afaf4f0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=6afaf6a8-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:31:53+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62589abe-770d-11ed-a892-ceb2f7e6be05 | InvocationID=62589cbc-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:31:53+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7144f6c6-770d-11ed-a892-ceb2f7e6be05 | InvocationID=7144f914-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:31:53+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7144f6c6-770d-11ed-a892-ceb2f7e6be05 | InvocationID=7144f914-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:31:53+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7144f6c6-770d-11ed-a892-ceb2f7e6be05 | InvocationID=7144f914-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:32:07+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6afaf4f0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=6afaf6a8-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:32:07+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c08130-770d-11ed-a892-ceb2f7e6be05 | InvocationID=79c0837e-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:32:18+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7144f6c6-770d-11ed-a892-ceb2f7e6be05 | InvocationID=7144f914-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:32:18+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80312380-770d-11ed-a892-ceb2f7e6be05 | InvocationID=8031252e-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:32:18+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80312380-770d-11ed-a892-ceb2f7e6be05 | InvocationID=8031252e-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:32:18+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80312380-770d-11ed-a892-ceb2f7e6be05 | InvocationID=8031252e-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:32:32+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79c08130-770d-11ed-a892-ceb2f7e6be05 | InvocationID=79c0837e-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:32:32+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=888418f8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=88842078-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:32:43+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80312380-770d-11ed-a892-ceb2f7e6be05 | InvocationID=8031252e-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:32:43+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f1cd2ea-770d-11ed-a892-ceb2f7e6be05 | InvocationID=8f1cd498-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:32:43+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f1cd2ea-770d-11ed-a892-ceb2f7e6be05 | InvocationID=8f1cd498-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:32:43+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f1cd2ea-770d-11ed-a892-ceb2f7e6be05 | InvocationID=8f1cd498-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:32:57+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=888418f8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=88842078-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:32:57+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9746fc2a-770d-11ed-a892-ceb2f7e6be05 | InvocationID=9746fe8c-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:33:08+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f1cd2ea-770d-11ed-a892-ceb2f7e6be05 | InvocationID=8f1cd498-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:33:08+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e08d858-770d-11ed-a892-ceb2f7e6be05 | InvocationID=9e08da24-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:33:08+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e08d858-770d-11ed-a892-ceb2f7e6be05 | InvocationID=9e08da24-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:33:08+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e08d858-770d-11ed-a892-ceb2f7e6be05 | InvocationID=9e08da24-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:33:22+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9746fc2a-770d-11ed-a892-ceb2f7e6be05 | InvocationID=9746fe8c-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:33:22+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60bf53a-770d-11ed-a892-ceb2f7e6be05 | InvocationID=a60bf706-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:33:33+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e08d858-770d-11ed-a892-ceb2f7e6be05 | InvocationID=9e08da24-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:33:33+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf5c0f6-770d-11ed-a892-ceb2f7e6be05 | InvocationID=acf5c2d6-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:33:33+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf5c0f6-770d-11ed-a892-ceb2f7e6be05 | InvocationID=acf5c2d6-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:33:33+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acf5c0f6-770d-11ed-a892-ceb2f7e6be05 | InvocationID=acf5c2d6-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:33:47+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a60bf53a-770d-11ed-a892-ceb2f7e6be05 | InvocationID=a60bf706-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:33:47+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4d21e14-770d-11ed-a892-ceb2f7e6be05 | InvocationID=b4d21ff4-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:33:58+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acf5c0f6-770d-11ed-a892-ceb2f7e6be05 | InvocationID=acf5c2d6-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:33:58+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe13e4c-770d-11ed-a892-ceb2f7e6be05 | InvocationID=bbe140ae-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:33:58+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe13e4c-770d-11ed-a892-ceb2f7e6be05 | InvocationID=bbe140ae-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:33:58+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbe13e4c-770d-11ed-a892-ceb2f7e6be05 | InvocationID=bbe140ae-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:34:11+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4d21e14-770d-11ed-a892-ceb2f7e6be05 | InvocationID=b4d21ff4-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:34:11+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c393fcd8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=c393ff26-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:34:23+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbe13e4c-770d-11ed-a892-ceb2f7e6be05 | InvocationID=bbe140ae-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:34:23+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cacc78e0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=cacc7c50-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:34:23+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cacc78e0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=cacc7c50-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:34:23+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cacc78e0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=cacc7c50-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:34:36+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c393fcd8-770d-11ed-a892-ceb2f7e6be05 | InvocationID=c393ff26-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:34:36+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d257094a-770d-11ed-a892-ceb2f7e6be05 | InvocationID=d2570b98-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:34:48+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cacc78e0-770d-11ed-a892-ceb2f7e6be05 | InvocationID=cacc7c50-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:34:48+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9b9c93e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=d9b9cb14-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:34:48+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9b9c93e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=d9b9cb14-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:34:48+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9b9c93e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=d9b9cb14-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:35:01+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d257094a-770d-11ed-a892-ceb2f7e6be05 | InvocationID=d2570b98-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:35:01+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e11bc84e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=e11bcaa6-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:35:13+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9b9c93e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=d9b9cb14-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:35:13+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a57b78-770d-11ed-a892-ceb2f7e6be05 | InvocationID=e8a57dda-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:35:14+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a57b78-770d-11ed-a892-ceb2f7e6be05 | InvocationID=e8a57dda-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:35:14+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8a57b78-770d-11ed-a892-ceb2f7e6be05 | InvocationID=e8a57dda-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:35:26+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e11bc84e-770d-11ed-a892-ceb2f7e6be05 | InvocationID=e11bcaa6-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:35:26+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efdf40a4-770d-11ed-a892-ceb2f7e6be05 | InvocationID=efdf428e-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:35:39+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8a57b78-770d-11ed-a892-ceb2f7e6be05 | InvocationID=e8a57dda-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:35:39+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f790dcf4-770d-11ed-a892-ceb2f7e6be05 | InvocationID=f790e0fa-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:35:39+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f790dcf4-770d-11ed-a892-ceb2f7e6be05 | InvocationID=f790e0fa-770d-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:35:39+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f790dcf4-770d-11ed-a892-ceb2f7e6be05 | InvocationID=f790e0fa-770d-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:35:50+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efdf40a4-770d-11ed-a892-ceb2f7e6be05 | InvocationID=efdf428e-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:35:50+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fea1e088-770d-11ed-a892-ceb2f7e6be05 | InvocationID=fea1e272-770d-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:36:04+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f790dcf4-770d-11ed-a892-ceb2f7e6be05 | InvocationID=f790e0fa-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:36:04+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=067c5982-770e-11ed-a892-ceb2f7e6be05 | InvocationID=067c5b4e-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:36:04+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=067c5982-770e-11ed-a892-ceb2f7e6be05 | InvocationID=067c5b4e-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:36:04+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=067c5982-770e-11ed-a892-ceb2f7e6be05 | InvocationID=067c5b4e-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:36:15+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fea1e088-770d-11ed-a892-ceb2f7e6be05 | InvocationID=fea1e272-770d-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:36:15+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d665b58-770e-11ed-a892-ceb2f7e6be05 | InvocationID=0d665d1a-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:36:29+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=067c5982-770e-11ed-a892-ceb2f7e6be05 | InvocationID=067c5b4e-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:36:29+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1571e844-770e-11ed-a892-ceb2f7e6be05 | InvocationID=1571ea74-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:36:29+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1571e844-770e-11ed-a892-ceb2f7e6be05 | InvocationID=1571ea74-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:36:29+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1571e844-770e-11ed-a892-ceb2f7e6be05 | InvocationID=1571ea74-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:36:40+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d665b58-770e-11ed-a892-ceb2f7e6be05 | InvocationID=0d665d1a-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:36:40+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c2af9e6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=1c2afb9e-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:36:54+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1571e844-770e-11ed-a892-ceb2f7e6be05 | InvocationID=1571ea74-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:36:54+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=245e3baa-770e-11ed-a892-ceb2f7e6be05 | InvocationID=245e3df8-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:36:54+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=245e3baa-770e-11ed-a892-ceb2f7e6be05 | InvocationID=245e3df8-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:36:54+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=245e3baa-770e-11ed-a892-ceb2f7e6be05 | InvocationID=245e3df8-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:37:05+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c2af9e6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=1c2afb9e-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:37:05+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2af0c14a-770e-11ed-a892-ceb2f7e6be05 | InvocationID=2af0c320-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:37:19+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=245e3baa-770e-11ed-a892-ceb2f7e6be05 | InvocationID=245e3df8-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:37:19+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=334a183c-770e-11ed-a892-ceb2f7e6be05 | InvocationID=334a1a12-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:37:19+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=334a183c-770e-11ed-a892-ceb2f7e6be05 | InvocationID=334a1a12-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:37:19+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=334a183c-770e-11ed-a892-ceb2f7e6be05 | InvocationID=334a1a12-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:37:29+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2af0c14a-770e-11ed-a892-ceb2f7e6be05 | InvocationID=2af0c320-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:37:29+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39b26058-770e-11ed-a892-ceb2f7e6be05 | InvocationID=39b26242-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:37:44+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=334a183c-770e-11ed-a892-ceb2f7e6be05 | InvocationID=334a1a12-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:37:44+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4236942e-770e-11ed-a892-ceb2f7e6be05 | InvocationID=42369686-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:37:44+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4236942e-770e-11ed-a892-ceb2f7e6be05 | InvocationID=42369686-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:37:44+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4236942e-770e-11ed-a892-ceb2f7e6be05 | InvocationID=42369686-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:37:54+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39b26058-770e-11ed-a892-ceb2f7e6be05 | InvocationID=39b26242-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:37:54+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4875c6b6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=4875c8c8-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:38:09+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4236942e-770e-11ed-a892-ceb2f7e6be05 | InvocationID=42369686-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:38:09+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51228358-770e-11ed-a892-ceb2f7e6be05 | InvocationID=51228592-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:38:09+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51228358-770e-11ed-a892-ceb2f7e6be05 | InvocationID=51228592-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:38:09+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51228358-770e-11ed-a892-ceb2f7e6be05 | InvocationID=51228592-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:38:19+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4875c6b6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=4875c8c8-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:38:19+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5739c698-770e-11ed-a892-ceb2f7e6be05 | InvocationID=5739c8dc-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:38:34+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51228358-770e-11ed-a892-ceb2f7e6be05 | InvocationID=51228592-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:38:34+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=600e23e0-770e-11ed-a892-ceb2f7e6be05 | InvocationID=600e257a-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:38:34+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=600e23e0-770e-11ed-a892-ceb2f7e6be05 | InvocationID=600e257a-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:38:34+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=600e23e0-770e-11ed-a892-ceb2f7e6be05 | InvocationID=600e257a-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:38:44+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5739c698-770e-11ed-a892-ceb2f7e6be05 | InvocationID=5739c8dc-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:38:44+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65fb8892-770e-11ed-a892-ceb2f7e6be05 | InvocationID=65fb8b12-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:38:59+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=600e23e0-770e-11ed-a892-ceb2f7e6be05 | InvocationID=600e257a-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:38:59+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6efbe9c8-770e-11ed-a892-ceb2f7e6be05 | InvocationID=6efbebbc-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:38:59+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6efbe9c8-770e-11ed-a892-ceb2f7e6be05 | InvocationID=6efbebbc-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:38:59+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6efbe9c8-770e-11ed-a892-ceb2f7e6be05 | InvocationID=6efbebbc-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:39:09+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65fb8892-770e-11ed-a892-ceb2f7e6be05 | InvocationID=65fb8b12-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:39:09+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74be2f92-770e-11ed-a892-ceb2f7e6be05 | InvocationID=74be31ea-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:39:24+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6efbe9c8-770e-11ed-a892-ceb2f7e6be05 | InvocationID=6efbebbc-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:39:24+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de73140-770e-11ed-a892-ceb2f7e6be05 | InvocationID=7de73398-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:39:24+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de73140-770e-11ed-a892-ceb2f7e6be05 | InvocationID=7de73398-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:39:24+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7de73140-770e-11ed-a892-ceb2f7e6be05 | InvocationID=7de73398-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:39:33+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74be2f92-770e-11ed-a892-ceb2f7e6be05 | InvocationID=74be31ea-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:39:33+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=838269c6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=83826c3c-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:39:49+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7de73140-770e-11ed-a892-ceb2f7e6be05 | InvocationID=7de73398-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:39:49+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd39a54-770e-11ed-a892-ceb2f7e6be05 | InvocationID=8cd39c0c-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:39:49+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd39a54-770e-11ed-a892-ceb2f7e6be05 | InvocationID=8cd39c0c-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:39:49+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd39a54-770e-11ed-a892-ceb2f7e6be05 | InvocationID=8cd39c0c-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:39:58+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=838269c6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=83826c3c-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:39:58+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92458074-770e-11ed-a892-ceb2f7e6be05 | InvocationID=92458254-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:40:14+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd39a54-770e-11ed-a892-ceb2f7e6be05 | InvocationID=8cd39c0c-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:40:14+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbf76e6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=9bbf78d0-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:40:14+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbf76e6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=9bbf78d0-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:40:14+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bbf76e6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=9bbf78d0-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:40:23+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92458074-770e-11ed-a892-ceb2f7e6be05 | InvocationID=92458254-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:40:23+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a107ec3c-770e-11ed-a892-ceb2f7e6be05 | InvocationID=a107edea-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:40:39+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bbf76e6-770e-11ed-a892-ceb2f7e6be05 | InvocationID=9bbf78d0-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:40:39+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaab1f70-770e-11ed-a892-ceb2f7e6be05 | InvocationID=aaab21b4-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:40:39+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaab1f70-770e-11ed-a892-ceb2f7e6be05 | InvocationID=aaab21b4-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:40:39+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaab1f70-770e-11ed-a892-ceb2f7e6be05 | InvocationID=aaab21b4-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:40:48+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a107ec3c-770e-11ed-a892-ceb2f7e6be05 | InvocationID=a107edea-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:40:48+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afcb2c52-770e-11ed-a892-ceb2f7e6be05 | InvocationID=afcb2e00-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:41:04+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaab1f70-770e-11ed-a892-ceb2f7e6be05 | InvocationID=aaab21b4-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:41:04+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b99718b8-770e-11ed-a892-ceb2f7e6be05 | InvocationID=b9971b7e-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:41:04+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b99718b8-770e-11ed-a892-ceb2f7e6be05 | InvocationID=b9971b7e-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:41:04+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b99718b8-770e-11ed-a892-ceb2f7e6be05 | InvocationID=b9971b7e-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:41:12+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afcb2c52-770e-11ed-a892-ceb2f7e6be05 | InvocationID=afcb2e00-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:41:12+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be91f2ac-770e-11ed-a892-ceb2f7e6be05 | InvocationID=be91f586-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:41:29+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b99718b8-770e-11ed-a892-ceb2f7e6be05 | InvocationID=b9971b7e-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:41:29+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c882bb34-770e-11ed-a892-ceb2f7e6be05 | InvocationID=c882bdb4-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:41:29+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c882bb34-770e-11ed-a892-ceb2f7e6be05 | InvocationID=c882bdb4-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:41:29+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c882bb34-770e-11ed-a892-ceb2f7e6be05 | InvocationID=c882bdb4-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:41:37+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be91f2ac-770e-11ed-a892-ceb2f7e6be05 | InvocationID=be91f586-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:41:37+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd568550-770e-11ed-a892-ceb2f7e6be05 | InvocationID=cd568708-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:41:54+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c882bb34-770e-11ed-a892-ceb2f7e6be05 | InvocationID=c882bdb4-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:41:54+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d76eff86-770e-11ed-a892-ceb2f7e6be05 | InvocationID=d76f01a2-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:41:54+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d76eff86-770e-11ed-a892-ceb2f7e6be05 | InvocationID=d76f01a2-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:41:54+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d76eff86-770e-11ed-a892-ceb2f7e6be05 | InvocationID=d76f01a2-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:42:02+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd568550-770e-11ed-a892-ceb2f7e6be05 | InvocationID=cd568708-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:42:02+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc174764-770e-11ed-a892-ceb2f7e6be05 | InvocationID=dc174912-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:42:19+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d76eff86-770e-11ed-a892-ceb2f7e6be05 | InvocationID=d76f01a2-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:42:19+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e65ab2b0-770e-11ed-a892-ceb2f7e6be05 | InvocationID=e65ab4cc-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:42:19+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e65ab2b0-770e-11ed-a892-ceb2f7e6be05 | InvocationID=e65ab4cc-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:42:19+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e65ab2b0-770e-11ed-a892-ceb2f7e6be05 | InvocationID=e65ab4cc-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:42:27+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc174764-770e-11ed-a892-ceb2f7e6be05 | InvocationID=dc174912-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:42:27+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eae09e58-770e-11ed-a892-ceb2f7e6be05 | InvocationID=eae0a024-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:42:44+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e65ab2b0-770e-11ed-a892-ceb2f7e6be05 | InvocationID=e65ab4cc-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:42:44+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5492446-770e-11ed-a892-ceb2f7e6be05 | InvocationID=f54926c6-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:42:44+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5492446-770e-11ed-a892-ceb2f7e6be05 | InvocationID=f54926c6-770e-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:42:44+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5492446-770e-11ed-a892-ceb2f7e6be05 | InvocationID=f54926c6-770e-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:42:52+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eae09e58-770e-11ed-a892-ceb2f7e6be05 | InvocationID=eae0a024-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:42:52+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9ab22b4-770e-11ed-a892-ceb2f7e6be05 | InvocationID=f9ab24b2-770e-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:43:09+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5492446-770e-11ed-a892-ceb2f7e6be05 | InvocationID=f54926c6-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:43:09+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04353378-770f-11ed-a892-ceb2f7e6be05 | InvocationID=0435353a-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:43:09+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04353378-770f-11ed-a892-ceb2f7e6be05 | InvocationID=0435353a-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:43:09+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04353378-770f-11ed-a892-ceb2f7e6be05 | InvocationID=0435353a-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:43:16+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9ab22b4-770e-11ed-a892-ceb2f7e6be05 | InvocationID=f9ab24b2-770e-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:43:16+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0873501e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=08735212-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:43:34+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04353378-770f-11ed-a892-ceb2f7e6be05 | InvocationID=0435353a-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:43:34+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13218530-770f-11ed-a892-ceb2f7e6be05 | InvocationID=13218760-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:43:34+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13218530-770f-11ed-a892-ceb2f7e6be05 | InvocationID=13218760-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:43:34+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13218530-770f-11ed-a892-ceb2f7e6be05 | InvocationID=13218760-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:43:41+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0873501e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=08735212-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:43:41+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=174420a0-770f-11ed-a892-ceb2f7e6be05 | InvocationID=1744224e-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:43:59+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13218530-770f-11ed-a892-ceb2f7e6be05 | InvocationID=13218760-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:43:59+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220d2efa-770f-11ed-a892-ceb2f7e6be05 | InvocationID=220d3120-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:43:59+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220d2efa-770f-11ed-a892-ceb2f7e6be05 | InvocationID=220d3120-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:43:59+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=220d2efa-770f-11ed-a892-ceb2f7e6be05 | InvocationID=220d3120-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:44:06+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=174420a0-770f-11ed-a892-ceb2f7e6be05 | InvocationID=1744224e-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:44:06+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=260d93a0-770f-11ed-a892-ceb2f7e6be05 | InvocationID=260d954e-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:44:24+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=220d2efa-770f-11ed-a892-ceb2f7e6be05 | InvocationID=220d3120-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:44:24+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30f8677c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=30f86934-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:44:24+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30f8677c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=30f86934-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:44:24+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30f8677c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=30f86934-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:44:31+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=260d93a0-770f-11ed-a892-ceb2f7e6be05 | InvocationID=260d954e-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:44:31+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34d26fb4-770f-11ed-a892-ceb2f7e6be05 | InvocationID=34d271ee-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:44:49+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30f8677c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=30f86934-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:44:49+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fe406e2-770f-11ed-a892-ceb2f7e6be05 | InvocationID=3fe408d6-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:44:49+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fe406e2-770f-11ed-a892-ceb2f7e6be05 | InvocationID=3fe408d6-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:44:49+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fe406e2-770f-11ed-a892-ceb2f7e6be05 | InvocationID=3fe408d6-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:44:56+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34d26fb4-770f-11ed-a892-ceb2f7e6be05 | InvocationID=34d271ee-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:44:56+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4393f40a-770f-11ed-a892-ceb2f7e6be05 | InvocationID=4393f69e-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:45:14+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fe406e2-770f-11ed-a892-ceb2f7e6be05 | InvocationID=3fe408d6-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:45:14+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ecf261e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=4ecf2a6a-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:45:14+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ecf261e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=4ecf2a6a-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:45:14+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ecf261e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=4ecf2a6a-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:45:20+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4393f40a-770f-11ed-a892-ceb2f7e6be05 | InvocationID=4393f69e-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:45:20+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=525adfe4-770f-11ed-a892-ceb2f7e6be05 | InvocationID=525ae19c-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:45:39+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ecf261e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=4ecf2a6a-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:45:39+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dbda916-770f-11ed-a892-ceb2f7e6be05 | InvocationID=5dbdabbe-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:45:39+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dbda916-770f-11ed-a892-ceb2f7e6be05 | InvocationID=5dbdabbe-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:45:39+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dbda916-770f-11ed-a892-ceb2f7e6be05 | InvocationID=5dbdabbe-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:45:45+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=525adfe4-770f-11ed-a892-ceb2f7e6be05 | InvocationID=525ae19c-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:45:45+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=611cb610-770f-11ed-a892-ceb2f7e6be05 | InvocationID=611cb7c8-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:46:04+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dbda916-770f-11ed-a892-ceb2f7e6be05 | InvocationID=5dbdabbe-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:46:04+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cabbc06-770f-11ed-a892-ceb2f7e6be05 | InvocationID=6cabca3e-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:46:05+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cabbc06-770f-11ed-a892-ceb2f7e6be05 | InvocationID=6cabca3e-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:46:05+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cabbc06-770f-11ed-a892-ceb2f7e6be05 | InvocationID=6cabca3e-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:46:10+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=611cb610-770f-11ed-a892-ceb2f7e6be05 | InvocationID=611cb7c8-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:46:10+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fe26fa0-770f-11ed-a892-ceb2f7e6be05 | InvocationID=6fe27234-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:46:30+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cabbc06-770f-11ed-a892-ceb2f7e6be05 | InvocationID=6cabca3e-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:46:30+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b9cdace-770f-11ed-a892-ceb2f7e6be05 | InvocationID=7b9cdd30-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:46:30+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b9cdace-770f-11ed-a892-ceb2f7e6be05 | InvocationID=7b9cdd30-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:46:30+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b9cdace-770f-11ed-a892-ceb2f7e6be05 | InvocationID=7b9cdd30-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:46:35+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fe26fa0-770f-11ed-a892-ceb2f7e6be05 | InvocationID=6fe27234-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:46:35+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ea6a36c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=7ea6a5ce-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:46:55+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b9cdace-770f-11ed-a892-ceb2f7e6be05 | InvocationID=7b9cdd30-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:46:55+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a88570c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=8a8858b0-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:46:55+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a88570c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=8a8858b0-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:46:55+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a88570c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=8a8858b0-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:46:59+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ea6a36c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=7ea6a5ce-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:46:59+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d6cf874-770f-11ed-a892-ceb2f7e6be05 | InvocationID=8d6cfa86-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:47:20+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a88570c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=8a8858b0-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:47:20+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99746c10-770f-11ed-a892-ceb2f7e6be05 | InvocationID=99746f58-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:47:20+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99746c10-770f-11ed-a892-ceb2f7e6be05 | InvocationID=99746f58-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:47:20+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99746c10-770f-11ed-a892-ceb2f7e6be05 | InvocationID=99746f58-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:47:24+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d6cf874-770f-11ed-a892-ceb2f7e6be05 | InvocationID=8d6cfa86-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:47:24+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c33ac5e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=9c33aeac-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:47:45+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99746c10-770f-11ed-a892-ceb2f7e6be05 | InvocationID=99746f58-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:47:45+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a860429e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=a8604456-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:47:45+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a860429e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=a8604456-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:47:45+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a860429e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=a8604456-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:47:49+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c33ac5e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=9c33aeac-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:47:49+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf7e1d8-770f-11ed-a892-ceb2f7e6be05 | InvocationID=aaf7e37c-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:48:10+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a860429e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=a8604456-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:48:10+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b74ea08e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=b74ea25a-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:48:10+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b74ea08e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=b74ea25a-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:48:10+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b74ea08e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=b74ea25a-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:48:14+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaf7e1d8-770f-11ed-a892-ceb2f7e6be05 | InvocationID=aaf7e37c-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:48:14+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9bc0b22-770f-11ed-a892-ceb2f7e6be05 | InvocationID=b9bc0d66-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:48:35+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b74ea08e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=b74ea25a-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:48:35+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c63d322c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=c63d3420-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:48:35+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c63d322c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=c63d3420-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:48:35+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c63d322c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=c63d3420-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:48:39+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9bc0b22-770f-11ed-a892-ceb2f7e6be05 | InvocationID=b9bc0d66-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:48:39+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c87f04b6-770f-11ed-a892-ceb2f7e6be05 | InvocationID=c87f06fa-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:49:00+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c63d322c-770f-11ed-a892-ceb2f7e6be05 | InvocationID=c63d3420-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:49:00+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d52874ae-770f-11ed-a892-ceb2f7e6be05 | InvocationID=d5287666-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:49:00+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d52874ae-770f-11ed-a892-ceb2f7e6be05 | InvocationID=d5287666-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:49:00+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d52874ae-770f-11ed-a892-ceb2f7e6be05 | InvocationID=d5287666-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:49:03+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c87f04b6-770f-11ed-a892-ceb2f7e6be05 | InvocationID=c87f06fa-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:49:03+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7418636-770f-11ed-a892-ceb2f7e6be05 | InvocationID=d7418848-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:49:25+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d52874ae-770f-11ed-a892-ceb2f7e6be05 | InvocationID=d5287666-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:49:25+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4139d40-770f-11ed-a892-ceb2f7e6be05 | InvocationID=e4139f84-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:49:25+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4139d40-770f-11ed-a892-ceb2f7e6be05 | InvocationID=e4139f84-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:49:25+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4139d40-770f-11ed-a892-ceb2f7e6be05 | InvocationID=e4139f84-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:49:28+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7418636-770f-11ed-a892-ceb2f7e6be05 | InvocationID=d7418848-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:49:28+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e602bf00-770f-11ed-a892-ceb2f7e6be05 | InvocationID=e602c0ae-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:49:50+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4139d40-770f-11ed-a892-ceb2f7e6be05 | InvocationID=e4139f84-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:49:50+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2feff2a-770f-11ed-a892-ceb2f7e6be05 | InvocationID=f2ff011e-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:49:50+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2feff2a-770f-11ed-a892-ceb2f7e6be05 | InvocationID=f2ff011e-770f-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:49:50+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2feff2a-770f-11ed-a892-ceb2f7e6be05 | InvocationID=f2ff011e-770f-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:49:53+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e602bf00-770f-11ed-a892-ceb2f7e6be05 | InvocationID=e602c0ae-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:49:53+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4c85a0e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=f4c85bc6-770f-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:50:15+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2feff2a-770f-11ed-a892-ceb2f7e6be05 | InvocationID=f2ff011e-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:50:15+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ea7000-7710-11ed-a892-ceb2f7e6be05 | InvocationID=01ea71c2-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:50:15+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01ea7000-7710-11ed-a892-ceb2f7e6be05 | InvocationID=01ea71c2-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:50:15+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01ea7000-7710-11ed-a892-ceb2f7e6be05 | InvocationID=01ea71c2-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:50:18+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4c85a0e-770f-11ed-a892-ceb2f7e6be05 | InvocationID=f4c85bc6-770f-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:50:18+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=038bda3e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=038bdbf6-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:50:40+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01ea7000-7710-11ed-a892-ceb2f7e6be05 | InvocationID=01ea71c2-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:50:40+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d5e4f0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=10d5e770-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:50:40+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d5e4f0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=10d5e770-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:50:40+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d5e4f0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=10d5e770-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:50:42+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=038bda3e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=038bdbf6-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:50:42+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=124de350-7710-11ed-a892-ceb2f7e6be05 | InvocationID=124de544-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:51:05+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d5e4f0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=10d5e770-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:51:05+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fc1c786-7710-11ed-a892-ceb2f7e6be05 | InvocationID=1fc1c9a2-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:51:05+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fc1c786-7710-11ed-a892-ceb2f7e6be05 | InvocationID=1fc1c9a2-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:51:05+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fc1c786-7710-11ed-a892-ceb2f7e6be05 | InvocationID=1fc1c9a2-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:51:07+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=124de350-7710-11ed-a892-ceb2f7e6be05 | InvocationID=124de544-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:51:07+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=210fdcea-7710-11ed-a892-ceb2f7e6be05 | InvocationID=210fdf2e-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:51:30+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fc1c786-7710-11ed-a892-ceb2f7e6be05 | InvocationID=1fc1c9a2-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:51:30+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ead2812-7710-11ed-a892-ceb2f7e6be05 | InvocationID=2ead29fc-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:51:30+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ead2812-7710-11ed-a892-ceb2f7e6be05 | InvocationID=2ead29fc-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:51:30+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ead2812-7710-11ed-a892-ceb2f7e6be05 | InvocationID=2ead29fc-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:51:32+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=210fdcea-7710-11ed-a892-ceb2f7e6be05 | InvocationID=210fdf2e-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:51:32+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fd32bb0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=2fd32ebc-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:51:55+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ead2812-7710-11ed-a892-ceb2f7e6be05 | InvocationID=2ead29fc-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:51:55+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d982368-7710-11ed-a892-ceb2f7e6be05 | InvocationID=3d982520-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:51:55+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d982368-7710-11ed-a892-ceb2f7e6be05 | InvocationID=3d982520-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:51:55+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d982368-7710-11ed-a892-ceb2f7e6be05 | InvocationID=3d982520-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:51:57+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fd32bb0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=2fd32ebc-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:51:57+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e98748e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=3e987696-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:52:20+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d982368-7710-11ed-a892-ceb2f7e6be05 | InvocationID=3d982520-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:52:20+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c836ea0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=4c83708a-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:52:20+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c836ea0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=4c83708a-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:52:20+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c836ea0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=4c83708a-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:52:21+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e98748e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=3e987696-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:52:21+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d5d7e9c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=4d5d804a-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:52:45+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c836ea0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=4c83708a-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:52:45+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b6eda76-7710-11ed-a892-ceb2f7e6be05 | InvocationID=5b6eddbe-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:52:45+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b6eda76-7710-11ed-a892-ceb2f7e6be05 | InvocationID=5b6eddbe-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:52:45+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b6eda76-7710-11ed-a892-ceb2f7e6be05 | InvocationID=5b6eddbe-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:52:46+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d5d7e9c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=4d5d804a-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:52:46+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c1fe9f6-7710-11ed-a892-ceb2f7e6be05 | InvocationID=5c1feba4-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:53:10+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b6eda76-7710-11ed-a892-ceb2f7e6be05 | InvocationID=5b6eddbe-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:53:10+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a5b8ebc-7710-11ed-a892-ceb2f7e6be05 | InvocationID=6a5b9074-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:53:10+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a5b8ebc-7710-11ed-a892-ceb2f7e6be05 | InvocationID=6a5b9074-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:53:10+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a5b8ebc-7710-11ed-a892-ceb2f7e6be05 | InvocationID=6a5b9074-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:53:11+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c1fe9f6-7710-11ed-a892-ceb2f7e6be05 | InvocationID=5c1feba4-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:53:11+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ae2c62a-7710-11ed-a892-ceb2f7e6be05 | InvocationID=6ae2c7d8-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:53:35+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a5b8ebc-7710-11ed-a892-ceb2f7e6be05 | InvocationID=6a5b9074-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:53:35+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7947ef24-7710-11ed-a892-ceb2f7e6be05 | InvocationID=7947f140-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:53:35+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7947ef24-7710-11ed-a892-ceb2f7e6be05 | InvocationID=7947f140-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:53:35+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7947ef24-7710-11ed-a892-ceb2f7e6be05 | InvocationID=7947f140-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:53:36+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ae2c62a-7710-11ed-a892-ceb2f7e6be05 | InvocationID=6ae2c7d8-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:53:36+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a3d53c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=79a3d6ea-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:54:00+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7947ef24-7710-11ed-a892-ceb2f7e6be05 | InvocationID=7947f140-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:54:00+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8833be1e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=8833bfe0-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:54:00+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8833be1e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=8833bfe0-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:54:00+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8833be1e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=8833bfe0-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:54:00+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79a3d53c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=79a3d6ea-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:54:01+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=886727e0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=886729fc-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:54:25+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8833be1e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=8833bfe0-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:54:25+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=971f21a2-7710-11ed-a892-ceb2f7e6be05 | InvocationID=971f2436-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:54:25+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=971f21a2-7710-11ed-a892-ceb2f7e6be05 | InvocationID=971f2436-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:54:25+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=971f21a2-7710-11ed-a892-ceb2f7e6be05 | InvocationID=971f2436-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:54:25+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=886727e0-7710-11ed-a892-ceb2f7e6be05 | InvocationID=886729fc-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:54:25+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=972c8950-7710-11ed-a892-ceb2f7e6be05 | InvocationID=972c8b3a-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:54:50+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=972c8950-7710-11ed-a892-ceb2f7e6be05 | InvocationID=972c8b3a-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:54:50+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5f1750e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=a5f176c6-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:54:50+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=971f21a2-7710-11ed-a892-ceb2f7e6be05 | InvocationID=971f2436-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:54:50+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60b39da-7710-11ed-a892-ceb2f7e6be05 | InvocationID=a60b3be2-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:54:50+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60b39da-7710-11ed-a892-ceb2f7e6be05 | InvocationID=a60b3be2-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:54:50+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a60b39da-7710-11ed-a892-ceb2f7e6be05 | InvocationID=a60b3be2-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:55:15+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5f1750e-7710-11ed-a892-ceb2f7e6be05 | InvocationID=a5f176c6-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:55:15+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4b346a8-7710-11ed-a892-ceb2f7e6be05 | InvocationID=b4b34aea-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:55:15+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a60b39da-7710-11ed-a892-ceb2f7e6be05 | InvocationID=a60b3be2-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:55:15+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4f6b08c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=b4f6b2ee-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:55:15+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4f6b08c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=b4f6b2ee-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:55:15+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4f6b08c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=b4f6b2ee-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:55:40+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4b346a8-7710-11ed-a892-ceb2f7e6be05 | InvocationID=b4b34aea-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:55:40+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3764aaa-7710-11ed-a892-ceb2f7e6be05 | InvocationID=c3764c62-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:55:40+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4f6b08c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=b4f6b2ee-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:55:40+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e55d46-7710-11ed-a892-ceb2f7e6be05 | InvocationID=c3e55ef4-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:55:40+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e55d46-7710-11ed-a892-ceb2f7e6be05 | InvocationID=c3e55ef4-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:55:40+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3e55d46-7710-11ed-a892-ceb2f7e6be05 | InvocationID=c3e55ef4-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:56:04+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3764aaa-7710-11ed-a892-ceb2f7e6be05 | InvocationID=c3764c62-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:56:04+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d23a9122-7710-11ed-a892-ceb2f7e6be05 | InvocationID=d23a937a-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:56:05+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3e55d46-7710-11ed-a892-ceb2f7e6be05 | InvocationID=c3e55ef4-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:56:05+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d1bf20-7710-11ed-a892-ceb2f7e6be05 | InvocationID=d2d1c1c8-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:56:05+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d1bf20-7710-11ed-a892-ceb2f7e6be05 | InvocationID=d2d1c1c8-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:56:05+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2d1bf20-7710-11ed-a892-ceb2f7e6be05 | InvocationID=d2d1c1c8-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:56:29+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d23a9122-7710-11ed-a892-ceb2f7e6be05 | InvocationID=d23a937a-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:56:29+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0fcf27c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=e0fcf506-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:56:30+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2d1bf20-7710-11ed-a892-ceb2f7e6be05 | InvocationID=d2d1c1c8-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:56:30+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c2c3bc-7710-11ed-a892-ceb2f7e6be05 | InvocationID=e1c2c59c-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:56:30+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c2c3bc-7710-11ed-a892-ceb2f7e6be05 | InvocationID=e1c2c59c-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:56:30+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1c2c3bc-7710-11ed-a892-ceb2f7e6be05 | InvocationID=e1c2c59c-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:56:54+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0fcf27c-7710-11ed-a892-ceb2f7e6be05 | InvocationID=e0fcf506-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:56:54+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efc2b288-7710-11ed-a892-ceb2f7e6be05 | InvocationID=efc2b47c-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:56:55+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1c2c3bc-7710-11ed-a892-ceb2f7e6be05 | InvocationID=e1c2c59c-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:56:55+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0ae1b88-7710-11ed-a892-ceb2f7e6be05 | InvocationID=f0ae1db8-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:56:55+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0ae1b88-7710-11ed-a892-ceb2f7e6be05 | InvocationID=f0ae1db8-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:56:55+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0ae1b88-7710-11ed-a892-ceb2f7e6be05 | InvocationID=f0ae1db8-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:57:19+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efc2b288-7710-11ed-a892-ceb2f7e6be05 | InvocationID=efc2b47c-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:57:19+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe86a892-7710-11ed-a892-ceb2f7e6be05 | InvocationID=fe86aa4a-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:57:20+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0ae1b88-7710-11ed-a892-ceb2f7e6be05 | InvocationID=f0ae1db8-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:57:20+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff98f226-7710-11ed-a892-ceb2f7e6be05 | InvocationID=ff98f532-7710-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:57:21+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff98f226-7710-11ed-a892-ceb2f7e6be05 | InvocationID=ff98f532-7710-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:57:21+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff98f226-7710-11ed-a892-ceb2f7e6be05 | InvocationID=ff98f532-7710-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:57:43+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe86a892-7710-11ed-a892-ceb2f7e6be05 | InvocationID=fe86aa4a-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:57:43+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d483ada-7711-11ed-a892-ceb2f7e6be05 | InvocationID=0d483cb0-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:57:46+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff98f226-7710-11ed-a892-ceb2f7e6be05 | InvocationID=ff98f532-7710-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:57:46+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8413ec-7711-11ed-a892-ceb2f7e6be05 | InvocationID=0e84159a-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:57:46+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8413ec-7711-11ed-a892-ceb2f7e6be05 | InvocationID=0e84159a-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:57:46+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8413ec-7711-11ed-a892-ceb2f7e6be05 | InvocationID=0e84159a-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:58:08+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d483ada-7711-11ed-a892-ceb2f7e6be05 | InvocationID=0d483cb0-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:58:08+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c0c2112-7711-11ed-a892-ceb2f7e6be05 | InvocationID=1c0c236a-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:58:11+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8413ec-7711-11ed-a892-ceb2f7e6be05 | InvocationID=0e84159a-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:58:11+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d6fd33c-7711-11ed-a892-ceb2f7e6be05 | InvocationID=1d6fd51c-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:58:11+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d6fd33c-7711-11ed-a892-ceb2f7e6be05 | InvocationID=1d6fd51c-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:58:11+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d6fd33c-7711-11ed-a892-ceb2f7e6be05 | InvocationID=1d6fd51c-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:58:33+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c0c2112-7711-11ed-a892-ceb2f7e6be05 | InvocationID=1c0c236a-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:58:33+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ace7466-7711-11ed-a892-ceb2f7e6be05 | InvocationID=2ace77fe-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:58:36+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d6fd33c-7711-11ed-a892-ceb2f7e6be05 | InvocationID=1d6fd51c-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:58:36+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c5ae076-7711-11ed-a892-ceb2f7e6be05 | InvocationID=2c5ae274-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:58:36+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c5ae076-7711-11ed-a892-ceb2f7e6be05 | InvocationID=2c5ae274-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:58:36+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c5ae076-7711-11ed-a892-ceb2f7e6be05 | InvocationID=2c5ae274-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:58:58+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ace7466-7711-11ed-a892-ceb2f7e6be05 | InvocationID=2ace77fe-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:58:58+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3991004a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=39910428-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:59:01+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c5ae076-7711-11ed-a892-ceb2f7e6be05 | InvocationID=2c5ae274-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:59:01+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b46f372-7711-11ed-a892-ceb2f7e6be05 | InvocationID=3b46f67e-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:59:01+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b46f372-7711-11ed-a892-ceb2f7e6be05 | InvocationID=3b46f67e-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:59:01+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b46f372-7711-11ed-a892-ceb2f7e6be05 | InvocationID=3b46f67e-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:59:22+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3991004a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=39910428-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:59:22+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=485346c4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=48534944-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:59:26+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b46f372-7711-11ed-a892-ceb2f7e6be05 | InvocationID=3b46f67e-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:59:26+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a3203a4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=4a3205ca-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:59:26+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a3203a4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=4a3205ca-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:59:26+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a3203a4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=4a3205ca-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:59:47+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=485346c4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=48534944-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T15:59:47+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5716005c-7711-11ed-a892-ceb2f7e6be05 | InvocationID=57160232-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T15:59:51+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a3203a4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=4a3205ca-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T15:59:51+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=591cfd6a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=591cff2c-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T15:59:51+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=591cfd6a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=591cff2c-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T15:59:51+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=591cfd6a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=591cff2c-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:00:12+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5716005c-7711-11ed-a892-ceb2f7e6be05 | InvocationID=57160232-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:00:12+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65d7e538-7711-11ed-a892-ceb2f7e6be05 | InvocationID=65d7e786-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:00:16+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=591cfd6a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=591cff2c-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:00:16+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6807bf54-7711-11ed-a892-ceb2f7e6be05 | InvocationID=6807c120-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:00:16+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6807bf54-7711-11ed-a892-ceb2f7e6be05 | InvocationID=6807c120-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:00:16+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6807bf54-7711-11ed-a892-ceb2f7e6be05 | InvocationID=6807c120-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:00:37+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65d7e538-7711-11ed-a892-ceb2f7e6be05 | InvocationID=65d7e786-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:00:37+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=749c293a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=749c2b06-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:00:41+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6807bf54-7711-11ed-a892-ceb2f7e6be05 | InvocationID=6807c120-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:00:41+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76f3f05a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=76f3f33e-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:00:41+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76f3f05a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=76f3f33e-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:00:41+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76f3f05a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=76f3f33e-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:01:02+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=749c293a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=749c2b06-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:01:02+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=835db3da-7711-11ed-a892-ceb2f7e6be05 | InvocationID=835db65a-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:01:06+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76f3f05a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=76f3f33e-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:01:06+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85df3fd4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=85df422c-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:01:06+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85df3fd4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=85df422c-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:01:06+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85df3fd4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=85df422c-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:01:26+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=835db3da-7711-11ed-a892-ceb2f7e6be05 | InvocationID=835db65a-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:01:26+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92200c24-7711-11ed-a892-ceb2f7e6be05 | InvocationID=92200e40-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:01:31+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85df3fd4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=85df422c-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:01:31+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94cbc922-7711-11ed-a892-ceb2f7e6be05 | InvocationID=94cbcaee-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:01:31+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94cbc922-7711-11ed-a892-ceb2f7e6be05 | InvocationID=94cbcaee-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:01:31+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94cbc922-7711-11ed-a892-ceb2f7e6be05 | InvocationID=94cbcaee-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:01:51+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92200c24-7711-11ed-a892-ceb2f7e6be05 | InvocationID=92200e40-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:01:51+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0e33b78-7711-11ed-a892-ceb2f7e6be05 | InvocationID=a0e34870-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:01:56+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94cbc922-7711-11ed-a892-ceb2f7e6be05 | InvocationID=94cbcaee-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:01:56+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3b6a89e-7711-11ed-a892-ceb2f7e6be05 | InvocationID=a3b6aa6a-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:01:56+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3b6a89e-7711-11ed-a892-ceb2f7e6be05 | InvocationID=a3b6aa6a-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:01:56+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3b6a89e-7711-11ed-a892-ceb2f7e6be05 | InvocationID=a3b6aa6a-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:02:16+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0e33b78-7711-11ed-a892-ceb2f7e6be05 | InvocationID=a0e34870-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:02:16+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afa87c68-7711-11ed-a892-ceb2f7e6be05 | InvocationID=afa87f6a-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:02:21+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3b6a89e-7711-11ed-a892-ceb2f7e6be05 | InvocationID=a3b6aa6a-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:02:21+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2a19be8-7711-11ed-a892-ceb2f7e6be05 | InvocationID=b2a19daa-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:02:21+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2a19be8-7711-11ed-a892-ceb2f7e6be05 | InvocationID=b2a19daa-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:02:21+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2a19be8-7711-11ed-a892-ceb2f7e6be05 | InvocationID=b2a19daa-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:02:41+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afa87c68-7711-11ed-a892-ceb2f7e6be05 | InvocationID=afa87f6a-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:02:41+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be6c5f30-7711-11ed-a892-ceb2f7e6be05 | InvocationID=be6c60fc-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:02:46+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2a19be8-7711-11ed-a892-ceb2f7e6be05 | InvocationID=b2a19daa-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:02:46+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c18e867a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=c18e8882-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:02:46+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c18e867a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=c18e8882-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:02:46+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c18e867a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=c18e8882-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:03:05+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be6c5f30-7711-11ed-a892-ceb2f7e6be05 | InvocationID=be6c60fc-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:03:05+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd2e7350-7711-11ed-a892-ceb2f7e6be05 | InvocationID=cd2e7508-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:03:11+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c18e867a-7711-11ed-a892-ceb2f7e6be05 | InvocationID=c18e8882-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:03:11+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d07e81e4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=d07e8400-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:03:11+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d07e81e4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=d07e8400-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:03:11+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d07e81e4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=d07e8400-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:03:30+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd2e7350-7711-11ed-a892-ceb2f7e6be05 | InvocationID=cd2e7508-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:03:30+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbf2d6a6-7711-11ed-a892-ceb2f7e6be05 | InvocationID=dbf2d930-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:03:36+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d07e81e4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=d07e8400-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:03:36+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df69cdb2-7711-11ed-a892-ceb2f7e6be05 | InvocationID=df69cf7e-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:03:36+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df69cdb2-7711-11ed-a892-ceb2f7e6be05 | InvocationID=df69cf7e-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:03:36+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df69cdb2-7711-11ed-a892-ceb2f7e6be05 | InvocationID=df69cf7e-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:03:55+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbf2d6a6-7711-11ed-a892-ceb2f7e6be05 | InvocationID=dbf2d930-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:03:55+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eabb8fd4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=eabb918c-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:04:01+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df69cdb2-7711-11ed-a892-ceb2f7e6be05 | InvocationID=df69cf7e-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:04:01+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee55a9cc-7711-11ed-a892-ceb2f7e6be05 | InvocationID=ee55ab8e-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:04:01+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee55a9cc-7711-11ed-a892-ceb2f7e6be05 | InvocationID=ee55ab8e-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:04:01+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee55a9cc-7711-11ed-a892-ceb2f7e6be05 | InvocationID=ee55ab8e-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:04:20+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eabb8fd4-7711-11ed-a892-ceb2f7e6be05 | InvocationID=eabb918c-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:04:20+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f98033f8-7711-11ed-a892-ceb2f7e6be05 | InvocationID=f9803632-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:04:26+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee55a9cc-7711-11ed-a892-ceb2f7e6be05 | InvocationID=ee55ab8e-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:04:26+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd415602-7711-11ed-a892-ceb2f7e6be05 | InvocationID=fd4158d2-7711-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:04:26+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd415602-7711-11ed-a892-ceb2f7e6be05 | InvocationID=fd4158d2-7711-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:04:26+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd415602-7711-11ed-a892-ceb2f7e6be05 | InvocationID=fd4158d2-7711-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:04:45+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f98033f8-7711-11ed-a892-ceb2f7e6be05 | InvocationID=f9803632-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:04:45+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0844c12e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=0844c638-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:04:51+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd415602-7711-11ed-a892-ceb2f7e6be05 | InvocationID=fd4158d2-7711-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:04:51+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2ca798-7712-11ed-a892-ceb2f7e6be05 | InvocationID=0c2ca9be-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:04:51+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2ca798-7712-11ed-a892-ceb2f7e6be05 | InvocationID=0c2ca9be-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:04:51+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c2ca798-7712-11ed-a892-ceb2f7e6be05 | InvocationID=0c2ca9be-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:05:09+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0844c12e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=0844c638-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:05:09+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17089136-7712-11ed-a892-ceb2f7e6be05 | InvocationID=170892f8-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:05:16+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c2ca798-7712-11ed-a892-ceb2f7e6be05 | InvocationID=0c2ca9be-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:05:16+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b18a22a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=1b18a3e2-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:05:16+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b18a22a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=1b18a3e2-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:05:16+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b18a22a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=1b18a3e2-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:05:34+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17089136-7712-11ed-a892-ceb2f7e6be05 | InvocationID=170892f8-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:05:34+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25cd7d62-7712-11ed-a892-ceb2f7e6be05 | InvocationID=25cd7f24-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:05:41+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b18a22a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=1b18a3e2-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:05:41+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a04c57a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=2a04c75a-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:05:41+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a04c57a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=2a04c75a-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:05:41+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a04c57a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=2a04c75a-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:05:59+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25cd7d62-7712-11ed-a892-ceb2f7e6be05 | InvocationID=25cd7f24-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:05:59+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34914838-7712-11ed-a892-ceb2f7e6be05 | InvocationID=34914a9a-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:06:06+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a04c57a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=2a04c75a-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:06:06+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38f08c90-7712-11ed-a892-ceb2f7e6be05 | InvocationID=38f08eca-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:06:06+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38f08c90-7712-11ed-a892-ceb2f7e6be05 | InvocationID=38f08eca-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:06:06+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38f08c90-7712-11ed-a892-ceb2f7e6be05 | InvocationID=38f08eca-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:06:24+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34914838-7712-11ed-a892-ceb2f7e6be05 | InvocationID=34914a9a-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:06:24+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43549406-7712-11ed-a892-ceb2f7e6be05 | InvocationID=435495b4-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:06:31+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38f08c90-7712-11ed-a892-ceb2f7e6be05 | InvocationID=38f08eca-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:06:31+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e181be-7712-11ed-a892-ceb2f7e6be05 | InvocationID=47e18402-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:06:31+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47e181be-7712-11ed-a892-ceb2f7e6be05 | InvocationID=47e18402-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:06:31+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e181be-7712-11ed-a892-ceb2f7e6be05 | InvocationID=47e18402-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:06:48+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43549406-7712-11ed-a892-ceb2f7e6be05 | InvocationID=435495b4-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:06:48+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=521b00ce-7712-11ed-a892-ceb2f7e6be05 | InvocationID=521b0272-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:06:56+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47e181be-7712-11ed-a892-ceb2f7e6be05 | InvocationID=47e18402-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:06:56+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cecf2e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=56ced136-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:06:56+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cecf2e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=56ced136-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:06:56+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56cecf2e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=56ced136-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:07:13+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=521b00ce-7712-11ed-a892-ceb2f7e6be05 | InvocationID=521b0272-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:07:13+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60e1c61a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=60e1c85e-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:07:21+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56cecf2e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=56ced136-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:07:21+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bb2f46-7712-11ed-a892-ceb2f7e6be05 | InvocationID=65bb30fe-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:07:21+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bb2f46-7712-11ed-a892-ceb2f7e6be05 | InvocationID=65bb30fe-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:07:21+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bb2f46-7712-11ed-a892-ceb2f7e6be05 | InvocationID=65bb30fe-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:07:38+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60e1c61a-7712-11ed-a892-ceb2f7e6be05 | InvocationID=60e1c85e-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:07:38+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fa6d5d2-7712-11ed-a892-ceb2f7e6be05 | InvocationID=6fa6d802-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:07:46+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bb2f46-7712-11ed-a892-ceb2f7e6be05 | InvocationID=65bb30fe-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:07:46+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a693b0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=74a69612-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:07:46+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a693b0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=74a69612-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:07:46+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a693b0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=74a69612-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:08:03+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fa6d5d2-7712-11ed-a892-ceb2f7e6be05 | InvocationID=6fa6d802-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:08:03+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e6bd068-7712-11ed-a892-ceb2f7e6be05 | InvocationID=7e6bd22a-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:08:11+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74a693b0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=74a69612-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:08:11+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=839218e0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=83921a8e-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:08:11+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=839218e0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=83921a8e-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:08:11+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=839218e0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=83921a8e-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:08:28+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e6bd068-7712-11ed-a892-ceb2f7e6be05 | InvocationID=7e6bd22a-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:08:28+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d2ef382-7712-11ed-a892-ceb2f7e6be05 | InvocationID=8d2ef544-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:08:36+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=839218e0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=83921a8e-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:08:36+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927d6b20-7712-11ed-a892-ceb2f7e6be05 | InvocationID=927d6ce2-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:08:36+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=927d6b20-7712-11ed-a892-ceb2f7e6be05 | InvocationID=927d6ce2-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:08:36+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927d6b20-7712-11ed-a892-ceb2f7e6be05 | InvocationID=927d6ce2-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:08:52+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d2ef382-7712-11ed-a892-ceb2f7e6be05 | InvocationID=8d2ef544-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:08:52+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bf100e0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=9bf102b6-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:09:01+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=927d6b20-7712-11ed-a892-ceb2f7e6be05 | InvocationID=927d6ce2-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:09:01+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a168ef7e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=a168f1d6-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:09:01+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a168ef7e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=a168f1d6-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:09:01+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a168ef7e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=a168f1d6-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:09:17+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9bf100e0-7712-11ed-a892-ceb2f7e6be05 | InvocationID=9bf102b6-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:09:17+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aab4a3a2-7712-11ed-a892-ceb2f7e6be05 | InvocationID=aab4a55a-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:09:26+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a168ef7e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=a168f1d6-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:09:26+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0540492-7712-11ed-a892-ceb2f7e6be05 | InvocationID=b0540a64-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:09:27+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0540492-7712-11ed-a892-ceb2f7e6be05 | InvocationID=b0540a64-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:09:27+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0540492-7712-11ed-a892-ceb2f7e6be05 | InvocationID=b0540a64-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:09:42+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aab4a3a2-7712-11ed-a892-ceb2f7e6be05 | InvocationID=aab4a55a-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:09:42+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9755008-7712-11ed-a892-ceb2f7e6be05 | InvocationID=b97551c0-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:09:52+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0540492-7712-11ed-a892-ceb2f7e6be05 | InvocationID=b0540a64-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:09:52+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf402850-7712-11ed-a892-ceb2f7e6be05 | InvocationID=bf402a08-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:09:52+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf402850-7712-11ed-a892-ceb2f7e6be05 | InvocationID=bf402a08-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:09:52+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf402850-7712-11ed-a892-ceb2f7e6be05 | InvocationID=bf402a08-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:10:07+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9755008-7712-11ed-a892-ceb2f7e6be05 | InvocationID=b97551c0-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:10:07+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8377774-7712-11ed-a892-ceb2f7e6be05 | InvocationID=c83779a4-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:10:17+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf402850-7712-11ed-a892-ceb2f7e6be05 | InvocationID=bf402a08-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:10:17+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce2e69a8-7712-11ed-a892-ceb2f7e6be05 | InvocationID=ce2e6c64-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:10:17+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce2e69a8-7712-11ed-a892-ceb2f7e6be05 | InvocationID=ce2e6c64-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:10:17+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce2e69a8-7712-11ed-a892-ceb2f7e6be05 | InvocationID=ce2e6c64-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:10:31+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8377774-7712-11ed-a892-ceb2f7e6be05 | InvocationID=c83779a4-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:10:31+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6fa13de-7712-11ed-a892-ceb2f7e6be05 | InvocationID=d6fa15aa-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:10:42+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce2e69a8-7712-11ed-a892-ceb2f7e6be05 | InvocationID=ce2e6c64-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:10:42+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1bb07e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=dd1bb24a-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:10:42+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1bb07e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=dd1bb24a-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:10:42+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd1bb07e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=dd1bb24a-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:10:56+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6fa13de-7712-11ed-a892-ceb2f7e6be05 | InvocationID=d6fa15aa-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:10:56+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5bd4e22-7712-11ed-a892-ceb2f7e6be05 | InvocationID=e5bd4ff8-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:11:07+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd1bb07e-7712-11ed-a892-ceb2f7e6be05 | InvocationID=dd1bb24a-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:11:07+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec07960c-7712-11ed-a892-ceb2f7e6be05 | InvocationID=ec0797d8-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:11:07+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec07960c-7712-11ed-a892-ceb2f7e6be05 | InvocationID=ec0797d8-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:11:07+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec07960c-7712-11ed-a892-ceb2f7e6be05 | InvocationID=ec0797d8-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:11:21+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5bd4e22-7712-11ed-a892-ceb2f7e6be05 | InvocationID=e5bd4ff8-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:11:21+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f47f5900-7712-11ed-a892-ceb2f7e6be05 | InvocationID=f47f5ad6-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:11:32+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec07960c-7712-11ed-a892-ceb2f7e6be05 | InvocationID=ec0797d8-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:11:32+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faf3398c-7712-11ed-a892-ceb2f7e6be05 | InvocationID=faf33b76-7712-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:11:32+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faf3398c-7712-11ed-a892-ceb2f7e6be05 | InvocationID=faf33b76-7712-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:11:32+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faf3398c-7712-11ed-a892-ceb2f7e6be05 | InvocationID=faf33b76-7712-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:11:46+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f47f5900-7712-11ed-a892-ceb2f7e6be05 | InvocationID=f47f5ad6-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:11:46+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03414ff2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=034152b8-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:11:57+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faf3398c-7712-11ed-a892-ceb2f7e6be05 | InvocationID=faf33b76-7712-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:11:57+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09dfc49c-7713-11ed-a892-ceb2f7e6be05 | InvocationID=09dfc6a4-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:11:57+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09dfc49c-7713-11ed-a892-ceb2f7e6be05 | InvocationID=09dfc6a4-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:11:57+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09dfc49c-7713-11ed-a892-ceb2f7e6be05 | InvocationID=09dfc6a4-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:12:10+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03414ff2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=034152b8-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:12:10+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1205f394-7713-11ed-a892-ceb2f7e6be05 | InvocationID=1205f5f6-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:12:22+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09dfc49c-7713-11ed-a892-ceb2f7e6be05 | InvocationID=09dfc6a4-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:12:22+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18cb7e74-7713-11ed-a892-ceb2f7e6be05 | InvocationID=18cb8018-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:12:22+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18cb7e74-7713-11ed-a892-ceb2f7e6be05 | InvocationID=18cb8018-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:12:22+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18cb7e74-7713-11ed-a892-ceb2f7e6be05 | InvocationID=18cb8018-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:12:35+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1205f394-7713-11ed-a892-ceb2f7e6be05 | InvocationID=1205f5f6-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:12:35+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20ca5398-7713-11ed-a892-ceb2f7e6be05 | InvocationID=20ca55d2-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:12:47+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18cb7e74-7713-11ed-a892-ceb2f7e6be05 | InvocationID=18cb8018-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:12:47+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b74ec2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=27b750f2-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:12:47+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b74ec2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=27b750f2-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:12:47+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b74ec2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=27b750f2-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:13:00+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20ca5398-7713-11ed-a892-ceb2f7e6be05 | InvocationID=20ca55d2-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:13:00+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f916a60-7713-11ed-a892-ceb2f7e6be05 | InvocationID=2f916c18-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:13:12+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b74ec2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=27b750f2-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:13:12+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a35804-7713-11ed-a892-ceb2f7e6be05 | InvocationID=36a359c6-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:13:12+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a35804-7713-11ed-a892-ceb2f7e6be05 | InvocationID=36a359c6-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:13:12+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36a35804-7713-11ed-a892-ceb2f7e6be05 | InvocationID=36a359c6-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:13:25+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f916a60-7713-11ed-a892-ceb2f7e6be05 | InvocationID=2f916c18-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:13:25+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e5459d6-7713-11ed-a892-ceb2f7e6be05 | InvocationID=3e545b8e-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:13:37+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36a35804-7713-11ed-a892-ceb2f7e6be05 | InvocationID=36a359c6-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:13:37+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=458e803c-7713-11ed-a892-ceb2f7e6be05 | InvocationID=458e838e-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:13:37+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=458e803c-7713-11ed-a892-ceb2f7e6be05 | InvocationID=458e838e-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:13:37+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=458e803c-7713-11ed-a892-ceb2f7e6be05 | InvocationID=458e838e-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:13:49+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e5459d6-7713-11ed-a892-ceb2f7e6be05 | InvocationID=3e545b8e-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:13:49+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d17aee6-7713-11ed-a892-ceb2f7e6be05 | InvocationID=4d17b418-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:14:02+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=458e803c-7713-11ed-a892-ceb2f7e6be05 | InvocationID=458e838e-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:14:02+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=547b08cc-7713-11ed-a892-ceb2f7e6be05 | InvocationID=547b0a84-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:14:02+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=547b08cc-7713-11ed-a892-ceb2f7e6be05 | InvocationID=547b0a84-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:14:02+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=547b08cc-7713-11ed-a892-ceb2f7e6be05 | InvocationID=547b0a84-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:14:14+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d17aee6-7713-11ed-a892-ceb2f7e6be05 | InvocationID=4d17b418-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:14:14+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bd9ce5a-7713-11ed-a892-ceb2f7e6be05 | InvocationID=5bd9d012-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:14:27+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=547b08cc-7713-11ed-a892-ceb2f7e6be05 | InvocationID=547b0a84-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:14:27+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63665ea4-7713-11ed-a892-ceb2f7e6be05 | InvocationID=63666124-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:14:27+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63665ea4-7713-11ed-a892-ceb2f7e6be05 | InvocationID=63666124-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:14:27+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63665ea4-7713-11ed-a892-ceb2f7e6be05 | InvocationID=63666124-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:14:39+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bd9ce5a-7713-11ed-a892-ceb2f7e6be05 | InvocationID=5bd9d012-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:14:39+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aa0aa62-7713-11ed-a892-ceb2f7e6be05 | InvocationID=6aa0ac9c-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:14:52+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63665ea4-7713-11ed-a892-ceb2f7e6be05 | InvocationID=63666124-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:14:52+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725455c4-7713-11ed-a892-ceb2f7e6be05 | InvocationID=7254598e-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:14:52+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=725455c4-7713-11ed-a892-ceb2f7e6be05 | InvocationID=7254598e-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:14:52+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725455c4-7713-11ed-a892-ceb2f7e6be05 | InvocationID=7254598e-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:15:04+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6aa0aa62-7713-11ed-a892-ceb2f7e6be05 | InvocationID=6aa0ac9c-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:15:04+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=796757bc-7713-11ed-a892-ceb2f7e6be05 | InvocationID=79675974-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:15:17+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=725455c4-7713-11ed-a892-ceb2f7e6be05 | InvocationID=7254598e-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:15:17+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=813f95f8-7713-11ed-a892-ceb2f7e6be05 | InvocationID=813f97a6-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:15:17+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=813f95f8-7713-11ed-a892-ceb2f7e6be05 | InvocationID=813f97a6-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:15:17+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=813f95f8-7713-11ed-a892-ceb2f7e6be05 | InvocationID=813f97a6-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:15:29+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=796757bc-7713-11ed-a892-ceb2f7e6be05 | InvocationID=79675974-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:15:29+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=882ae304-7713-11ed-a892-ceb2f7e6be05 | InvocationID=882ae4d0-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:15:42+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=813f95f8-7713-11ed-a892-ceb2f7e6be05 | InvocationID=813f97a6-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:15:42+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902adcee-7713-11ed-a892-ceb2f7e6be05 | InvocationID=902adee2-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:15:42+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=902adcee-7713-11ed-a892-ceb2f7e6be05 | InvocationID=902adee2-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:15:42+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=902adcee-7713-11ed-a892-ceb2f7e6be05 | InvocationID=902adee2-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:15:53+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=882ae304-7713-11ed-a892-ceb2f7e6be05 | InvocationID=882ae4d0-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:15:53+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ee0236-7713-11ed-a892-ceb2f7e6be05 | InvocationID=96ee0470-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:16:07+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=902adcee-7713-11ed-a892-ceb2f7e6be05 | InvocationID=902adee2-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:16:07+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f17e152-7713-11ed-a892-ceb2f7e6be05 | InvocationID=9f17e35a-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:16:07+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f17e152-7713-11ed-a892-ceb2f7e6be05 | InvocationID=9f17e35a-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:16:07+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f17e152-7713-11ed-a892-ceb2f7e6be05 | InvocationID=9f17e35a-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:16:18+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96ee0236-7713-11ed-a892-ceb2f7e6be05 | InvocationID=96ee0470-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:16:18+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b02394-7713-11ed-a892-ceb2f7e6be05 | InvocationID=a5b0254c-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:16:32+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f17e152-7713-11ed-a892-ceb2f7e6be05 | InvocationID=9f17e35a-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:16:32+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae077844-7713-11ed-a892-ceb2f7e6be05 | InvocationID=ae077a06-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:16:32+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae077844-7713-11ed-a892-ceb2f7e6be05 | InvocationID=ae077a06-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:16:32+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae077844-7713-11ed-a892-ceb2f7e6be05 | InvocationID=ae077a06-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:16:43+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5b02394-7713-11ed-a892-ceb2f7e6be05 | InvocationID=a5b0254c-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:16:43+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b472f51e-7713-11ed-a892-ceb2f7e6be05 | InvocationID=b472f6e0-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:16:57+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae077844-7713-11ed-a892-ceb2f7e6be05 | InvocationID=ae077a06-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:16:57+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf2d498-7713-11ed-a892-ceb2f7e6be05 | InvocationID=bcf2d650-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:16:57+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf2d498-7713-11ed-a892-ceb2f7e6be05 | InvocationID=bcf2d650-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:16:57+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf2d498-7713-11ed-a892-ceb2f7e6be05 | InvocationID=bcf2d650-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:17:08+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b472f51e-7713-11ed-a892-ceb2f7e6be05 | InvocationID=b472f6e0-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:17:08+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c338490a-7713-11ed-a892-ceb2f7e6be05 | InvocationID=c3384ad6-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:17:22+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf2d498-7713-11ed-a892-ceb2f7e6be05 | InvocationID=bcf2d650-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:17:22+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbde3b32-7713-11ed-a892-ceb2f7e6be05 | InvocationID=cbde3cfe-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:17:22+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbde3b32-7713-11ed-a892-ceb2f7e6be05 | InvocationID=cbde3cfe-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:17:22+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbde3b32-7713-11ed-a892-ceb2f7e6be05 | InvocationID=cbde3cfe-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:17:32+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c338490a-7713-11ed-a892-ceb2f7e6be05 | InvocationID=c3384ad6-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:17:32+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1faf32a-7713-11ed-a892-ceb2f7e6be05 | InvocationID=d1faf4ec-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:17:47+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbde3b32-7713-11ed-a892-ceb2f7e6be05 | InvocationID=cbde3cfe-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:17:47+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dacaecb2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=dacaee7e-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:17:47+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dacaecb2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=dacaee7e-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:17:47+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dacaecb2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=dacaee7e-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:17:57+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1faf32a-7713-11ed-a892-ceb2f7e6be05 | InvocationID=d1faf4ec-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:17:57+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0be4dda-7713-11ed-a892-ceb2f7e6be05 | InvocationID=e0be5014-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:18:12+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dacaecb2-7713-11ed-a892-ceb2f7e6be05 | InvocationID=dacaee7e-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:18:12+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b6c638-7713-11ed-a892-ceb2f7e6be05 | InvocationID=e9b6c7dc-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:18:12+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b6c638-7713-11ed-a892-ceb2f7e6be05 | InvocationID=e9b6c7dc-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:18:12+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b6c638-7713-11ed-a892-ceb2f7e6be05 | InvocationID=e9b6c7dc-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:18:22+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0be4dda-7713-11ed-a892-ceb2f7e6be05 | InvocationID=e0be5014-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:18:22+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef82adde-7713-11ed-a892-ceb2f7e6be05 | InvocationID=ef82b022-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:18:37+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9b6c638-7713-11ed-a892-ceb2f7e6be05 | InvocationID=e9b6c7dc-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:18:37+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a254c8-7713-11ed-a892-ceb2f7e6be05 | InvocationID=f8a256bc-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:18:37+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a254c8-7713-11ed-a892-ceb2f7e6be05 | InvocationID=f8a256bc-7713-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:18:37+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8a254c8-7713-11ed-a892-ceb2f7e6be05 | InvocationID=f8a256bc-7713-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:18:47+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef82adde-7713-11ed-a892-ceb2f7e6be05 | InvocationID=ef82b022-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:18:47+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe44b902-7713-11ed-a892-ceb2f7e6be05 | InvocationID=fe44baa6-7713-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:19:02+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8a254c8-7713-11ed-a892-ceb2f7e6be05 | InvocationID=f8a256bc-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:19:02+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=078d6c16-7714-11ed-a892-ceb2f7e6be05 | InvocationID=078d6e28-7714-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:19:02+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=078d6c16-7714-11ed-a892-ceb2f7e6be05 | InvocationID=078d6e28-7714-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:19:02+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=078d6c16-7714-11ed-a892-ceb2f7e6be05 | InvocationID=078d6e28-7714-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:19:11+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe44b902-7713-11ed-a892-ceb2f7e6be05 | InvocationID=fe44baa6-7713-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:19:11+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d06723c-7714-11ed-a892-ceb2f7e6be05 | InvocationID=0d0673f4-7714-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:19:27+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=078d6c16-7714-11ed-a892-ceb2f7e6be05 | InvocationID=078d6e28-7714-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:19:27+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=167c5ca0-7714-11ed-a892-ceb2f7e6be05 | InvocationID=167c645c-7714-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:19:27+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=167c5ca0-7714-11ed-a892-ceb2f7e6be05 | InvocationID=167c645c-7714-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:19:27+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=167c5ca0-7714-11ed-a892-ceb2f7e6be05 | InvocationID=167c645c-7714-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:19:36+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d06723c-7714-11ed-a892-ceb2f7e6be05 | InvocationID=0d0673f4-7714-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:19:36+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bcb7600-7714-11ed-a892-ceb2f7e6be05 | InvocationID=1bcb79ac-7714-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:19:52+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=167c5ca0-7714-11ed-a892-ceb2f7e6be05 | InvocationID=167c645c-7714-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:19:52+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=256c0440-7714-11ed-a892-ceb2f7e6be05 | InvocationID=256c08b4-7714-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:19:52+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=256c0440-7714-11ed-a892-ceb2f7e6be05 | InvocationID=256c08b4-7714-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:19:52+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=256c0440-7714-11ed-a892-ceb2f7e6be05 | InvocationID=256c08b4-7714-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:20:01+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bcb7600-7714-11ed-a892-ceb2f7e6be05 | InvocationID=1bcb79ac-7714-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:20:01+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8d7bfc-7714-11ed-a892-ceb2f7e6be05 | InvocationID=2a8d7db4-7714-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T16:20:17+0000 | policy_event_thread | 139985922247456 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=256c0440-7714-11ed-a892-ceb2f7e6be05 | InvocationID=256c08b4-7714-11ed-a892-ceb2f7e6be05 | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T16:20:17+0000 | policy_event_thread | 139985922247456 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3457be0e-7714-11ed-a892-ceb2f7e6be05 | InvocationID=3457c002-7714-11ed-a892-ceb2f7e6be05 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T16:20:17+0000 | policy_event_thread | 139985922247456 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3457be0e-7714-11ed-a892-ceb2f7e6be05 | InvocationID=3457c002-7714-11ed-a892-ceb2f7e6be05 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:20:17+0000 | policy_event_thread | 139985922247456 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3457be0e-7714-11ed-a892-ceb2f7e6be05 | InvocationID=3457c002-7714-11ed-a892-ceb2f7e6be05 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T16:20:26+0000 | aai_event_thread | 139985921186592 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a8d7bfc-7714-11ed-a892-ceb2f7e6be05 | InvocationID=2a8d7db4-7714-11ed-a892-ceb2f7e6be05 | Polling MR for XNF AAI events.
2022-12-08T16:20:26+0000 | aai_event_thread | 139985921186592 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=394f0bba-7714-11ed-a892-ceb2f7e6be05 | InvocationID=394f0e30-7714-11ed-a892-ceb2f7e6be05 | Fetching messages from MR