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-10-09T04:54:58+0000 | MainThread | 139878160383304 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-10-09T04:54:58+0000 | MainThread | 139878160383304 | 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': True, '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': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-10-09T04:54:58+0000 | MainThread | 139878160383304 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-10-09T04:54:58+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:54:58+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a2cd12-478e-11ed-8088-8a89284a3865 | InvocationID=86a2d2da-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:54:58+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-10-09T04:54:58+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a45178-478e-11ed-8088-8a89284a3865 | InvocationID=86a455d8-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:54:59+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a2cd12-478e-11ed-8088-8a89284a3865 | InvocationID=86a2d2da-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:54:59+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a2cd12-478e-11ed-8088-8a89284a3865 | InvocationID=86a2d2da-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:54:59+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86a2cd12-478e-11ed-8088-8a89284a3865 | InvocationID=86a2d2da-478e-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:54:59+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86a45178-478e-11ed-8088-8a89284a3865 | InvocationID=86a455d8-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:54:59+0000 | MainThread | 139878160383304 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-10-09T04:55:19+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86a45178-478e-11ed-8088-8a89284a3865 | InvocationID=86a455d8-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:55:19+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92e18f0a-478e-11ed-8088-8a89284a3865 | InvocationID=92e19126-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:55:19+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92e18f0a-478e-11ed-8088-8a89284a3865 | InvocationID=92e19126-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:55:19+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92e18f0a-478e-11ed-8088-8a89284a3865 | InvocationID=92e19126-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:55:24+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86a2cd12-478e-11ed-8088-8a89284a3865 | InvocationID=86a2d2da-478e-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:55:24+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95dcf9ba-478e-11ed-8088-8a89284a3865 | InvocationID=95dcfc9e-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:55:24+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95dcf9ba-478e-11ed-8088-8a89284a3865 | InvocationID=95dcfc9e-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:55:24+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95dcf9ba-478e-11ed-8088-8a89284a3865 | InvocationID=95dcfc9e-478e-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:55:39+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92e18f0a-478e-11ed-8088-8a89284a3865 | InvocationID=92e19126-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:55:39+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ee05fca-478e-11ed-8088-8a89284a3865 | InvocationID=9ee0622c-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:55:39+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ee05fca-478e-11ed-8088-8a89284a3865 | InvocationID=9ee0622c-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:55:39+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ee05fca-478e-11ed-8088-8a89284a3865 | InvocationID=9ee0622c-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:55:49+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95dcf9ba-478e-11ed-8088-8a89284a3865 | InvocationID=95dcfc9e-478e-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:55:49+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4ce9bae-478e-11ed-8088-8a89284a3865 | InvocationID=a4ce9dde-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:55:49+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4ce9bae-478e-11ed-8088-8a89284a3865 | InvocationID=a4ce9dde-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:55:49+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4ce9bae-478e-11ed-8088-8a89284a3865 | InvocationID=a4ce9dde-478e-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:55:59+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ee05fca-478e-11ed-8088-8a89284a3865 | InvocationID=9ee0622c-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:55:59+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae95f24-478e-11ed-8088-8a89284a3865 | InvocationID=aae96172-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:55:59+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae95f24-478e-11ed-8088-8a89284a3865 | InvocationID=aae96172-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:55:59+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aae95f24-478e-11ed-8088-8a89284a3865 | InvocationID=aae96172-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:56:14+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4ce9bae-478e-11ed-8088-8a89284a3865 | InvocationID=a4ce9dde-478e-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:56:14+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3c6d036-478e-11ed-8088-8a89284a3865 | InvocationID=b3c6d284-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:56:14+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3c6d036-478e-11ed-8088-8a89284a3865 | InvocationID=b3c6d284-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:56:14+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3c6d036-478e-11ed-8088-8a89284a3865 | InvocationID=b3c6d284-478e-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:56:19+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aae95f24-478e-11ed-8088-8a89284a3865 | InvocationID=aae96172-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:56:19+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6e6df5e-478e-11ed-8088-8a89284a3865 | InvocationID=b6e6e210-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:56:19+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6e6df5e-478e-11ed-8088-8a89284a3865 | InvocationID=b6e6e210-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:56:19+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6e6df5e-478e-11ed-8088-8a89284a3865 | InvocationID=b6e6e210-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:56:39+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3c6d036-478e-11ed-8088-8a89284a3865 | InvocationID=b3c6d284-478e-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:56:39+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c414b8-478e-11ed-8088-8a89284a3865 | InvocationID=c2c421f6-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:56:39+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c414b8-478e-11ed-8088-8a89284a3865 | InvocationID=c2c421f6-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:56:39+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2c414b8-478e-11ed-8088-8a89284a3865 | InvocationID=c2c421f6-478e-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:56:39+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6e6df5e-478e-11ed-8088-8a89284a3865 | InvocationID=b6e6e210-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:56:39+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2df67a4-478e-11ed-8088-8a89284a3865 | InvocationID=c2df6952-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:56:39+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2df67a4-478e-11ed-8088-8a89284a3865 | InvocationID=c2df6952-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:56:39+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2df67a4-478e-11ed-8088-8a89284a3865 | InvocationID=c2df6952-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:56:59+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2df67a4-478e-11ed-8088-8a89284a3865 | InvocationID=c2df6952-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:56:59+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ced635ec-478e-11ed-8088-8a89284a3865 | InvocationID=ced638f8-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:57:00+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ced635ec-478e-11ed-8088-8a89284a3865 | InvocationID=ced638f8-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:57:00+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ced635ec-478e-11ed-8088-8a89284a3865 | InvocationID=ced638f8-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:57:04+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2c414b8-478e-11ed-8088-8a89284a3865 | InvocationID=c2c421f6-478e-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:57:04+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1b7c4ba-478e-11ed-8088-8a89284a3865 | InvocationID=d1b7c92e-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:57:04+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1b7c4ba-478e-11ed-8088-8a89284a3865 | InvocationID=d1b7c92e-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:57:04+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1b7c4ba-478e-11ed-8088-8a89284a3865 | InvocationID=d1b7c92e-478e-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:57:20+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ced635ec-478e-11ed-8088-8a89284a3865 | InvocationID=ced638f8-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:57:20+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dad41fbc-478e-11ed-8088-8a89284a3865 | InvocationID=dad4219c-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:57:20+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dad41fbc-478e-11ed-8088-8a89284a3865 | InvocationID=dad4219c-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:57:20+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dad41fbc-478e-11ed-8088-8a89284a3865 | InvocationID=dad4219c-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:57:29+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1b7c4ba-478e-11ed-8088-8a89284a3865 | InvocationID=d1b7c92e-478e-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:57:29+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0aab310-478e-11ed-8088-8a89284a3865 | InvocationID=e0aab55e-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:57:29+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0aab310-478e-11ed-8088-8a89284a3865 | InvocationID=e0aab55e-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:57:29+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0aab310-478e-11ed-8088-8a89284a3865 | InvocationID=e0aab55e-478e-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:57:40+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dad41fbc-478e-11ed-8088-8a89284a3865 | InvocationID=dad4219c-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:57:40+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6cfc884-478e-11ed-8088-8a89284a3865 | InvocationID=e6cfcdde-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:57:40+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6cfc884-478e-11ed-8088-8a89284a3865 | InvocationID=e6cfcdde-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:57:40+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6cfc884-478e-11ed-8088-8a89284a3865 | InvocationID=e6cfcdde-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:57:54+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0aab310-478e-11ed-8088-8a89284a3865 | InvocationID=e0aab55e-478e-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:57:54+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efa10608-478e-11ed-8088-8a89284a3865 | InvocationID=efa10ae0-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:57:55+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efa10608-478e-11ed-8088-8a89284a3865 | InvocationID=efa10ae0-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:57:55+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efa10608-478e-11ed-8088-8a89284a3865 | InvocationID=efa10ae0-478e-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:58:00+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6cfc884-478e-11ed-8088-8a89284a3865 | InvocationID=e6cfcdde-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:58:00+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2c93940-478e-11ed-8088-8a89284a3865 | InvocationID=f2c93bc0-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:58:00+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2c93940-478e-11ed-8088-8a89284a3865 | InvocationID=f2c93bc0-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:58:00+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2c93940-478e-11ed-8088-8a89284a3865 | InvocationID=f2c93bc0-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:58:20+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efa10608-478e-11ed-8088-8a89284a3865 | InvocationID=efa10ae0-478e-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:58:20+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe982894-478e-11ed-8088-8a89284a3865 | InvocationID=fe982b1e-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:58:20+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe982894-478e-11ed-8088-8a89284a3865 | InvocationID=fe982b1e-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:58:20+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe982894-478e-11ed-8088-8a89284a3865 | InvocationID=fe982b1e-478e-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:58:20+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2c93940-478e-11ed-8088-8a89284a3865 | InvocationID=f2c93bc0-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:58:20+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=febff086-478e-11ed-8088-8a89284a3865 | InvocationID=febff2a2-478e-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:58:20+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=febff086-478e-11ed-8088-8a89284a3865 | InvocationID=febff2a2-478e-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:58:20+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=febff086-478e-11ed-8088-8a89284a3865 | InvocationID=febff2a2-478e-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:58:40+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=febff086-478e-11ed-8088-8a89284a3865 | InvocationID=febff2a2-478e-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:58:40+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ab7170c-478f-11ed-8088-8a89284a3865 | InvocationID=0ab719f0-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:58:40+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ab7170c-478f-11ed-8088-8a89284a3865 | InvocationID=0ab719f0-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:58:40+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ab7170c-478f-11ed-8088-8a89284a3865 | InvocationID=0ab719f0-478f-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:58:45+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe982894-478e-11ed-8088-8a89284a3865 | InvocationID=fe982b1e-478e-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:58:45+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d8efc42-478f-11ed-8088-8a89284a3865 | InvocationID=0d8efed6-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:58:45+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d8efc42-478f-11ed-8088-8a89284a3865 | InvocationID=0d8efed6-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:58:45+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d8efc42-478f-11ed-8088-8a89284a3865 | InvocationID=0d8efed6-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:59:00+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ab7170c-478f-11ed-8088-8a89284a3865 | InvocationID=0ab719f0-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:59:00+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b584b2-478f-11ed-8088-8a89284a3865 | InvocationID=16b58e58-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:59:00+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b584b2-478f-11ed-8088-8a89284a3865 | InvocationID=16b58e58-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:59:00+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16b584b2-478f-11ed-8088-8a89284a3865 | InvocationID=16b58e58-478f-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:59:10+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d8efc42-478f-11ed-8088-8a89284a3865 | InvocationID=0d8efed6-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:59:10+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c858fa4-478f-11ed-8088-8a89284a3865 | InvocationID=1c85927e-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:59:10+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c858fa4-478f-11ed-8088-8a89284a3865 | InvocationID=1c85927e-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:59:10+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c858fa4-478f-11ed-8088-8a89284a3865 | InvocationID=1c85927e-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:59:20+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16b584b2-478f-11ed-8088-8a89284a3865 | InvocationID=16b58e58-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:59:20+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b47ec6-478f-11ed-8088-8a89284a3865 | InvocationID=22b48114-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:59:20+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b47ec6-478f-11ed-8088-8a89284a3865 | InvocationID=22b48114-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:59:20+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22b47ec6-478f-11ed-8088-8a89284a3865 | InvocationID=22b48114-478f-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:59:35+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c858fa4-478f-11ed-8088-8a89284a3865 | InvocationID=1c85927e-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T04:59:35+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b783890-478f-11ed-8088-8a89284a3865 | InvocationID=2b783b92-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T04:59:35+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b783890-478f-11ed-8088-8a89284a3865 | InvocationID=2b783b92-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:59:35+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b783890-478f-11ed-8088-8a89284a3865 | InvocationID=2b783b92-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T04:59:40+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22b47ec6-478f-11ed-8088-8a89284a3865 | InvocationID=22b48114-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T04:59:40+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eab67ee-478f-11ed-8088-8a89284a3865 | InvocationID=2eab6a32-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T04:59:40+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eab67ee-478f-11ed-8088-8a89284a3865 | InvocationID=2eab6a32-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T04:59:40+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eab67ee-478f-11ed-8088-8a89284a3865 | InvocationID=2eab6a32-478f-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T05:00:00+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b783890-478f-11ed-8088-8a89284a3865 | InvocationID=2b783b92-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:00:00+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a698250-478f-11ed-8088-8a89284a3865 | InvocationID=3a6984a8-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:00:00+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a698250-478f-11ed-8088-8a89284a3865 | InvocationID=3a6984a8-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:00:00+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a698250-478f-11ed-8088-8a89284a3865 | InvocationID=3a6984a8-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:00:00+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eab67ee-478f-11ed-8088-8a89284a3865 | InvocationID=2eab6a32-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:00:00+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a9fe534-478f-11ed-8088-8a89284a3865 | InvocationID=3a9fe976-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:00:00+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a9fe534-478f-11ed-8088-8a89284a3865 | InvocationID=3a9fe976-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T05:00:00+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a9fe534-478f-11ed-8088-8a89284a3865 | InvocationID=3a9fe976-478f-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T05:00:20+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a9fe534-478f-11ed-8088-8a89284a3865 | InvocationID=3a9fe976-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:00:20+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=469bc948-478f-11ed-8088-8a89284a3865 | InvocationID=469bcb78-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:00:20+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=469bc948-478f-11ed-8088-8a89284a3865 | InvocationID=469bcb78-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T05:00:20+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=469bc948-478f-11ed-8088-8a89284a3865 | InvocationID=469bcb78-478f-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T05:00:25+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a698250-478f-11ed-8088-8a89284a3865 | InvocationID=3a6984a8-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:00:25+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=495ae808-478f-11ed-8088-8a89284a3865 | InvocationID=495aea74-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:00:25+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=495ae808-478f-11ed-8088-8a89284a3865 | InvocationID=495aea74-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:00:25+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=495ae808-478f-11ed-8088-8a89284a3865 | InvocationID=495aea74-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:00:40+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=469bc948-478f-11ed-8088-8a89284a3865 | InvocationID=469bcb78-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:00:40+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52973692-478f-11ed-8088-8a89284a3865 | InvocationID=529739e4-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:00:41+0000 | aai_event_thread | 139878109645600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52973692-478f-11ed-8088-8a89284a3865 | InvocationID=529739e4-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T05:00:41+0000 | aai_event_thread | 139878109645600 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52973692-478f-11ed-8088-8a89284a3865 | InvocationID=529739e4-478f-11ed-8088-8a89284a3865 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-09T05:00:50+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=495ae808-478f-11ed-8088-8a89284a3865 | InvocationID=495aea74-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:00:50+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=584a8d50-478f-11ed-8088-8a89284a3865 | InvocationID=584a94a8-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:00:50+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=584a8d50-478f-11ed-8088-8a89284a3865 | InvocationID=584a94a8-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:00:50+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=584a8d50-478f-11ed-8088-8a89284a3865 | InvocationID=584a94a8-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:01:01+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52973692-478f-11ed-8088-8a89284a3865 | InvocationID=529739e4-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:01:01+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e8d10e8-478f-11ed-8088-8a89284a3865 | InvocationID=5e8d1336-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:01:15+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=584a8d50-478f-11ed-8088-8a89284a3865 | InvocationID=584a94a8-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:01:15+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6746119e-478f-11ed-8088-8a89284a3865 | InvocationID=6746140a-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:01:15+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6746119e-478f-11ed-8088-8a89284a3865 | InvocationID=6746140a-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:01:15+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6746119e-478f-11ed-8088-8a89284a3865 | InvocationID=6746140a-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:01:25+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e8d10e8-478f-11ed-8088-8a89284a3865 | InvocationID=5e8d1336-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:01:25+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d2a6dbc-478f-11ed-8088-8a89284a3865 | InvocationID=6d2a6f60-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:01:40+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6746119e-478f-11ed-8088-8a89284a3865 | InvocationID=6746140a-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:01:40+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763b0452-478f-11ed-8088-8a89284a3865 | InvocationID=763b0f56-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:01:40+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763b0452-478f-11ed-8088-8a89284a3865 | InvocationID=763b0f56-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:01:40+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=763b0452-478f-11ed-8088-8a89284a3865 | InvocationID=763b0f56-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:01:45+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d2a6dbc-478f-11ed-8088-8a89284a3865 | InvocationID=6d2a6f60-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:01:45+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7929ef20-478f-11ed-8088-8a89284a3865 | InvocationID=7929f1aa-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:02:05+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7929ef20-478f-11ed-8088-8a89284a3865 | InvocationID=7929f1aa-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:02:05+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852e433e-478f-11ed-8088-8a89284a3865 | InvocationID=852e4668-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:02:05+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=763b0452-478f-11ed-8088-8a89284a3865 | InvocationID=763b0f56-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:02:05+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85313102-478f-11ed-8088-8a89284a3865 | InvocationID=85313292-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:02:05+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85313102-478f-11ed-8088-8a89284a3865 | InvocationID=85313292-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:02:05+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85313102-478f-11ed-8088-8a89284a3865 | InvocationID=85313292-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:02:26+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=852e433e-478f-11ed-8088-8a89284a3865 | InvocationID=852e4668-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:02:26+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912f61e0-478f-11ed-8088-8a89284a3865 | InvocationID=912f65fa-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:02:30+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85313102-478f-11ed-8088-8a89284a3865 | InvocationID=85313292-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:02:30+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94265a84-478f-11ed-8088-8a89284a3865 | InvocationID=94265cdc-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:02:31+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94265a84-478f-11ed-8088-8a89284a3865 | InvocationID=94265cdc-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:02:31+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94265a84-478f-11ed-8088-8a89284a3865 | InvocationID=94265cdc-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:02:46+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=912f61e0-478f-11ed-8088-8a89284a3865 | InvocationID=912f65fa-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:02:46+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d8c0dda-478f-11ed-8088-8a89284a3865 | InvocationID=9d8c1622-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:02:56+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94265a84-478f-11ed-8088-8a89284a3865 | InvocationID=94265cdc-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:02:56+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a31afce8-478f-11ed-8088-8a89284a3865 | InvocationID=a31afef0-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:02:56+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a31afce8-478f-11ed-8088-8a89284a3865 | InvocationID=a31afef0-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:02:56+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a31afce8-478f-11ed-8088-8a89284a3865 | InvocationID=a31afef0-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:03:11+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d8c0dda-478f-11ed-8088-8a89284a3865 | InvocationID=9d8c1622-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:03:11+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac59d824-478f-11ed-8088-8a89284a3865 | InvocationID=ac59da04-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:03:21+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a31afce8-478f-11ed-8088-8a89284a3865 | InvocationID=a31afef0-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:03:21+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2111958-478f-11ed-8088-8a89284a3865 | InvocationID=b2111b1a-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:03:21+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2111958-478f-11ed-8088-8a89284a3865 | InvocationID=b2111b1a-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:03:21+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2111958-478f-11ed-8088-8a89284a3865 | InvocationID=b2111b1a-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:03:36+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac59d824-478f-11ed-8088-8a89284a3865 | InvocationID=ac59da04-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:03:36+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2339fe-478f-11ed-8088-8a89284a3865 | InvocationID=bb233d14-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:03:46+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2111958-478f-11ed-8088-8a89284a3865 | InvocationID=b2111b1a-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:03:46+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10183a8-478f-11ed-8088-8a89284a3865 | InvocationID=c10186d2-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:03:46+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10183a8-478f-11ed-8088-8a89284a3865 | InvocationID=c10186d2-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:03:46+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c10183a8-478f-11ed-8088-8a89284a3865 | InvocationID=c10186d2-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:04:01+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb2339fe-478f-11ed-8088-8a89284a3865 | InvocationID=bb233d14-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:04:01+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f09e22-478f-11ed-8088-8a89284a3865 | InvocationID=c9f0a11a-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:04:11+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c10183a8-478f-11ed-8088-8a89284a3865 | InvocationID=c10186d2-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:04:11+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff44bac-478f-11ed-8088-8a89284a3865 | InvocationID=cff44d78-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:04:11+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff44bac-478f-11ed-8088-8a89284a3865 | InvocationID=cff44d78-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:04:11+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cff44bac-478f-11ed-8088-8a89284a3865 | InvocationID=cff44d78-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:04:26+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9f09e22-478f-11ed-8088-8a89284a3865 | InvocationID=c9f0a11a-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:04:26+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8bcd0d8-478f-11ed-8088-8a89284a3865 | InvocationID=d8bcd3e4-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:04:36+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cff44bac-478f-11ed-8088-8a89284a3865 | InvocationID=cff44d78-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:04:36+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=def66f5e-478f-11ed-8088-8a89284a3865 | InvocationID=def67f6c-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:04:36+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=def66f5e-478f-11ed-8088-8a89284a3865 | InvocationID=def67f6c-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:04:36+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=def66f5e-478f-11ed-8088-8a89284a3865 | InvocationID=def67f6c-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:04:50+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8bcd0d8-478f-11ed-8088-8a89284a3865 | InvocationID=d8bcd3e4-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:04:50+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e78257aa-478f-11ed-8088-8a89284a3865 | InvocationID=e78259d0-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:05:01+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=def66f5e-478f-11ed-8088-8a89284a3865 | InvocationID=def67f6c-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:05:01+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede80da6-478f-11ed-8088-8a89284a3865 | InvocationID=ede8117a-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:05:01+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede80da6-478f-11ed-8088-8a89284a3865 | InvocationID=ede8117a-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:05:01+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ede80da6-478f-11ed-8088-8a89284a3865 | InvocationID=ede8117a-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:05:15+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e78257aa-478f-11ed-8088-8a89284a3865 | InvocationID=e78259d0-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:05:15+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6531ff8-478f-11ed-8088-8a89284a3865 | InvocationID=f65327d2-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:05:26+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ede80da6-478f-11ed-8088-8a89284a3865 | InvocationID=ede8117a-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:05:26+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcdb28c0-478f-11ed-8088-8a89284a3865 | InvocationID=fcdb2c62-478f-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:05:26+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcdb28c0-478f-11ed-8088-8a89284a3865 | InvocationID=fcdb2c62-478f-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:05:26+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcdb28c0-478f-11ed-8088-8a89284a3865 | InvocationID=fcdb2c62-478f-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:05:40+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6531ff8-478f-11ed-8088-8a89284a3865 | InvocationID=f65327d2-478f-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:05:40+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051c4abe-4790-11ed-8088-8a89284a3865 | InvocationID=051c4dc0-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:05:51+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcdb28c0-478f-11ed-8088-8a89284a3865 | InvocationID=fcdb2c62-478f-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:05:51+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bcc3ad6-4790-11ed-8088-8a89284a3865 | InvocationID=0bcc3e6e-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:05:51+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bcc3ad6-4790-11ed-8088-8a89284a3865 | InvocationID=0bcc3e6e-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:05:51+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bcc3ad6-4790-11ed-8088-8a89284a3865 | InvocationID=0bcc3e6e-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:06:05+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=051c4abe-4790-11ed-8088-8a89284a3865 | InvocationID=051c4dc0-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:06:05+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13e4e434-4790-11ed-8088-8a89284a3865 | InvocationID=13e4e5f6-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:06:16+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bcc3ad6-4790-11ed-8088-8a89284a3865 | InvocationID=0bcc3e6e-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:06:16+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac17b46-4790-11ed-8088-8a89284a3865 | InvocationID=1ac17dee-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:06:16+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac17b46-4790-11ed-8088-8a89284a3865 | InvocationID=1ac17dee-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:06:16+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac17b46-4790-11ed-8088-8a89284a3865 | InvocationID=1ac17dee-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:06:30+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13e4e434-4790-11ed-8088-8a89284a3865 | InvocationID=13e4e5f6-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:06:30+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a9b878-4790-11ed-8088-8a89284a3865 | InvocationID=22a9ba26-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:06:41+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac17b46-4790-11ed-8088-8a89284a3865 | InvocationID=1ac17dee-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:06:41+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b24a04-4790-11ed-8088-8a89284a3865 | InvocationID=29b24be4-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:06:41+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29b24a04-4790-11ed-8088-8a89284a3865 | InvocationID=29b24be4-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:06:41+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29b24a04-4790-11ed-8088-8a89284a3865 | InvocationID=29b24be4-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:06:54+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22a9b878-4790-11ed-8088-8a89284a3865 | InvocationID=22a9ba26-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:06:54+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31726ec2-4790-11ed-8088-8a89284a3865 | InvocationID=31727084-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:07:06+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29b24a04-4790-11ed-8088-8a89284a3865 | InvocationID=29b24be4-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:07:06+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a53094-4790-11ed-8088-8a89284a3865 | InvocationID=38a532a6-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:07:07+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a53094-4790-11ed-8088-8a89284a3865 | InvocationID=38a532a6-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:07:07+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a53094-4790-11ed-8088-8a89284a3865 | InvocationID=38a532a6-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:07:19+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31726ec2-4790-11ed-8088-8a89284a3865 | InvocationID=31727084-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:07:19+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40387f64-4790-11ed-8088-8a89284a3865 | InvocationID=40388720-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:07:32+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38a53094-4790-11ed-8088-8a89284a3865 | InvocationID=38a532a6-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:07:32+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=479726ca-4790-11ed-8088-8a89284a3865 | InvocationID=479729d6-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:07:32+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=479726ca-4790-11ed-8088-8a89284a3865 | InvocationID=479729d6-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:07:32+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=479726ca-4790-11ed-8088-8a89284a3865 | InvocationID=479729d6-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:07:44+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40387f64-4790-11ed-8088-8a89284a3865 | InvocationID=40388720-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:07:44+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f020be6-4790-11ed-8088-8a89284a3865 | InvocationID=4f020e2a-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:07:57+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=479726ca-4790-11ed-8088-8a89284a3865 | InvocationID=479729d6-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:07:57+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5686de5a-4790-11ed-8088-8a89284a3865 | InvocationID=5686e15c-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:07:57+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5686de5a-4790-11ed-8088-8a89284a3865 | InvocationID=5686e15c-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:07:57+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5686de5a-4790-11ed-8088-8a89284a3865 | InvocationID=5686e15c-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:08:09+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f020be6-4790-11ed-8088-8a89284a3865 | InvocationID=4f020e2a-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:08:09+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dc97394-4790-11ed-8088-8a89284a3865 | InvocationID=5dc97696-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:08:22+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5686de5a-4790-11ed-8088-8a89284a3865 | InvocationID=5686e15c-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:08:22+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657a322c-4790-11ed-8088-8a89284a3865 | InvocationID=657a34d4-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:08:22+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657a322c-4790-11ed-8088-8a89284a3865 | InvocationID=657a34d4-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:08:22+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=657a322c-4790-11ed-8088-8a89284a3865 | InvocationID=657a34d4-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:08:34+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dc97394-4790-11ed-8088-8a89284a3865 | InvocationID=5dc97696-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:08:34+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c929fe0-4790-11ed-8088-8a89284a3865 | InvocationID=6c92b002-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:08:47+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=657a322c-4790-11ed-8088-8a89284a3865 | InvocationID=657a34d4-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:08:47+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746de77e-4790-11ed-8088-8a89284a3865 | InvocationID=746de9ea-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:08:47+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746de77e-4790-11ed-8088-8a89284a3865 | InvocationID=746de9ea-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:08:47+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=746de77e-4790-11ed-8088-8a89284a3865 | InvocationID=746de9ea-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:08:58+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c929fe0-4790-11ed-8088-8a89284a3865 | InvocationID=6c92b002-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:08:58+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b5c1934-4790-11ed-8088-8a89284a3865 | InvocationID=7b5c1af6-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:09:12+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=746de77e-4790-11ed-8088-8a89284a3865 | InvocationID=746de9ea-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:09:12+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=835ce1cc-4790-11ed-8088-8a89284a3865 | InvocationID=835ce55a-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:09:12+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=835ce1cc-4790-11ed-8088-8a89284a3865 | InvocationID=835ce55a-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:09:12+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=835ce1cc-4790-11ed-8088-8a89284a3865 | InvocationID=835ce55a-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:09:23+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b5c1934-4790-11ed-8088-8a89284a3865 | InvocationID=7b5c1af6-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:09:23+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a219200-4790-11ed-8088-8a89284a3865 | InvocationID=8a2193b8-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:09:37+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=835ce1cc-4790-11ed-8088-8a89284a3865 | InvocationID=835ce55a-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:09:37+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=925124ae-4790-11ed-8088-8a89284a3865 | InvocationID=92512666-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:09:37+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=925124ae-4790-11ed-8088-8a89284a3865 | InvocationID=92512666-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:09:37+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=925124ae-4790-11ed-8088-8a89284a3865 | InvocationID=92512666-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:09:48+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a219200-4790-11ed-8088-8a89284a3865 | InvocationID=8a2193b8-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:09:48+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e937c0-4790-11ed-8088-8a89284a3865 | InvocationID=98e93bda-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:10:02+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=925124ae-4790-11ed-8088-8a89284a3865 | InvocationID=92512666-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:10:02+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a141ba64-4790-11ed-8088-8a89284a3865 | InvocationID=a141be6a-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:10:02+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a141ba64-4790-11ed-8088-8a89284a3865 | InvocationID=a141be6a-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:10:02+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a141ba64-4790-11ed-8088-8a89284a3865 | InvocationID=a141be6a-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:10:13+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98e937c0-4790-11ed-8088-8a89284a3865 | InvocationID=98e93bda-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:10:13+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7aeaa6a-4790-11ed-8088-8a89284a3865 | InvocationID=a7aead30-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:10:27+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a141ba64-4790-11ed-8088-8a89284a3865 | InvocationID=a141be6a-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:10:27+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b034e4f6-4790-11ed-8088-8a89284a3865 | InvocationID=b034e6b8-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:10:27+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b034e4f6-4790-11ed-8088-8a89284a3865 | InvocationID=b034e6b8-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:10:27+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b034e4f6-4790-11ed-8088-8a89284a3865 | InvocationID=b034e6b8-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:10:38+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7aeaa6a-4790-11ed-8088-8a89284a3865 | InvocationID=a7aead30-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:10:38+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b673b82e-4790-11ed-8088-8a89284a3865 | InvocationID=b673b9dc-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:10:52+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b034e4f6-4790-11ed-8088-8a89284a3865 | InvocationID=b034e6b8-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:10:52+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf24be1e-4790-11ed-8088-8a89284a3865 | InvocationID=bf24c18e-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:10:52+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf24be1e-4790-11ed-8088-8a89284a3865 | InvocationID=bf24c18e-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:10:52+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf24be1e-4790-11ed-8088-8a89284a3865 | InvocationID=bf24c18e-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:11:02+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b673b82e-4790-11ed-8088-8a89284a3865 | InvocationID=b673b9dc-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:11:02+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5386d28-4790-11ed-8088-8a89284a3865 | InvocationID=c5386f80-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:11:17+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf24be1e-4790-11ed-8088-8a89284a3865 | InvocationID=bf24c18e-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:11:17+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce13b722-4790-11ed-8088-8a89284a3865 | InvocationID=ce13b8ee-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:11:17+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce13b722-4790-11ed-8088-8a89284a3865 | InvocationID=ce13b8ee-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:11:17+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce13b722-4790-11ed-8088-8a89284a3865 | InvocationID=ce13b8ee-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:11:27+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5386d28-4790-11ed-8088-8a89284a3865 | InvocationID=c5386f80-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:11:27+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d400092e-4790-11ed-8088-8a89284a3865 | InvocationID=d4000c80-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:11:42+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce13b722-4790-11ed-8088-8a89284a3865 | InvocationID=ce13b8ee-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:11:42+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd02239a-4790-11ed-8088-8a89284a3865 | InvocationID=dd022548-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:11:42+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd02239a-4790-11ed-8088-8a89284a3865 | InvocationID=dd022548-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:11:42+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd02239a-4790-11ed-8088-8a89284a3865 | InvocationID=dd022548-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:11:52+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d400092e-4790-11ed-8088-8a89284a3865 | InvocationID=d4000c80-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:11:52+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c60774-4790-11ed-8088-8a89284a3865 | InvocationID=e2c60ca6-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:12:07+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd02239a-4790-11ed-8088-8a89284a3865 | InvocationID=dd022548-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:12:07+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf1cbf8-4790-11ed-8088-8a89284a3865 | InvocationID=ebf1ce3c-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:12:07+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf1cbf8-4790-11ed-8088-8a89284a3865 | InvocationID=ebf1ce3c-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:12:07+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf1cbf8-4790-11ed-8088-8a89284a3865 | InvocationID=ebf1ce3c-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:12:17+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2c60774-4790-11ed-8088-8a89284a3865 | InvocationID=e2c60ca6-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:12:17+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18b9814-4790-11ed-8088-8a89284a3865 | InvocationID=f18b9a62-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:12:32+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf1cbf8-4790-11ed-8088-8a89284a3865 | InvocationID=ebf1ce3c-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:12:32+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fae6401c-4790-11ed-8088-8a89284a3865 | InvocationID=fae641ca-4790-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:12:32+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fae6401c-4790-11ed-8088-8a89284a3865 | InvocationID=fae641ca-4790-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:12:32+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fae6401c-4790-11ed-8088-8a89284a3865 | InvocationID=fae641ca-4790-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:12:41+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f18b9814-4790-11ed-8088-8a89284a3865 | InvocationID=f18b9a62-4790-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:12:41+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0052c4da-4791-11ed-8088-8a89284a3865 | InvocationID=0052c688-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:12:57+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fae6401c-4790-11ed-8088-8a89284a3865 | InvocationID=fae641ca-4790-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:12:57+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09d53718-4791-11ed-8088-8a89284a3865 | InvocationID=09d53a10-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:12:57+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09d53718-4791-11ed-8088-8a89284a3865 | InvocationID=09d53a10-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:12:57+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09d53718-4791-11ed-8088-8a89284a3865 | InvocationID=09d53a10-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:13:06+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0052c4da-4791-11ed-8088-8a89284a3865 | InvocationID=0052c688-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:13:06+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f16c520-4791-11ed-8088-8a89284a3865 | InvocationID=0f16c78c-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:13:22+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09d53718-4791-11ed-8088-8a89284a3865 | InvocationID=09d53a10-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:13:22+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c5bd06-4791-11ed-8088-8a89284a3865 | InvocationID=18c5bf5e-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:13:23+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c5bd06-4791-11ed-8088-8a89284a3865 | InvocationID=18c5bf5e-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:13:23+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18c5bd06-4791-11ed-8088-8a89284a3865 | InvocationID=18c5bf5e-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:13:31+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f16c520-4791-11ed-8088-8a89284a3865 | InvocationID=0f16c78c-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:13:31+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dde177a-4791-11ed-8088-8a89284a3865 | InvocationID=1dde19aa-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:13:48+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18c5bd06-4791-11ed-8088-8a89284a3865 | InvocationID=18c5bf5e-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:13:48+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b56b72-4791-11ed-8088-8a89284a3865 | InvocationID=27b56e10-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:13:48+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27b56b72-4791-11ed-8088-8a89284a3865 | InvocationID=27b56e10-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:13:48+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b56b72-4791-11ed-8088-8a89284a3865 | InvocationID=27b56e10-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:13:56+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dde177a-4791-11ed-8088-8a89284a3865 | InvocationID=1dde19aa-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:13:56+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca2af6e-4791-11ed-8088-8a89284a3865 | InvocationID=2ca2b202-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:14:13+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27b56b72-4791-11ed-8088-8a89284a3865 | InvocationID=27b56e10-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:14:13+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36ab452a-4791-11ed-8088-8a89284a3865 | InvocationID=36ab46e2-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:14:13+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36ab452a-4791-11ed-8088-8a89284a3865 | InvocationID=36ab46e2-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:14:13+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36ab452a-4791-11ed-8088-8a89284a3865 | InvocationID=36ab46e2-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:14:21+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ca2af6e-4791-11ed-8088-8a89284a3865 | InvocationID=2ca2b202-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:14:21+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b69f6ba-4791-11ed-8088-8a89284a3865 | InvocationID=3b69f976-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:14:38+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36ab452a-4791-11ed-8088-8a89284a3865 | InvocationID=36ab46e2-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:14:38+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459b1a2e-4791-11ed-8088-8a89284a3865 | InvocationID=459b25a0-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:14:38+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459b1a2e-4791-11ed-8088-8a89284a3865 | InvocationID=459b25a0-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:14:38+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459b1a2e-4791-11ed-8088-8a89284a3865 | InvocationID=459b25a0-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:14:45+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b69f6ba-4791-11ed-8088-8a89284a3865 | InvocationID=3b69f976-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:14:45+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a31aeae-4791-11ed-8088-8a89284a3865 | InvocationID=4a31b3f4-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:15:03+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=459b1a2e-4791-11ed-8088-8a89284a3865 | InvocationID=459b25a0-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:15:03+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=548afafe-4791-11ed-8088-8a89284a3865 | InvocationID=548aff0e-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:15:03+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=548afafe-4791-11ed-8088-8a89284a3865 | InvocationID=548aff0e-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:15:03+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=548afafe-4791-11ed-8088-8a89284a3865 | InvocationID=548aff0e-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:15:10+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a31aeae-4791-11ed-8088-8a89284a3865 | InvocationID=4a31b3f4-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:15:10+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f5f6f2-4791-11ed-8088-8a89284a3865 | InvocationID=58f5f954-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:15:28+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=548afafe-4791-11ed-8088-8a89284a3865 | InvocationID=548aff0e-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:15:28+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637d0c50-4791-11ed-8088-8a89284a3865 | InvocationID=637d0f84-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:15:28+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637d0c50-4791-11ed-8088-8a89284a3865 | InvocationID=637d0f84-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:15:28+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=637d0c50-4791-11ed-8088-8a89284a3865 | InvocationID=637d0f84-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:15:35+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58f5f6f2-4791-11ed-8088-8a89284a3865 | InvocationID=58f5f954-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:15:35+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67bb340e-4791-11ed-8088-8a89284a3865 | InvocationID=67bb3648-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:15:53+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=637d0c50-4791-11ed-8088-8a89284a3865 | InvocationID=637d0f84-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:15:53+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=726cc9b2-4791-11ed-8088-8a89284a3865 | InvocationID=726ccc0a-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:15:53+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=726cc9b2-4791-11ed-8088-8a89284a3865 | InvocationID=726ccc0a-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:15:53+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=726cc9b2-4791-11ed-8088-8a89284a3865 | InvocationID=726ccc0a-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:16:00+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67bb340e-4791-11ed-8088-8a89284a3865 | InvocationID=67bb3648-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:16:00+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7682ec70-4791-11ed-8088-8a89284a3865 | InvocationID=76830dc2-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:16:18+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=726cc9b2-4791-11ed-8088-8a89284a3865 | InvocationID=726ccc0a-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:16:18+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=815d5d56-4791-11ed-8088-8a89284a3865 | InvocationID=815d6daa-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:16:18+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=815d5d56-4791-11ed-8088-8a89284a3865 | InvocationID=815d6daa-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:16:18+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=815d5d56-4791-11ed-8088-8a89284a3865 | InvocationID=815d6daa-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:16:25+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7682ec70-4791-11ed-8088-8a89284a3865 | InvocationID=76830dc2-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:16:25+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854c4f58-4791-11ed-8088-8a89284a3865 | InvocationID=854c511a-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:16:43+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=815d5d56-4791-11ed-8088-8a89284a3865 | InvocationID=815d6daa-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:16:43+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=904d7ff8-4791-11ed-8088-8a89284a3865 | InvocationID=904d8340-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:16:43+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=904d7ff8-4791-11ed-8088-8a89284a3865 | InvocationID=904d8340-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:16:43+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=904d7ff8-4791-11ed-8088-8a89284a3865 | InvocationID=904d8340-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:16:49+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=854c4f58-4791-11ed-8088-8a89284a3865 | InvocationID=854c511a-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:16:49+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=941447ca-4791-11ed-8088-8a89284a3865 | InvocationID=94144978-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:17:08+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=904d7ff8-4791-11ed-8088-8a89284a3865 | InvocationID=904d8340-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:17:08+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f3d56c8-4791-11ed-8088-8a89284a3865 | InvocationID=9f3d58da-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:17:08+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f3d56c8-4791-11ed-8088-8a89284a3865 | InvocationID=9f3d58da-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:17:08+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f3d56c8-4791-11ed-8088-8a89284a3865 | InvocationID=9f3d58da-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:17:14+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=941447ca-4791-11ed-8088-8a89284a3865 | InvocationID=94144978-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:17:14+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2da653c-4791-11ed-8088-8a89284a3865 | InvocationID=a2da71ee-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:17:33+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f3d56c8-4791-11ed-8088-8a89284a3865 | InvocationID=9f3d58da-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:17:33+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae2ce928-4791-11ed-8088-8a89284a3865 | InvocationID=ae2ced10-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:17:33+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae2ce928-4791-11ed-8088-8a89284a3865 | InvocationID=ae2ced10-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:17:33+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae2ce928-4791-11ed-8088-8a89284a3865 | InvocationID=ae2ced10-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:17:39+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2da653c-4791-11ed-8088-8a89284a3865 | InvocationID=a2da71ee-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:17:39+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1a7e030-4791-11ed-8088-8a89284a3865 | InvocationID=b1a7e31e-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:17:58+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae2ce928-4791-11ed-8088-8a89284a3865 | InvocationID=ae2ced10-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:17:58+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd1b5b7c-4791-11ed-8088-8a89284a3865 | InvocationID=bd1b5d98-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:17:58+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd1b5b7c-4791-11ed-8088-8a89284a3865 | InvocationID=bd1b5d98-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:17:58+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd1b5b7c-4791-11ed-8088-8a89284a3865 | InvocationID=bd1b5d98-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:18:04+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1a7e030-4791-11ed-8088-8a89284a3865 | InvocationID=b1a7e31e-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:18:04+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c07ad00e-4791-11ed-8088-8a89284a3865 | InvocationID=c07ad284-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:18:23+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd1b5b7c-4791-11ed-8088-8a89284a3865 | InvocationID=bd1b5d98-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:18:23+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0d6184-4791-11ed-8088-8a89284a3865 | InvocationID=cc0d636e-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:18:23+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc0d6184-4791-11ed-8088-8a89284a3865 | InvocationID=cc0d636e-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:18:23+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc0d6184-4791-11ed-8088-8a89284a3865 | InvocationID=cc0d636e-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:18:29+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c07ad00e-4791-11ed-8088-8a89284a3865 | InvocationID=c07ad284-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:18:29+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4159a0-4791-11ed-8088-8a89284a3865 | InvocationID=cf415bf8-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:18:48+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc0d6184-4791-11ed-8088-8a89284a3865 | InvocationID=cc0d636e-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:18:48+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dafc2888-4791-11ed-8088-8a89284a3865 | InvocationID=dafc2dba-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:18:48+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dafc2888-4791-11ed-8088-8a89284a3865 | InvocationID=dafc2dba-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:18:48+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dafc2888-4791-11ed-8088-8a89284a3865 | InvocationID=dafc2dba-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:18:53+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf4159a0-4791-11ed-8088-8a89284a3865 | InvocationID=cf415bf8-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:18:53+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de04cd8c-4791-11ed-8088-8a89284a3865 | InvocationID=de04cff8-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:19:13+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dafc2888-4791-11ed-8088-8a89284a3865 | InvocationID=dafc2dba-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:19:13+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ec14b6-4791-11ed-8088-8a89284a3865 | InvocationID=e9ec23f2-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:19:13+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ec14b6-4791-11ed-8088-8a89284a3865 | InvocationID=e9ec23f2-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:19:13+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9ec14b6-4791-11ed-8088-8a89284a3865 | InvocationID=e9ec23f2-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:19:18+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de04cd8c-4791-11ed-8088-8a89284a3865 | InvocationID=de04cff8-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:19:18+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecc9d704-4791-11ed-8088-8a89284a3865 | InvocationID=ecc9d970-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:19:38+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9ec14b6-4791-11ed-8088-8a89284a3865 | InvocationID=e9ec23f2-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:19:38+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8dc3852-4791-11ed-8088-8a89284a3865 | InvocationID=f8dc3aa0-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:19:38+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8dc3852-4791-11ed-8088-8a89284a3865 | InvocationID=f8dc3aa0-4791-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:19:38+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8dc3852-4791-11ed-8088-8a89284a3865 | InvocationID=f8dc3aa0-4791-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:19:43+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecc9d704-4791-11ed-8088-8a89284a3865 | InvocationID=ecc9d970-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:19:43+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb8fcdd4-4791-11ed-8088-8a89284a3865 | InvocationID=fb8fd0ea-4791-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:20:03+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8dc3852-4791-11ed-8088-8a89284a3865 | InvocationID=f8dc3aa0-4791-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:20:03+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07caa7fe-4792-11ed-8088-8a89284a3865 | InvocationID=07caac36-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:20:04+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07caa7fe-4792-11ed-8088-8a89284a3865 | InvocationID=07caac36-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:20:04+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07caa7fe-4792-11ed-8088-8a89284a3865 | InvocationID=07caac36-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:20:08+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb8fcdd4-4791-11ed-8088-8a89284a3865 | InvocationID=fb8fd0ea-4791-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:20:08+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a581e84-4792-11ed-8088-8a89284a3865 | InvocationID=0a582050-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:20:29+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07caa7fe-4792-11ed-8088-8a89284a3865 | InvocationID=07caac36-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:20:29+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16ba0b7e-4792-11ed-8088-8a89284a3865 | InvocationID=16ba1024-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:20:29+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16ba0b7e-4792-11ed-8088-8a89284a3865 | InvocationID=16ba1024-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:20:29+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16ba0b7e-4792-11ed-8088-8a89284a3865 | InvocationID=16ba1024-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:20:33+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a581e84-4792-11ed-8088-8a89284a3865 | InvocationID=0a582050-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:20:33+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=191e8fd4-4792-11ed-8088-8a89284a3865 | InvocationID=191e9236-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:20:54+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16ba0b7e-4792-11ed-8088-8a89284a3865 | InvocationID=16ba1024-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:20:54+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a9acc0-4792-11ed-8088-8a89284a3865 | InvocationID=25a9b1fc-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:20:54+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a9acc0-4792-11ed-8088-8a89284a3865 | InvocationID=25a9b1fc-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:20:54+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a9acc0-4792-11ed-8088-8a89284a3865 | InvocationID=25a9b1fc-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:20:57+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=191e8fd4-4792-11ed-8088-8a89284a3865 | InvocationID=191e9236-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:20:57+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27e568e4-4792-11ed-8088-8a89284a3865 | InvocationID=27e56b64-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:21:19+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a9acc0-4792-11ed-8088-8a89284a3865 | InvocationID=25a9b1fc-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:21:19+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349ab062-4792-11ed-8088-8a89284a3865 | InvocationID=349ab594-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:21:19+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349ab062-4792-11ed-8088-8a89284a3865 | InvocationID=349ab594-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:21:19+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=349ab062-4792-11ed-8088-8a89284a3865 | InvocationID=349ab594-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:21:22+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27e568e4-4792-11ed-8088-8a89284a3865 | InvocationID=27e56b64-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:21:22+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36aa6f00-4792-11ed-8088-8a89284a3865 | InvocationID=36aa72a2-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:21:44+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=349ab062-4792-11ed-8088-8a89284a3865 | InvocationID=349ab594-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:21:44+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438a88c2-4792-11ed-8088-8a89284a3865 | InvocationID=438a8ec6-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:21:44+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438a88c2-4792-11ed-8088-8a89284a3865 | InvocationID=438a8ec6-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:21:44+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=438a88c2-4792-11ed-8088-8a89284a3865 | InvocationID=438a8ec6-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:21:47+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36aa6f00-4792-11ed-8088-8a89284a3865 | InvocationID=36aa72a2-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:21:47+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4575c94e-4792-11ed-8088-8a89284a3865 | InvocationID=4575cb06-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:22:09+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=438a88c2-4792-11ed-8088-8a89284a3865 | InvocationID=438a8ec6-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:22:09+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=527bdb6a-4792-11ed-8088-8a89284a3865 | InvocationID=527bdd2c-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:22:09+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=527bdb6a-4792-11ed-8088-8a89284a3865 | InvocationID=527bdd2c-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:22:09+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=527bdb6a-4792-11ed-8088-8a89284a3865 | InvocationID=527bdd2c-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:22:12+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4575c94e-4792-11ed-8088-8a89284a3865 | InvocationID=4575cb06-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:22:12+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543b8748-4792-11ed-8088-8a89284a3865 | InvocationID=543b8a5e-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:22:34+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=527bdb6a-4792-11ed-8088-8a89284a3865 | InvocationID=527bdd2c-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:22:34+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616b97a0-4792-11ed-8088-8a89284a3865 | InvocationID=616b99f8-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:22:34+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616b97a0-4792-11ed-8088-8a89284a3865 | InvocationID=616b99f8-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:22:34+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616b97a0-4792-11ed-8088-8a89284a3865 | InvocationID=616b99f8-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:22:37+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=543b8748-4792-11ed-8088-8a89284a3865 | InvocationID=543b8a5e-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:22:37+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6300c996-4792-11ed-8088-8a89284a3865 | InvocationID=6300cc2a-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:22:59+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616b97a0-4792-11ed-8088-8a89284a3865 | InvocationID=616b99f8-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:22:59+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705b24c4-4792-11ed-8088-8a89284a3865 | InvocationID=705b2780-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:22:59+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=705b24c4-4792-11ed-8088-8a89284a3865 | InvocationID=705b2780-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:22:59+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=705b24c4-4792-11ed-8088-8a89284a3865 | InvocationID=705b2780-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:23:01+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6300c996-4792-11ed-8088-8a89284a3865 | InvocationID=6300cc2a-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:23:01+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71c7d596-4792-11ed-8088-8a89284a3865 | InvocationID=71c7d762-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:23:24+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=705b24c4-4792-11ed-8088-8a89284a3865 | InvocationID=705b2780-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:23:24+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f4d3b0c-4792-11ed-8088-8a89284a3865 | InvocationID=7f4d3df0-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:23:24+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f4d3b0c-4792-11ed-8088-8a89284a3865 | InvocationID=7f4d3df0-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:23:24+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f4d3b0c-4792-11ed-8088-8a89284a3865 | InvocationID=7f4d3df0-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:23:26+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71c7d596-4792-11ed-8088-8a89284a3865 | InvocationID=71c7d762-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:23:26+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=808db172-4792-11ed-8088-8a89284a3865 | InvocationID=808db384-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:23:49+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f4d3b0c-4792-11ed-8088-8a89284a3865 | InvocationID=7f4d3df0-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:23:49+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e3ee98a-4792-11ed-8088-8a89284a3865 | InvocationID=8e3eec6e-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:23:49+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e3ee98a-4792-11ed-8088-8a89284a3865 | InvocationID=8e3eec6e-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:23:49+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e3ee98a-4792-11ed-8088-8a89284a3865 | InvocationID=8e3eec6e-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:23:51+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=808db172-4792-11ed-8088-8a89284a3865 | InvocationID=808db384-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:23:51+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f56f506-4792-11ed-8088-8a89284a3865 | InvocationID=8f56f6dc-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:24:14+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e3ee98a-4792-11ed-8088-8a89284a3865 | InvocationID=8e3eec6e-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:24:14+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d2d024c-4792-11ed-8088-8a89284a3865 | InvocationID=9d2d04e0-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:24:14+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d2d024c-4792-11ed-8088-8a89284a3865 | InvocationID=9d2d04e0-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:24:14+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d2d024c-4792-11ed-8088-8a89284a3865 | InvocationID=9d2d04e0-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:24:16+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f56f506-4792-11ed-8088-8a89284a3865 | InvocationID=8f56f6dc-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:24:16+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e1bffe6-4792-11ed-8088-8a89284a3865 | InvocationID=9e1c02de-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:24:39+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d2d024c-4792-11ed-8088-8a89284a3865 | InvocationID=9d2d04e0-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:24:39+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac205d3a-4792-11ed-8088-8a89284a3865 | InvocationID=ac205fb0-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:24:39+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac205d3a-4792-11ed-8088-8a89284a3865 | InvocationID=ac205fb0-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:24:39+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac205d3a-4792-11ed-8088-8a89284a3865 | InvocationID=ac205fb0-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:24:40+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e1bffe6-4792-11ed-8088-8a89284a3865 | InvocationID=9e1c02de-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:24:40+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ace2396e-4792-11ed-8088-8a89284a3865 | InvocationID=ace23bda-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:25:04+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac205d3a-4792-11ed-8088-8a89284a3865 | InvocationID=ac205fb0-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:25:04+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb0f07c4-4792-11ed-8088-8a89284a3865 | InvocationID=bb0f099a-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:25:04+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb0f07c4-4792-11ed-8088-8a89284a3865 | InvocationID=bb0f099a-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:25:04+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb0f07c4-4792-11ed-8088-8a89284a3865 | InvocationID=bb0f099a-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:25:05+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ace2396e-4792-11ed-8088-8a89284a3865 | InvocationID=ace23bda-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:25:05+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bba8be5a-4792-11ed-8088-8a89284a3865 | InvocationID=bba8c10c-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:25:29+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb0f07c4-4792-11ed-8088-8a89284a3865 | InvocationID=bb0f099a-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:25:29+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca02cfd6-4792-11ed-8088-8a89284a3865 | InvocationID=ca02d1e8-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:25:29+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca02cfd6-4792-11ed-8088-8a89284a3865 | InvocationID=ca02d1e8-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:25:29+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca02cfd6-4792-11ed-8088-8a89284a3865 | InvocationID=ca02d1e8-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:25:30+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bba8be5a-4792-11ed-8088-8a89284a3865 | InvocationID=bba8c10c-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:25:30+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca6cdd72-4792-11ed-8088-8a89284a3865 | InvocationID=ca6cdfa2-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:25:54+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca02cfd6-4792-11ed-8088-8a89284a3865 | InvocationID=ca02d1e8-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:25:54+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f4d584-4792-11ed-8088-8a89284a3865 | InvocationID=d8f4d746-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:25:54+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f4d584-4792-11ed-8088-8a89284a3865 | InvocationID=d8f4d746-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:25:54+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8f4d584-4792-11ed-8088-8a89284a3865 | InvocationID=d8f4d746-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:25:55+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca6cdd72-4792-11ed-8088-8a89284a3865 | InvocationID=ca6cdfa2-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:25:55+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d93595b0-4792-11ed-8088-8a89284a3865 | InvocationID=d93597c2-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:26:19+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8f4d584-4792-11ed-8088-8a89284a3865 | InvocationID=d8f4d746-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:26:19+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e7d21c-4792-11ed-8088-8a89284a3865 | InvocationID=e7e7d514-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:26:20+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7e7d21c-4792-11ed-8088-8a89284a3865 | InvocationID=e7e7d514-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:26:20+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7e7d21c-4792-11ed-8088-8a89284a3865 | InvocationID=e7e7d514-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:26:20+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d93595b0-4792-11ed-8088-8a89284a3865 | InvocationID=d93597c2-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:26:20+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7fd7ffe-4792-11ed-8088-8a89284a3865 | InvocationID=e7fd81b6-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:26:44+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7fd7ffe-4792-11ed-8088-8a89284a3865 | InvocationID=e7fd81b6-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:26:44+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6c29b00-4792-11ed-8088-8a89284a3865 | InvocationID=f6c29ccc-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:26:45+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7e7d21c-4792-11ed-8088-8a89284a3865 | InvocationID=e7e7d514-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:26:45+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6da85b2-4792-11ed-8088-8a89284a3865 | InvocationID=f6da876a-4792-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:26:45+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6da85b2-4792-11ed-8088-8a89284a3865 | InvocationID=f6da876a-4792-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:26:45+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6da85b2-4792-11ed-8088-8a89284a3865 | InvocationID=f6da876a-4792-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:27:09+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6c29b00-4792-11ed-8088-8a89284a3865 | InvocationID=f6c29ccc-4792-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:27:09+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05871cba-4793-11ed-8088-8a89284a3865 | InvocationID=05872444-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:27:10+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6da85b2-4792-11ed-8088-8a89284a3865 | InvocationID=f6da876a-4792-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:27:10+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c9e4fa-4793-11ed-8088-8a89284a3865 | InvocationID=05c9e6b2-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:27:10+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c9e4fa-4793-11ed-8088-8a89284a3865 | InvocationID=05c9e6b2-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:27:10+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c9e4fa-4793-11ed-8088-8a89284a3865 | InvocationID=05c9e6b2-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:27:34+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05871cba-4793-11ed-8088-8a89284a3865 | InvocationID=05872444-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:27:34+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1454357a-4793-11ed-8088-8a89284a3865 | InvocationID=1454396c-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:27:35+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c9e4fa-4793-11ed-8088-8a89284a3865 | InvocationID=05c9e6b2-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:27:35+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14b93498-4793-11ed-8088-8a89284a3865 | InvocationID=14b936c8-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:27:35+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14b93498-4793-11ed-8088-8a89284a3865 | InvocationID=14b936c8-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:27:35+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14b93498-4793-11ed-8088-8a89284a3865 | InvocationID=14b936c8-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:27:59+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1454357a-4793-11ed-8088-8a89284a3865 | InvocationID=1454396c-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:27:59+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2318099c-4793-11ed-8088-8a89284a3865 | InvocationID=23180c12-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:28:00+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14b93498-4793-11ed-8088-8a89284a3865 | InvocationID=14b936c8-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:28:00+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23a73040-4793-11ed-8088-8a89284a3865 | InvocationID=23a73202-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:28:00+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23a73040-4793-11ed-8088-8a89284a3865 | InvocationID=23a73202-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:28:00+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23a73040-4793-11ed-8088-8a89284a3865 | InvocationID=23a73202-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:28:24+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2318099c-4793-11ed-8088-8a89284a3865 | InvocationID=23180c12-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:28:24+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31df7b0e-4793-11ed-8088-8a89284a3865 | InvocationID=31df7e24-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:28:25+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23a73040-4793-11ed-8088-8a89284a3865 | InvocationID=23a73202-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:28:25+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3294fcc2-4793-11ed-8088-8a89284a3865 | InvocationID=3294ff06-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:28:25+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3294fcc2-4793-11ed-8088-8a89284a3865 | InvocationID=3294ff06-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:28:25+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3294fcc2-4793-11ed-8088-8a89284a3865 | InvocationID=3294ff06-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:28:48+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31df7b0e-4793-11ed-8088-8a89284a3865 | InvocationID=31df7e24-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:28:48+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40a61cce-4793-11ed-8088-8a89284a3865 | InvocationID=40a61f3a-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:28:50+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3294fcc2-4793-11ed-8088-8a89284a3865 | InvocationID=3294ff06-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:28:50+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41830fd0-4793-11ed-8088-8a89284a3865 | InvocationID=418311d8-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:28:50+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41830fd0-4793-11ed-8088-8a89284a3865 | InvocationID=418311d8-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:28:50+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41830fd0-4793-11ed-8088-8a89284a3865 | InvocationID=418311d8-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:29:13+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40a61cce-4793-11ed-8088-8a89284a3865 | InvocationID=40a61f3a-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:29:13+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f6d926e-4793-11ed-8088-8a89284a3865 | InvocationID=4f6d952a-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:29:15+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41830fd0-4793-11ed-8088-8a89284a3865 | InvocationID=418311d8-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:29:15+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5073d7ea-4793-11ed-8088-8a89284a3865 | InvocationID=5073dbf0-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:29:15+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5073d7ea-4793-11ed-8088-8a89284a3865 | InvocationID=5073dbf0-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:29:15+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5073d7ea-4793-11ed-8088-8a89284a3865 | InvocationID=5073dbf0-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:29:38+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f6d926e-4793-11ed-8088-8a89284a3865 | InvocationID=4f6d952a-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:29:38+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e336864-4793-11ed-8088-8a89284a3865 | InvocationID=5e336c9c-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:29:40+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5073d7ea-4793-11ed-8088-8a89284a3865 | InvocationID=5073dbf0-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:29:40+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f647700-4793-11ed-8088-8a89284a3865 | InvocationID=5f647d2c-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:29:40+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f647700-4793-11ed-8088-8a89284a3865 | InvocationID=5f647d2c-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:29:40+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f647700-4793-11ed-8088-8a89284a3865 | InvocationID=5f647d2c-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:30:03+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e336864-4793-11ed-8088-8a89284a3865 | InvocationID=5e336c9c-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:30:03+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cf92208-4793-11ed-8088-8a89284a3865 | InvocationID=6cf9246a-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:30:05+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f647700-4793-11ed-8088-8a89284a3865 | InvocationID=5f647d2c-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:30:05+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e5381e8-4793-11ed-8088-8a89284a3865 | InvocationID=6e5391c4-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:30:05+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e5381e8-4793-11ed-8088-8a89284a3865 | InvocationID=6e5391c4-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:30:05+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e5381e8-4793-11ed-8088-8a89284a3865 | InvocationID=6e5391c4-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:30:28+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cf92208-4793-11ed-8088-8a89284a3865 | InvocationID=6cf9246a-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:30:28+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bc175ba-4793-11ed-8088-8a89284a3865 | InvocationID=7bc178b2-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:30:30+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e5381e8-4793-11ed-8088-8a89284a3865 | InvocationID=6e5391c4-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:30:30+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d43b8a8-4793-11ed-8088-8a89284a3865 | InvocationID=7d43bae2-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:30:30+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d43b8a8-4793-11ed-8088-8a89284a3865 | InvocationID=7d43bae2-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:30:30+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d43b8a8-4793-11ed-8088-8a89284a3865 | InvocationID=7d43bae2-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:30:52+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bc175ba-4793-11ed-8088-8a89284a3865 | InvocationID=7bc178b2-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:30:52+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a87b852-4793-11ed-8088-8a89284a3865 | InvocationID=8a87bcc6-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:30:55+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d43b8a8-4793-11ed-8088-8a89284a3865 | InvocationID=7d43bae2-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:30:55+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c3576d0-4793-11ed-8088-8a89284a3865 | InvocationID=8c357950-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:30:55+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c3576d0-4793-11ed-8088-8a89284a3865 | InvocationID=8c357950-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:30:55+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c3576d0-4793-11ed-8088-8a89284a3865 | InvocationID=8c357950-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:31:17+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a87b852-4793-11ed-8088-8a89284a3865 | InvocationID=8a87bcc6-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:31:17+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=994c00d2-4793-11ed-8088-8a89284a3865 | InvocationID=994c038e-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:31:20+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c3576d0-4793-11ed-8088-8a89284a3865 | InvocationID=8c357950-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:31:20+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b243dca-4793-11ed-8088-8a89284a3865 | InvocationID=9b243fdc-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:31:20+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b243dca-4793-11ed-8088-8a89284a3865 | InvocationID=9b243fdc-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:31:20+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b243dca-4793-11ed-8088-8a89284a3865 | InvocationID=9b243fdc-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:31:42+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=994c00d2-4793-11ed-8088-8a89284a3865 | InvocationID=994c038e-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:31:42+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8126fd4-4793-11ed-8088-8a89284a3865 | InvocationID=a8127312-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-09T05:31:45+0000 | policy_event_thread | 139878110706464 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b243dca-4793-11ed-8088-8a89284a3865 | InvocationID=9b243fdc-4793-11ed-8088-8a89284a3865 | Polling MR for XNF activation/deactivation policy response events.
2022-10-09T05:31:45+0000 | policy_event_thread | 139878110706464 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa13bfc2-4793-11ed-8088-8a89284a3865 | InvocationID=aa13c2f6-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-09T05:31:45+0000 | policy_event_thread | 139878110706464 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa13bfc2-4793-11ed-8088-8a89284a3865 | InvocationID=aa13c2f6-4793-11ed-8088-8a89284a3865 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:31:45+0000 | policy_event_thread | 139878110706464 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa13bfc2-4793-11ed-8088-8a89284a3865 | InvocationID=aa13c2f6-4793-11ed-8088-8a89284a3865 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-09T05:32:07+0000 | aai_event_thread | 139878109645600 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8126fd4-4793-11ed-8088-8a89284a3865 | InvocationID=a8127312-4793-11ed-8088-8a89284a3865 | Polling MR for XNF AAI events.
2022-10-09T05:32:07+0000 | aai_event_thread | 139878109645600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6d9d5d4-4793-11ed-8088-8a89284a3865 | InvocationID=b6d9d7e6-4793-11ed-8088-8a89284a3865 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT