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())
2023-01-11T03:12:34+0000 | MainThread | 139653709651272 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-11T03:12:34+0000 | MainThread | 139653709651272 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2023-01-11T03:12:34+0000 | MainThread | 139653709651272 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-11T03:12:34+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:12:34+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb364ab2-915d-11ed-8605-e23c3b85b627 | InvocationID=cb364dd2-915d-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:12:34+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-11T03:12:34+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb38f046-915d-11ed-8605-e23c3b85b627 | InvocationID=cb38f14a-915d-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:12:34+0000 | MainThread | 139653709651272 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-11T03:12:35+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb364ab2-915d-11ed-8605-e23c3b85b627 | InvocationID=cb364dd2-915d-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:12:35+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb364ab2-915d-11ed-8605-e23c3b85b627 | InvocationID=cb364dd2-915d-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:12:35+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb38f046-915d-11ed-8605-e23c3b85b627 | InvocationID=cb38f14a-915d-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:12:35+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb38f046-915d-11ed-8605-e23c3b85b627 | InvocationID=cb38f14a-915d-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:12:55+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb38f046-915d-11ed-8605-e23c3b85b627 | InvocationID=cb38f14a-915d-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:12:55+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d788bee4-915d-11ed-8605-e23c3b85b627 | InvocationID=d788c0ba-915d-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:12:55+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d788bee4-915d-11ed-8605-e23c3b85b627 | InvocationID=d788c0ba-915d-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:12:55+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d788bee4-915d-11ed-8605-e23c3b85b627 | InvocationID=d788c0ba-915d-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:13:00+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb364ab2-915d-11ed-8605-e23c3b85b627 | InvocationID=cb364dd2-915d-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:13:00+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da7fc570-915d-11ed-8605-e23c3b85b627 | InvocationID=da7fc714-915d-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:13:00+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da7fc570-915d-11ed-8605-e23c3b85b627 | InvocationID=da7fc714-915d-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:13:00+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da7fc570-915d-11ed-8605-e23c3b85b627 | InvocationID=da7fc714-915d-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:13:15+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d788bee4-915d-11ed-8605-e23c3b85b627 | InvocationID=d788c0ba-915d-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:13:15+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e381b660-915d-11ed-8605-e23c3b85b627 | InvocationID=e381b8a4-915d-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:13:15+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e381b660-915d-11ed-8605-e23c3b85b627 | InvocationID=e381b8a4-915d-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:13:15+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e381b660-915d-11ed-8605-e23c3b85b627 | InvocationID=e381b8a4-915d-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:13:25+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da7fc570-915d-11ed-8605-e23c3b85b627 | InvocationID=da7fc714-915d-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:13:25+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e981f85e-915d-11ed-8605-e23c3b85b627 | InvocationID=e981fa52-915d-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:13:25+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e981f85e-915d-11ed-8605-e23c3b85b627 | InvocationID=e981fa52-915d-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:13:25+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e981f85e-915d-11ed-8605-e23c3b85b627 | InvocationID=e981fa52-915d-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:13:35+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e381b660-915d-11ed-8605-e23c3b85b627 | InvocationID=e381b8a4-915d-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:13:35+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef798bf0-915d-11ed-8605-e23c3b85b627 | InvocationID=ef798ede-915d-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:13:35+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef798bf0-915d-11ed-8605-e23c3b85b627 | InvocationID=ef798ede-915d-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:13:35+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef798bf0-915d-11ed-8605-e23c3b85b627 | InvocationID=ef798ede-915d-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:13:50+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e981f85e-915d-11ed-8605-e23c3b85b627 | InvocationID=e981fa52-915d-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:13:50+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8755964-915d-11ed-8605-e23c3b85b627 | InvocationID=f8755c5c-915d-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:13:50+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8755964-915d-11ed-8605-e23c3b85b627 | InvocationID=f8755c5c-915d-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:13:50+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8755964-915d-11ed-8605-e23c3b85b627 | InvocationID=f8755c5c-915d-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:13:55+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef798bf0-915d-11ed-8605-e23c3b85b627 | InvocationID=ef798ede-915d-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:13:55+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb6d3cb8-915d-11ed-8605-e23c3b85b627 | InvocationID=fb6d3ea2-915d-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:13:55+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb6d3cb8-915d-11ed-8605-e23c3b85b627 | InvocationID=fb6d3ea2-915d-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:13:55+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb6d3cb8-915d-11ed-8605-e23c3b85b627 | InvocationID=fb6d3ea2-915d-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:14:15+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb6d3cb8-915d-11ed-8605-e23c3b85b627 | InvocationID=fb6d3ea2-915d-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:14:15+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=075eaf84-915e-11ed-8605-e23c3b85b627 | InvocationID=075ebca4-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:14:15+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=075eaf84-915e-11ed-8605-e23c3b85b627 | InvocationID=075ebca4-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:14:15+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=075eaf84-915e-11ed-8605-e23c3b85b627 | InvocationID=075ebca4-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:14:15+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8755964-915d-11ed-8605-e23c3b85b627 | InvocationID=f8755c5c-915d-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:14:15+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=076de8fa-915e-11ed-8605-e23c3b85b627 | InvocationID=076deab2-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:14:15+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=076de8fa-915e-11ed-8605-e23c3b85b627 | InvocationID=076deab2-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:14:15+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=076de8fa-915e-11ed-8605-e23c3b85b627 | InvocationID=076deab2-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:14:35+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=075eaf84-915e-11ed-8605-e23c3b85b627 | InvocationID=075ebca4-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:14:35+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13575d36-915e-11ed-8605-e23c3b85b627 | InvocationID=13576722-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:14:35+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13575d36-915e-11ed-8605-e23c3b85b627 | InvocationID=13576722-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:14:35+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13575d36-915e-11ed-8605-e23c3b85b627 | InvocationID=13576722-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:14:40+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=076de8fa-915e-11ed-8605-e23c3b85b627 | InvocationID=076deab2-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:14:40+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=166347b0-915e-11ed-8605-e23c3b85b627 | InvocationID=16634a1c-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:14:40+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=166347b0-915e-11ed-8605-e23c3b85b627 | InvocationID=16634a1c-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:14:40+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=166347b0-915e-11ed-8605-e23c3b85b627 | InvocationID=16634a1c-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:14:55+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13575d36-915e-11ed-8605-e23c3b85b627 | InvocationID=13576722-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:14:55+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f4c2aae-915e-11ed-8605-e23c3b85b627 | InvocationID=1f4c2cb6-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:14:55+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f4c2aae-915e-11ed-8605-e23c3b85b627 | InvocationID=1f4c2cb6-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:14:55+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f4c2aae-915e-11ed-8605-e23c3b85b627 | InvocationID=1f4c2cb6-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:15:05+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=166347b0-915e-11ed-8605-e23c3b85b627 | InvocationID=16634a1c-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:15:05+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25594972-915e-11ed-8605-e23c3b85b627 | InvocationID=25594b5c-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:15:05+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25594972-915e-11ed-8605-e23c3b85b627 | InvocationID=25594b5c-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:15:05+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25594972-915e-11ed-8605-e23c3b85b627 | InvocationID=25594b5c-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:15:15+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f4c2aae-915e-11ed-8605-e23c3b85b627 | InvocationID=1f4c2cb6-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:15:15+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b413ffc-915e-11ed-8605-e23c3b85b627 | InvocationID=2b41424a-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:15:15+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b413ffc-915e-11ed-8605-e23c3b85b627 | InvocationID=2b41424a-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:15:15+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b413ffc-915e-11ed-8605-e23c3b85b627 | InvocationID=2b41424a-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:15:30+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25594972-915e-11ed-8605-e23c3b85b627 | InvocationID=25594b5c-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:15:30+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344899ce-915e-11ed-8605-e23c3b85b627 | InvocationID=34489b86-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:15:30+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344899ce-915e-11ed-8605-e23c3b85b627 | InvocationID=34489b86-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:15:30+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344899ce-915e-11ed-8605-e23c3b85b627 | InvocationID=34489b86-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:15:35+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b413ffc-915e-11ed-8605-e23c3b85b627 | InvocationID=2b41424a-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:15:35+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3740bd46-915e-11ed-8605-e23c3b85b627 | InvocationID=3740bfb2-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:15:35+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3740bd46-915e-11ed-8605-e23c3b85b627 | InvocationID=3740bfb2-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:15:35+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3740bd46-915e-11ed-8605-e23c3b85b627 | InvocationID=3740bfb2-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:15:55+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3740bd46-915e-11ed-8605-e23c3b85b627 | InvocationID=3740bfb2-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:15:55+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43342b92-915e-11ed-8605-e23c3b85b627 | InvocationID=43342d9a-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:15:55+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43342b92-915e-11ed-8605-e23c3b85b627 | InvocationID=43342d9a-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:15:55+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43342b92-915e-11ed-8605-e23c3b85b627 | InvocationID=43342d9a-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:15:56+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344899ce-915e-11ed-8605-e23c3b85b627 | InvocationID=34489b86-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:15:56+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4346b91a-915e-11ed-8605-e23c3b85b627 | InvocationID=4346bb5e-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:15:56+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4346b91a-915e-11ed-8605-e23c3b85b627 | InvocationID=4346bb5e-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:15:56+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4346b91a-915e-11ed-8605-e23c3b85b627 | InvocationID=4346bb5e-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:16:15+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43342b92-915e-11ed-8605-e23c3b85b627 | InvocationID=43342d9a-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:16:15+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f27c828-915e-11ed-8605-e23c3b85b627 | InvocationID=4f27d07a-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:16:16+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f27c828-915e-11ed-8605-e23c3b85b627 | InvocationID=4f27d07a-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:16:16+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f27c828-915e-11ed-8605-e23c3b85b627 | InvocationID=4f27d07a-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:16:21+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4346b91a-915e-11ed-8605-e23c3b85b627 | InvocationID=4346bb5e-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:16:21+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52324566-915e-11ed-8605-e23c3b85b627 | InvocationID=523247aa-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:16:21+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52324566-915e-11ed-8605-e23c3b85b627 | InvocationID=523247aa-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:16:21+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52324566-915e-11ed-8605-e23c3b85b627 | InvocationID=523247aa-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:16:36+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f27c828-915e-11ed-8605-e23c3b85b627 | InvocationID=4f27d07a-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:16:36+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b212070-915e-11ed-8605-e23c3b85b627 | InvocationID=5b2123a4-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:16:36+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b212070-915e-11ed-8605-e23c3b85b627 | InvocationID=5b2123a4-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:16:36+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b212070-915e-11ed-8605-e23c3b85b627 | InvocationID=5b2123a4-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:16:46+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52324566-915e-11ed-8605-e23c3b85b627 | InvocationID=523247aa-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:16:46+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=611ee962-915e-11ed-8605-e23c3b85b627 | InvocationID=611eeb38-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:16:46+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=611ee962-915e-11ed-8605-e23c3b85b627 | InvocationID=611eeb38-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:16:46+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=611ee962-915e-11ed-8605-e23c3b85b627 | InvocationID=611eeb38-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:16:56+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b212070-915e-11ed-8605-e23c3b85b627 | InvocationID=5b2123a4-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:16:56+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67134ade-915e-11ed-8605-e23c3b85b627 | InvocationID=67134ca0-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:16:56+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67134ade-915e-11ed-8605-e23c3b85b627 | InvocationID=67134ca0-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:16:56+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67134ade-915e-11ed-8605-e23c3b85b627 | InvocationID=67134ca0-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:17:11+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=611ee962-915e-11ed-8605-e23c3b85b627 | InvocationID=611eeb38-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:17:11+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=701999bc-915e-11ed-8605-e23c3b85b627 | InvocationID=70199d5e-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:17:11+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=701999bc-915e-11ed-8605-e23c3b85b627 | InvocationID=70199d5e-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:17:11+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=701999bc-915e-11ed-8605-e23c3b85b627 | InvocationID=70199d5e-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:17:16+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67134ade-915e-11ed-8605-e23c3b85b627 | InvocationID=67134ca0-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:17:16+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73071582-915e-11ed-8605-e23c3b85b627 | InvocationID=73071bb8-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:17:16+0000 | aai_event_thread | 139653658897184 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73071582-915e-11ed-8605-e23c3b85b627 | InvocationID=73071bb8-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:17:16+0000 | aai_event_thread | 139653658897184 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73071582-915e-11ed-8605-e23c3b85b627 | InvocationID=73071bb8-915e-11ed-8605-e23c3b85b627 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-11T03:17:36+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73071582-915e-11ed-8605-e23c3b85b627 | InvocationID=73071bb8-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:17:36+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7efd1c38-915e-11ed-8605-e23c3b85b627 | InvocationID=7efd1e18-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:17:36+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=701999bc-915e-11ed-8605-e23c3b85b627 | InvocationID=70199d5e-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:17:36+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f06dee4-915e-11ed-8605-e23c3b85b627 | InvocationID=7f06e088-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:17:36+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f06dee4-915e-11ed-8605-e23c3b85b627 | InvocationID=7f06e088-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:17:36+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f06dee4-915e-11ed-8605-e23c3b85b627 | InvocationID=7f06e088-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:18:01+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f06dee4-915e-11ed-8605-e23c3b85b627 | InvocationID=7f06e088-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:18:01+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8df99586-915e-11ed-8605-e23c3b85b627 | InvocationID=8df99748-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:18:01+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8df99586-915e-11ed-8605-e23c3b85b627 | InvocationID=8df99748-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:18:01+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8df99586-915e-11ed-8605-e23c3b85b627 | InvocationID=8df99748-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:18:01+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7efd1c38-915e-11ed-8605-e23c3b85b627 | InvocationID=7efd1e18-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:18:01+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e144b10-915e-11ed-8605-e23c3b85b627 | InvocationID=8e144d72-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:18:21+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e144b10-915e-11ed-8605-e23c3b85b627 | InvocationID=8e144d72-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:18:21+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a11aa98-915e-11ed-8605-e23c3b85b627 | InvocationID=9a11acbe-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:18:26+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8df99586-915e-11ed-8605-e23c3b85b627 | InvocationID=8df99748-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:18:26+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ce555da-915e-11ed-8605-e23c3b85b627 | InvocationID=9ce55792-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:18:26+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ce555da-915e-11ed-8605-e23c3b85b627 | InvocationID=9ce55792-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:18:26+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ce555da-915e-11ed-8605-e23c3b85b627 | InvocationID=9ce55792-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:18:41+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a11aa98-915e-11ed-8605-e23c3b85b627 | InvocationID=9a11acbe-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:18:41+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a61655e6-915e-11ed-8605-e23c3b85b627 | InvocationID=a61657b2-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:18:51+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ce555da-915e-11ed-8605-e23c3b85b627 | InvocationID=9ce55792-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:18:51+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abd1f3a0-915e-11ed-8605-e23c3b85b627 | InvocationID=abd1f56c-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:18:51+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abd1f3a0-915e-11ed-8605-e23c3b85b627 | InvocationID=abd1f56c-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:18:51+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abd1f3a0-915e-11ed-8605-e23c3b85b627 | InvocationID=abd1f56c-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:19:02+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a61655e6-915e-11ed-8605-e23c3b85b627 | InvocationID=a61657b2-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:19:02+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b24e7604-915e-11ed-8605-e23c3b85b627 | InvocationID=b24e7802-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:19:16+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abd1f3a0-915e-11ed-8605-e23c3b85b627 | InvocationID=abd1f56c-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:19:16+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac2cbdc-915e-11ed-8605-e23c3b85b627 | InvocationID=bac2ce7a-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:19:16+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac2cbdc-915e-11ed-8605-e23c3b85b627 | InvocationID=bac2ce7a-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:19:16+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bac2cbdc-915e-11ed-8605-e23c3b85b627 | InvocationID=bac2ce7a-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:19:22+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b24e7604-915e-11ed-8605-e23c3b85b627 | InvocationID=b24e7802-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:19:22+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be940852-915e-11ed-8605-e23c3b85b627 | InvocationID=be940a32-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:19:41+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bac2cbdc-915e-11ed-8605-e23c3b85b627 | InvocationID=bac2ce7a-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:19:41+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b22c3c-915e-11ed-8605-e23c3b85b627 | InvocationID=c9b22e58-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:19:41+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b22c3c-915e-11ed-8605-e23c3b85b627 | InvocationID=c9b22e58-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:19:41+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b22c3c-915e-11ed-8605-e23c3b85b627 | InvocationID=c9b22e58-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:19:47+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be940852-915e-11ed-8605-e23c3b85b627 | InvocationID=be940a32-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:19:47+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd5ed45c-915e-11ed-8605-e23c3b85b627 | InvocationID=cd5ed61e-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:20:06+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b22c3c-915e-11ed-8605-e23c3b85b627 | InvocationID=c9b22e58-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:20:06+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89e6e40-915e-11ed-8605-e23c3b85b627 | InvocationID=d89e72a0-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:20:06+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89e6e40-915e-11ed-8605-e23c3b85b627 | InvocationID=d89e72a0-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:20:06+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d89e6e40-915e-11ed-8605-e23c3b85b627 | InvocationID=d89e72a0-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:20:12+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd5ed45c-915e-11ed-8605-e23c3b85b627 | InvocationID=cd5ed61e-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:20:12+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc588980-915e-11ed-8605-e23c3b85b627 | InvocationID=dc5891b4-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:20:31+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d89e6e40-915e-11ed-8605-e23c3b85b627 | InvocationID=d89e72a0-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:20:31+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e78bef54-915e-11ed-8605-e23c3b85b627 | InvocationID=e78bf21a-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:20:31+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e78bef54-915e-11ed-8605-e23c3b85b627 | InvocationID=e78bf21a-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:20:31+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e78bef54-915e-11ed-8605-e23c3b85b627 | InvocationID=e78bf21a-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:20:37+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc588980-915e-11ed-8605-e23c3b85b627 | InvocationID=dc5891b4-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:20:37+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb32cfc4-915e-11ed-8605-e23c3b85b627 | InvocationID=eb32d2a8-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:20:56+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e78bef54-915e-11ed-8605-e23c3b85b627 | InvocationID=e78bf21a-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:20:56+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f68186a4-915e-11ed-8605-e23c3b85b627 | InvocationID=f6818a8c-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:20:56+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f68186a4-915e-11ed-8605-e23c3b85b627 | InvocationID=f6818a8c-915e-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:20:56+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f68186a4-915e-11ed-8605-e23c3b85b627 | InvocationID=f6818a8c-915e-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:21:02+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb32cfc4-915e-11ed-8605-e23c3b85b627 | InvocationID=eb32d2a8-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:21:02+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa137d72-915e-11ed-8605-e23c3b85b627 | InvocationID=fa1381f0-915e-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:21:21+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f68186a4-915e-11ed-8605-e23c3b85b627 | InvocationID=f6818a8c-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:21:21+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=056fc680-915f-11ed-8605-e23c3b85b627 | InvocationID=056fcb94-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:21:21+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=056fc680-915f-11ed-8605-e23c3b85b627 | InvocationID=056fcb94-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:21:21+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=056fc680-915f-11ed-8605-e23c3b85b627 | InvocationID=056fcb94-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:21:27+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa137d72-915e-11ed-8605-e23c3b85b627 | InvocationID=fa1381f0-915e-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:21:27+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08d9389c-915f-11ed-8605-e23c3b85b627 | InvocationID=08d93acc-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:21:46+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=056fc680-915f-11ed-8605-e23c3b85b627 | InvocationID=056fcb94-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:21:46+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=145cea9c-915f-11ed-8605-e23c3b85b627 | InvocationID=145ceef2-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:21:46+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=145cea9c-915f-11ed-8605-e23c3b85b627 | InvocationID=145ceef2-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:21:46+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=145cea9c-915f-11ed-8605-e23c3b85b627 | InvocationID=145ceef2-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:21:52+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08d9389c-915f-11ed-8605-e23c3b85b627 | InvocationID=08d93acc-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:21:52+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=179de008-915f-11ed-8605-e23c3b85b627 | InvocationID=179de1d4-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:22:11+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=145cea9c-915f-11ed-8605-e23c3b85b627 | InvocationID=145ceef2-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:22:11+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2349f8c4-915f-11ed-8605-e23c3b85b627 | InvocationID=2349fa86-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:22:11+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2349f8c4-915f-11ed-8605-e23c3b85b627 | InvocationID=2349fa86-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:22:11+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2349f8c4-915f-11ed-8605-e23c3b85b627 | InvocationID=2349fa86-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:22:17+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=179de008-915f-11ed-8605-e23c3b85b627 | InvocationID=179de1d4-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:22:17+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=267043c8-915f-11ed-8605-e23c3b85b627 | InvocationID=2670458a-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:22:36+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2349f8c4-915f-11ed-8605-e23c3b85b627 | InvocationID=2349fa86-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:22:36+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3235f680-915f-11ed-8605-e23c3b85b627 | InvocationID=323603fa-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:22:36+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3235f680-915f-11ed-8605-e23c3b85b627 | InvocationID=323603fa-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:22:36+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3235f680-915f-11ed-8605-e23c3b85b627 | InvocationID=323603fa-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:22:41+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=267043c8-915f-11ed-8605-e23c3b85b627 | InvocationID=2670458a-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:22:41+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3536d5a2-915f-11ed-8605-e23c3b85b627 | InvocationID=3536e57e-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:23:01+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3235f680-915f-11ed-8605-e23c3b85b627 | InvocationID=323603fa-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:23:01+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41273c4e-915f-11ed-8605-e23c3b85b627 | InvocationID=4127409a-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:23:01+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41273c4e-915f-11ed-8605-e23c3b85b627 | InvocationID=4127409a-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:23:01+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41273c4e-915f-11ed-8605-e23c3b85b627 | InvocationID=4127409a-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:23:06+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3536d5a2-915f-11ed-8605-e23c3b85b627 | InvocationID=3536e57e-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:23:06+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44080d9e-915f-11ed-8605-e23c3b85b627 | InvocationID=44080f56-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:23:26+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41273c4e-915f-11ed-8605-e23c3b85b627 | InvocationID=4127409a-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:23:26+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50131872-915f-11ed-8605-e23c3b85b627 | InvocationID=50131d72-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:23:26+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50131872-915f-11ed-8605-e23c3b85b627 | InvocationID=50131d72-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:23:26+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50131872-915f-11ed-8605-e23c3b85b627 | InvocationID=50131d72-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:23:31+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44080d9e-915f-11ed-8605-e23c3b85b627 | InvocationID=44080f56-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:23:31+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52d4e040-915f-11ed-8605-e23c3b85b627 | InvocationID=52d4e27a-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:23:51+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50131872-915f-11ed-8605-e23c3b85b627 | InvocationID=50131d72-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:23:51+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efe2520-915f-11ed-8605-e23c3b85b627 | InvocationID=5efe2962-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:23:52+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efe2520-915f-11ed-8605-e23c3b85b627 | InvocationID=5efe2962-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:23:52+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5efe2520-915f-11ed-8605-e23c3b85b627 | InvocationID=5efe2962-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:23:56+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52d4e040-915f-11ed-8605-e23c3b85b627 | InvocationID=52d4e27a-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:23:56+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=619edb8a-915f-11ed-8605-e23c3b85b627 | InvocationID=619ede3c-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:24:17+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5efe2520-915f-11ed-8605-e23c3b85b627 | InvocationID=5efe2962-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:24:17+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dec3b12-915f-11ed-8605-e23c3b85b627 | InvocationID=6dec408a-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:24:17+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dec3b12-915f-11ed-8605-e23c3b85b627 | InvocationID=6dec408a-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:24:17+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dec3b12-915f-11ed-8605-e23c3b85b627 | InvocationID=6dec408a-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:24:21+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=619edb8a-915f-11ed-8605-e23c3b85b627 | InvocationID=619ede3c-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:24:21+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70662fba-915f-11ed-8605-e23c3b85b627 | InvocationID=706648ba-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:24:42+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dec3b12-915f-11ed-8605-e23c3b85b627 | InvocationID=6dec408a-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:24:42+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cd922b6-915f-11ed-8605-e23c3b85b627 | InvocationID=7cd926a8-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:24:42+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cd922b6-915f-11ed-8605-e23c3b85b627 | InvocationID=7cd926a8-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:24:42+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cd922b6-915f-11ed-8605-e23c3b85b627 | InvocationID=7cd926a8-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:24:46+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70662fba-915f-11ed-8605-e23c3b85b627 | InvocationID=706648ba-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:24:46+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f307528-915f-11ed-8605-e23c3b85b627 | InvocationID=7f307758-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:25:07+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cd922b6-915f-11ed-8605-e23c3b85b627 | InvocationID=7cd926a8-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:25:07+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc85b34-915f-11ed-8605-e23c3b85b627 | InvocationID=8bc85d0a-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:25:07+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc85b34-915f-11ed-8605-e23c3b85b627 | InvocationID=8bc85d0a-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:25:07+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bc85b34-915f-11ed-8605-e23c3b85b627 | InvocationID=8bc85d0a-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:25:10+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f307528-915f-11ed-8605-e23c3b85b627 | InvocationID=7f307758-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:25:10+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8df9232a-915f-11ed-8605-e23c3b85b627 | InvocationID=8df924ec-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:25:32+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bc85b34-915f-11ed-8605-e23c3b85b627 | InvocationID=8bc85d0a-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:25:32+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ab6b7b2-915f-11ed-8605-e23c3b85b627 | InvocationID=9ab6b96a-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:25:32+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ab6b7b2-915f-11ed-8605-e23c3b85b627 | InvocationID=9ab6b96a-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:25:32+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ab6b7b2-915f-11ed-8605-e23c3b85b627 | InvocationID=9ab6b96a-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:25:35+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8df9232a-915f-11ed-8605-e23c3b85b627 | InvocationID=8df924ec-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:25:35+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc74a8a-915f-11ed-8605-e23c3b85b627 | InvocationID=9cc74cc4-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:25:57+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ab6b7b2-915f-11ed-8605-e23c3b85b627 | InvocationID=9ab6b96a-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:25:57+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a29bd8-915f-11ed-8605-e23c3b85b627 | InvocationID=a9a29e30-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:25:57+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a29bd8-915f-11ed-8605-e23c3b85b627 | InvocationID=a9a29e30-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:25:57+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a29bd8-915f-11ed-8605-e23c3b85b627 | InvocationID=a9a29e30-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:26:00+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cc74a8a-915f-11ed-8605-e23c3b85b627 | InvocationID=9cc74cc4-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:26:00+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab8f2efc-915f-11ed-8605-e23c3b85b627 | InvocationID=ab8f30be-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:26:22+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a29bd8-915f-11ed-8605-e23c3b85b627 | InvocationID=a9a29e30-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:26:22+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89ab472-915f-11ed-8605-e23c3b85b627 | InvocationID=b89ac084-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:26:22+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89ab472-915f-11ed-8605-e23c3b85b627 | InvocationID=b89ac084-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:26:22+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89ab472-915f-11ed-8605-e23c3b85b627 | InvocationID=b89ac084-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:26:25+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab8f2efc-915f-11ed-8605-e23c3b85b627 | InvocationID=ab8f30be-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:26:25+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba5ecc26-915f-11ed-8605-e23c3b85b627 | InvocationID=ba5ece38-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:26:47+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89ab472-915f-11ed-8605-e23c3b85b627 | InvocationID=b89ac084-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:26:47+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78b9a32-915f-11ed-8605-e23c3b85b627 | InvocationID=c78b9c58-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:26:47+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78b9a32-915f-11ed-8605-e23c3b85b627 | InvocationID=c78b9c58-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:26:47+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c78b9a32-915f-11ed-8605-e23c3b85b627 | InvocationID=c78b9c58-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:26:50+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba5ecc26-915f-11ed-8605-e23c3b85b627 | InvocationID=ba5ece38-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:26:50+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9247c88-915f-11ed-8605-e23c3b85b627 | InvocationID=c9247eb8-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:27:12+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c78b9a32-915f-11ed-8605-e23c3b85b627 | InvocationID=c78b9c58-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:27:12+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d67e9878-915f-11ed-8605-e23c3b85b627 | InvocationID=d67e9a94-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:27:12+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d67e9878-915f-11ed-8605-e23c3b85b627 | InvocationID=d67e9a94-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:27:12+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d67e9878-915f-11ed-8605-e23c3b85b627 | InvocationID=d67e9a94-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:27:14+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9247c88-915f-11ed-8605-e23c3b85b627 | InvocationID=c9247eb8-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:27:14+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f8cc64-915f-11ed-8605-e23c3b85b627 | InvocationID=d7f8ce3a-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:27:37+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d67e9878-915f-11ed-8605-e23c3b85b627 | InvocationID=d67e9a94-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:27:37+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e57079dc-915f-11ed-8605-e23c3b85b627 | InvocationID=e5707c84-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:27:37+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e57079dc-915f-11ed-8605-e23c3b85b627 | InvocationID=e5707c84-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:27:37+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e57079dc-915f-11ed-8605-e23c3b85b627 | InvocationID=e5707c84-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:27:39+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7f8cc64-915f-11ed-8605-e23c3b85b627 | InvocationID=d7f8ce3a-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:27:39+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6d42b02-915f-11ed-8605-e23c3b85b627 | InvocationID=e6d42d6e-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:28:02+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e57079dc-915f-11ed-8605-e23c3b85b627 | InvocationID=e5707c84-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:28:02+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4622274-915f-11ed-8605-e23c3b85b627 | InvocationID=f4622e68-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:28:03+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4622274-915f-11ed-8605-e23c3b85b627 | InvocationID=f4622e68-915f-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:28:03+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4622274-915f-11ed-8605-e23c3b85b627 | InvocationID=f4622e68-915f-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:28:04+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6d42b02-915f-11ed-8605-e23c3b85b627 | InvocationID=e6d42d6e-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:28:04+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ad68f0-915f-11ed-8605-e23c3b85b627 | InvocationID=f5ad6a9e-915f-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:28:28+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4622274-915f-11ed-8605-e23c3b85b627 | InvocationID=f4622e68-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:28:28+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0397d874-9160-11ed-8605-e23c3b85b627 | InvocationID=0397da54-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:28:28+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0397d874-9160-11ed-8605-e23c3b85b627 | InvocationID=0397da54-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:28:28+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0397d874-9160-11ed-8605-e23c3b85b627 | InvocationID=0397da54-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:28:33+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5ad68f0-915f-11ed-8605-e23c3b85b627 | InvocationID=f5ad6a9e-915f-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:28:33+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06fc1db8-9160-11ed-8605-e23c3b85b627 | InvocationID=06fc1ff2-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:28:53+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0397d874-9160-11ed-8605-e23c3b85b627 | InvocationID=0397da54-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:28:53+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1294b0e0-9160-11ed-8605-e23c3b85b627 | InvocationID=1294b388-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:28:53+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1294b0e0-9160-11ed-8605-e23c3b85b627 | InvocationID=1294b388-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:28:53+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1294b0e0-9160-11ed-8605-e23c3b85b627 | InvocationID=1294b388-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:28:59+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06fc1db8-9160-11ed-8605-e23c3b85b627 | InvocationID=06fc1ff2-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:28:59+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=167a5002-9160-11ed-8605-e23c3b85b627 | InvocationID=167a51ec-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:29:18+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1294b0e0-9160-11ed-8605-e23c3b85b627 | InvocationID=1294b388-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:29:18+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21b7cea4-9160-11ed-8605-e23c3b85b627 | InvocationID=21b7d124-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:29:18+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21b7cea4-9160-11ed-8605-e23c3b85b627 | InvocationID=21b7d124-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:29:18+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21b7cea4-9160-11ed-8605-e23c3b85b627 | InvocationID=21b7d124-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:29:25+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=167a5002-9160-11ed-8605-e23c3b85b627 | InvocationID=167a51ec-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:29:25+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a56cec-9160-11ed-8605-e23c3b85b627 | InvocationID=25a56f3a-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:29:43+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21b7cea4-9160-11ed-8605-e23c3b85b627 | InvocationID=21b7d124-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:29:43+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30a8161c-9160-11ed-8605-e23c3b85b627 | InvocationID=30a817d4-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:29:43+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30a8161c-9160-11ed-8605-e23c3b85b627 | InvocationID=30a817d4-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:29:43+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30a8161c-9160-11ed-8605-e23c3b85b627 | InvocationID=30a817d4-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:29:50+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25a56cec-9160-11ed-8605-e23c3b85b627 | InvocationID=25a56f3a-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:29:50+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=347bd814-9160-11ed-8605-e23c3b85b627 | InvocationID=347bdc4c-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:30:08+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30a8161c-9160-11ed-8605-e23c3b85b627 | InvocationID=30a817d4-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:30:08+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f980858-9160-11ed-8605-e23c3b85b627 | InvocationID=3f980ae2-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:30:08+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f980858-9160-11ed-8605-e23c3b85b627 | InvocationID=3f980ae2-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:30:08+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f980858-9160-11ed-8605-e23c3b85b627 | InvocationID=3f980ae2-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:30:15+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=347bd814-9160-11ed-8605-e23c3b85b627 | InvocationID=347bdc4c-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:30:15+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=434fff0a-9160-11ed-8605-e23c3b85b627 | InvocationID=435000d6-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:30:33+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f980858-9160-11ed-8605-e23c3b85b627 | InvocationID=3f980ae2-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:30:33+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e894d72-9160-11ed-8605-e23c3b85b627 | InvocationID=4e895240-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:30:33+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e894d72-9160-11ed-8605-e23c3b85b627 | InvocationID=4e895240-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:30:33+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e894d72-9160-11ed-8605-e23c3b85b627 | InvocationID=4e895240-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:30:40+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=434fff0a-9160-11ed-8605-e23c3b85b627 | InvocationID=435000d6-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:30:40+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52682f12-9160-11ed-8605-e23c3b85b627 | InvocationID=526830f2-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:30:58+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e894d72-9160-11ed-8605-e23c3b85b627 | InvocationID=4e895240-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:30:58+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d7a770c-9160-11ed-8605-e23c3b85b627 | InvocationID=5d7a7b26-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:30:58+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d7a770c-9160-11ed-8605-e23c3b85b627 | InvocationID=5d7a7b26-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:30:58+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d7a770c-9160-11ed-8605-e23c3b85b627 | InvocationID=5d7a7b26-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:31:05+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52682f12-9160-11ed-8605-e23c3b85b627 | InvocationID=526830f2-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:31:05+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6155d934-9160-11ed-8605-e23c3b85b627 | InvocationID=6155db28-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:31:23+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d7a770c-9160-11ed-8605-e23c3b85b627 | InvocationID=5d7a7b26-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:31:23+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c66e5b6-9160-11ed-8605-e23c3b85b627 | InvocationID=6c66e796-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:31:24+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c66e5b6-9160-11ed-8605-e23c3b85b627 | InvocationID=6c66e796-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:31:24+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c66e5b6-9160-11ed-8605-e23c3b85b627 | InvocationID=6c66e796-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:31:30+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6155d934-9160-11ed-8605-e23c3b85b627 | InvocationID=6155db28-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:31:30+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=702929c0-9160-11ed-8605-e23c3b85b627 | InvocationID=70292baa-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:31:49+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c66e5b6-9160-11ed-8605-e23c3b85b627 | InvocationID=6c66e796-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:31:49+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b5fb7d2-9160-11ed-8605-e23c3b85b627 | InvocationID=7b5fb9b2-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:31:49+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b5fb7d2-9160-11ed-8605-e23c3b85b627 | InvocationID=7b5fb9b2-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:31:49+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b5fb7d2-9160-11ed-8605-e23c3b85b627 | InvocationID=7b5fb9b2-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:31:55+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=702929c0-9160-11ed-8605-e23c3b85b627 | InvocationID=70292baa-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:31:55+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ef54f38-9160-11ed-8605-e23c3b85b627 | InvocationID=7ef551cc-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:32:14+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b5fb7d2-9160-11ed-8605-e23c3b85b627 | InvocationID=7b5fb9b2-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:32:14+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a502da8-9160-11ed-8605-e23c3b85b627 | InvocationID=8a502fc4-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:32:14+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a502da8-9160-11ed-8605-e23c3b85b627 | InvocationID=8a502fc4-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:32:14+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a502da8-9160-11ed-8605-e23c3b85b627 | InvocationID=8a502fc4-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:32:20+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ef54f38-9160-11ed-8605-e23c3b85b627 | InvocationID=7ef551cc-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:32:20+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dcedea2-9160-11ed-8605-e23c3b85b627 | InvocationID=8dcee096-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:32:39+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a502da8-9160-11ed-8605-e23c3b85b627 | InvocationID=8a502fc4-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:32:39+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=994628e4-9160-11ed-8605-e23c3b85b627 | InvocationID=99462b46-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:32:39+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=994628e4-9160-11ed-8605-e23c3b85b627 | InvocationID=99462b46-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:32:39+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=994628e4-9160-11ed-8605-e23c3b85b627 | InvocationID=99462b46-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:32:45+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dcedea2-9160-11ed-8605-e23c3b85b627 | InvocationID=8dcee096-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:32:45+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cd9932e-9160-11ed-8605-e23c3b85b627 | InvocationID=9cd994e6-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:33:04+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=994628e4-9160-11ed-8605-e23c3b85b627 | InvocationID=99462b46-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:33:04+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84861b8-9160-11ed-8605-e23c3b85b627 | InvocationID=a84863f2-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:33:04+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84861b8-9160-11ed-8605-e23c3b85b627 | InvocationID=a84863f2-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:33:04+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a84861b8-9160-11ed-8605-e23c3b85b627 | InvocationID=a84863f2-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:33:10+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cd9932e-9160-11ed-8605-e23c3b85b627 | InvocationID=9cd994e6-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:33:10+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ababadba-9160-11ed-8605-e23c3b85b627 | InvocationID=ababaf72-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:33:29+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a84861b8-9160-11ed-8605-e23c3b85b627 | InvocationID=a84863f2-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:33:29+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b73d8342-9160-11ed-8605-e23c3b85b627 | InvocationID=b73d84d2-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:33:29+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b73d8342-9160-11ed-8605-e23c3b85b627 | InvocationID=b73d84d2-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:33:29+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b73d8342-9160-11ed-8605-e23c3b85b627 | InvocationID=b73d84d2-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:33:35+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ababadba-9160-11ed-8605-e23c3b85b627 | InvocationID=ababaf72-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:33:35+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba8767d4-9160-11ed-8605-e23c3b85b627 | InvocationID=ba876c8e-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:33:54+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b73d8342-9160-11ed-8605-e23c3b85b627 | InvocationID=b73d84d2-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:33:54+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c62ac52c-9160-11ed-8605-e23c3b85b627 | InvocationID=c62ac892-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:33:54+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c62ac52c-9160-11ed-8605-e23c3b85b627 | InvocationID=c62ac892-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:33:54+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c62ac52c-9160-11ed-8605-e23c3b85b627 | InvocationID=c62ac892-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:33:59+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba8767d4-9160-11ed-8605-e23c3b85b627 | InvocationID=ba876c8e-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:33:59+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c957152a-9160-11ed-8605-e23c3b85b627 | InvocationID=c95717a0-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:34:19+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c62ac52c-9160-11ed-8605-e23c3b85b627 | InvocationID=c62ac892-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:34:19+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5182566-9160-11ed-8605-e23c3b85b627 | InvocationID=d5182796-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:34:19+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5182566-9160-11ed-8605-e23c3b85b627 | InvocationID=d5182796-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:34:19+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5182566-9160-11ed-8605-e23c3b85b627 | InvocationID=d5182796-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:34:24+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c957152a-9160-11ed-8605-e23c3b85b627 | InvocationID=c95717a0-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:34:24+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d82ff530-9160-11ed-8605-e23c3b85b627 | InvocationID=d82ff6de-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:34:44+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5182566-9160-11ed-8605-e23c3b85b627 | InvocationID=d5182796-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:34:44+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e40a3aa0-9160-11ed-8605-e23c3b85b627 | InvocationID=e40a3cda-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:34:44+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e40a3aa0-9160-11ed-8605-e23c3b85b627 | InvocationID=e40a3cda-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:34:44+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e40a3aa0-9160-11ed-8605-e23c3b85b627 | InvocationID=e40a3cda-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:34:49+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d82ff530-9160-11ed-8605-e23c3b85b627 | InvocationID=d82ff6de-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:34:49+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6ff2892-9160-11ed-8605-e23c3b85b627 | InvocationID=e6ff2a54-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:35:09+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e40a3aa0-9160-11ed-8605-e23c3b85b627 | InvocationID=e40a3cda-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:35:09+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2f66048-9160-11ed-8605-e23c3b85b627 | InvocationID=f2f66336-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:35:09+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2f66048-9160-11ed-8605-e23c3b85b627 | InvocationID=f2f66336-9160-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:35:09+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2f66048-9160-11ed-8605-e23c3b85b627 | InvocationID=f2f66336-9160-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:35:14+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6ff2892-9160-11ed-8605-e23c3b85b627 | InvocationID=e6ff2a54-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:35:14+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d2d940-9160-11ed-8605-e23c3b85b627 | InvocationID=f5d2db2a-9160-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:35:34+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2f66048-9160-11ed-8605-e23c3b85b627 | InvocationID=f2f66336-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:35:34+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e49a48-9161-11ed-8605-e23c3b85b627 | InvocationID=01e49cd2-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:35:34+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e49a48-9161-11ed-8605-e23c3b85b627 | InvocationID=01e49cd2-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:35:34+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01e49a48-9161-11ed-8605-e23c3b85b627 | InvocationID=01e49cd2-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:35:39+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5d2d940-9160-11ed-8605-e23c3b85b627 | InvocationID=f5d2db2a-9160-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:35:39+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b4cfa4-9161-11ed-8605-e23c3b85b627 | InvocationID=04b4d184-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:35:59+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01e49a48-9161-11ed-8605-e23c3b85b627 | InvocationID=01e49cd2-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:35:59+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d3b62e-9161-11ed-8605-e23c3b85b627 | InvocationID=10d3b804-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:35:59+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d3b62e-9161-11ed-8605-e23c3b85b627 | InvocationID=10d3b804-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:35:59+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d3b62e-9161-11ed-8605-e23c3b85b627 | InvocationID=10d3b804-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:36:04+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04b4cfa4-9161-11ed-8605-e23c3b85b627 | InvocationID=04b4d184-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:36:04+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13993c3a-9161-11ed-8605-e23c3b85b627 | InvocationID=1399402c-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:36:24+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d3b62e-9161-11ed-8605-e23c3b85b627 | InvocationID=10d3b804-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:36:24+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fbfcb5a-9161-11ed-8605-e23c3b85b627 | InvocationID=1fbfcd44-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:36:24+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fbfcb5a-9161-11ed-8605-e23c3b85b627 | InvocationID=1fbfcd44-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:36:24+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fbfcb5a-9161-11ed-8605-e23c3b85b627 | InvocationID=1fbfcd44-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:36:29+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13993c3a-9161-11ed-8605-e23c3b85b627 | InvocationID=1399402c-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:36:29+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2262330c-9161-11ed-8605-e23c3b85b627 | InvocationID=22623596-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:36:49+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fbfcb5a-9161-11ed-8605-e23c3b85b627 | InvocationID=1fbfcd44-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:36:49+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eae942a-9161-11ed-8605-e23c3b85b627 | InvocationID=2eae95ec-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:36:50+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eae942a-9161-11ed-8605-e23c3b85b627 | InvocationID=2eae95ec-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:36:50+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eae942a-9161-11ed-8605-e23c3b85b627 | InvocationID=2eae95ec-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:36:54+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2262330c-9161-11ed-8605-e23c3b85b627 | InvocationID=22623596-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:36:54+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=313f15b6-9161-11ed-8605-e23c3b85b627 | InvocationID=313f1804-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:37:15+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2eae942a-9161-11ed-8605-e23c3b85b627 | InvocationID=2eae95ec-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:37:15+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db24ce6-9161-11ed-8605-e23c3b85b627 | InvocationID=3db24ebc-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:37:15+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3db24ce6-9161-11ed-8605-e23c3b85b627 | InvocationID=3db24ebc-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:37:15+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3db24ce6-9161-11ed-8605-e23c3b85b627 | InvocationID=3db24ebc-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:37:19+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=313f15b6-9161-11ed-8605-e23c3b85b627 | InvocationID=313f1804-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:37:19+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=402742ec-9161-11ed-8605-e23c3b85b627 | InvocationID=402744d6-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:37:40+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3db24ce6-9161-11ed-8605-e23c3b85b627 | InvocationID=3db24ebc-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:37:40+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c9ff082-9161-11ed-8605-e23c3b85b627 | InvocationID=4c9ff244-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:37:40+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c9ff082-9161-11ed-8605-e23c3b85b627 | InvocationID=4c9ff244-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:37:40+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c9ff082-9161-11ed-8605-e23c3b85b627 | InvocationID=4c9ff244-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:37:44+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=402742ec-9161-11ed-8605-e23c3b85b627 | InvocationID=402744d6-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:37:44+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eeebd8c-9161-11ed-8605-e23c3b85b627 | InvocationID=4eeebf44-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:38:05+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c9ff082-9161-11ed-8605-e23c3b85b627 | InvocationID=4c9ff244-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:38:05+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8ee88c-9161-11ed-8605-e23c3b85b627 | InvocationID=5b8eea4e-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:38:05+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b8ee88c-9161-11ed-8605-e23c3b85b627 | InvocationID=5b8eea4e-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:38:05+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b8ee88c-9161-11ed-8605-e23c3b85b627 | InvocationID=5b8eea4e-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:38:08+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eeebd8c-9161-11ed-8605-e23c3b85b627 | InvocationID=4eeebf44-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:38:08+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dc09e70-9161-11ed-8605-e23c3b85b627 | InvocationID=5dc0a1e0-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:38:30+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b8ee88c-9161-11ed-8605-e23c3b85b627 | InvocationID=5b8eea4e-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:38:30+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a7a460c-9161-11ed-8605-e23c3b85b627 | InvocationID=6a7a486e-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:38:30+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a7a460c-9161-11ed-8605-e23c3b85b627 | InvocationID=6a7a486e-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:38:30+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a7a460c-9161-11ed-8605-e23c3b85b627 | InvocationID=6a7a486e-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:38:33+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dc09e70-9161-11ed-8605-e23c3b85b627 | InvocationID=5dc0a1e0-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:38:33+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c871fec-9161-11ed-8605-e23c3b85b627 | InvocationID=6c8721cc-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:38:55+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a7a460c-9161-11ed-8605-e23c3b85b627 | InvocationID=6a7a486e-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:38:55+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79670db2-9161-11ed-8605-e23c3b85b627 | InvocationID=79670f60-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:38:55+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79670db2-9161-11ed-8605-e23c3b85b627 | InvocationID=79670f60-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:38:55+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79670db2-9161-11ed-8605-e23c3b85b627 | InvocationID=79670f60-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:38:58+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c871fec-9161-11ed-8605-e23c3b85b627 | InvocationID=6c8721cc-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:38:58+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b4f89e2-9161-11ed-8605-e23c3b85b627 | InvocationID=7b4f8d2a-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:39:20+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79670db2-9161-11ed-8605-e23c3b85b627 | InvocationID=79670f60-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:39:20+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88523b44-9161-11ed-8605-e23c3b85b627 | InvocationID=88523d10-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:39:20+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88523b44-9161-11ed-8605-e23c3b85b627 | InvocationID=88523d10-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:39:20+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88523b44-9161-11ed-8605-e23c3b85b627 | InvocationID=88523d10-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:39:23+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b4f89e2-9161-11ed-8605-e23c3b85b627 | InvocationID=7b4f8d2a-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:39:23+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a1772f0-9161-11ed-8605-e23c3b85b627 | InvocationID=8a17753e-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:39:45+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88523b44-9161-11ed-8605-e23c3b85b627 | InvocationID=88523d10-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:39:45+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974151ee-9161-11ed-8605-e23c3b85b627 | InvocationID=9741537e-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:39:45+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974151ee-9161-11ed-8605-e23c3b85b627 | InvocationID=9741537e-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:39:45+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=974151ee-9161-11ed-8605-e23c3b85b627 | InvocationID=9741537e-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:39:48+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a1772f0-9161-11ed-8605-e23c3b85b627 | InvocationID=8a17753e-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:39:48+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e17ad8-9161-11ed-8605-e23c3b85b627 | InvocationID=98e17d12-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:40:10+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=974151ee-9161-11ed-8605-e23c3b85b627 | InvocationID=9741537e-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:40:10+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a62d1ad0-9161-11ed-8605-e23c3b85b627 | InvocationID=a62d1cc4-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:40:10+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a62d1ad0-9161-11ed-8605-e23c3b85b627 | InvocationID=a62d1cc4-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:40:10+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a62d1ad0-9161-11ed-8605-e23c3b85b627 | InvocationID=a62d1cc4-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:40:12+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98e17ad8-9161-11ed-8605-e23c3b85b627 | InvocationID=98e17d12-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:40:12+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7ac5146-9161-11ed-8605-e23c3b85b627 | InvocationID=a7ac53f8-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:40:35+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a62d1ad0-9161-11ed-8605-e23c3b85b627 | InvocationID=a62d1cc4-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:40:35+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b51a95a4-9161-11ed-8605-e23c3b85b627 | InvocationID=b51a975c-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:40:35+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b51a95a4-9161-11ed-8605-e23c3b85b627 | InvocationID=b51a975c-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:40:35+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b51a95a4-9161-11ed-8605-e23c3b85b627 | InvocationID=b51a975c-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:40:37+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7ac5146-9161-11ed-8605-e23c3b85b627 | InvocationID=a7ac53f8-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:40:37+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6852f44-9161-11ed-8605-e23c3b85b627 | InvocationID=b685343a-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:41:00+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b51a95a4-9161-11ed-8605-e23c3b85b627 | InvocationID=b51a975c-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:41:00+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4059e10-9161-11ed-8605-e23c3b85b627 | InvocationID=c405a0f4-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:41:00+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4059e10-9161-11ed-8605-e23c3b85b627 | InvocationID=c405a0f4-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:41:00+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4059e10-9161-11ed-8605-e23c3b85b627 | InvocationID=c405a0f4-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:41:02+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6852f44-9161-11ed-8605-e23c3b85b627 | InvocationID=b685343a-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:41:02+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c54de2f0-9161-11ed-8605-e23c3b85b627 | InvocationID=c54de5fc-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:41:25+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4059e10-9161-11ed-8605-e23c3b85b627 | InvocationID=c405a0f4-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:41:25+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2f5008c-9161-11ed-8605-e23c3b85b627 | InvocationID=d2f5033e-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:41:25+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2f5008c-9161-11ed-8605-e23c3b85b627 | InvocationID=d2f5033e-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:41:25+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2f5008c-9161-11ed-8605-e23c3b85b627 | InvocationID=d2f5033e-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:41:27+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c54de2f0-9161-11ed-8605-e23c3b85b627 | InvocationID=c54de5fc-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:41:27+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d414475c-9161-11ed-8605-e23c3b85b627 | InvocationID=d4144a9a-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:41:50+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2f5008c-9161-11ed-8605-e23c3b85b627 | InvocationID=d2f5033e-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:41:50+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e1307a-9161-11ed-8605-e23c3b85b627 | InvocationID=e1e132e6-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:41:50+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1e1307a-9161-11ed-8605-e23c3b85b627 | InvocationID=e1e132e6-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:41:50+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1e1307a-9161-11ed-8605-e23c3b85b627 | InvocationID=e1e132e6-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:41:52+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d414475c-9161-11ed-8605-e23c3b85b627 | InvocationID=d4144a9a-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:41:52+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e0c792-9161-11ed-8605-e23c3b85b627 | InvocationID=e2e0c97c-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:42:15+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1e1307a-9161-11ed-8605-e23c3b85b627 | InvocationID=e1e132e6-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:42:15+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d0181c-9161-11ed-8605-e23c3b85b627 | InvocationID=f0d02668-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:42:15+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0d0181c-9161-11ed-8605-e23c3b85b627 | InvocationID=f0d02668-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:42:15+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0d0181c-9161-11ed-8605-e23c3b85b627 | InvocationID=f0d02668-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:42:17+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2e0c792-9161-11ed-8605-e23c3b85b627 | InvocationID=e2e0c97c-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:42:17+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1aa40e6-9161-11ed-8605-e23c3b85b627 | InvocationID=f1aa4424-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:42:40+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0d0181c-9161-11ed-8605-e23c3b85b627 | InvocationID=f0d02668-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:42:40+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbe01a4-9161-11ed-8605-e23c3b85b627 | InvocationID=ffbe0348-9161-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:42:41+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbe01a4-9161-11ed-8605-e23c3b85b627 | InvocationID=ffbe0348-9161-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:42:41+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffbe01a4-9161-11ed-8605-e23c3b85b627 | InvocationID=ffbe0348-9161-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:42:41+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1aa40e6-9161-11ed-8605-e23c3b85b627 | InvocationID=f1aa4424-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:42:41+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00751470-9162-11ed-8605-e23c3b85b627 | InvocationID=007517f4-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:43:06+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffbe01a4-9161-11ed-8605-e23c3b85b627 | InvocationID=ffbe0348-9161-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:43:06+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed54a94-9162-11ed-8605-e23c3b85b627 | InvocationID=0ed54c6a-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:43:06+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed54a94-9162-11ed-8605-e23c3b85b627 | InvocationID=0ed54c6a-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:43:06+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ed54a94-9162-11ed-8605-e23c3b85b627 | InvocationID=0ed54c6a-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:43:06+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00751470-9162-11ed-8605-e23c3b85b627 | InvocationID=007517f4-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:43:06+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f50dcd6-9162-11ed-8605-e23c3b85b627 | InvocationID=0f50e21c-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:43:31+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ed54a94-9162-11ed-8605-e23c3b85b627 | InvocationID=0ed54c6a-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:43:31+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc0e644-9162-11ed-8605-e23c3b85b627 | InvocationID=1dc0e806-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:43:31+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc0e644-9162-11ed-8605-e23c3b85b627 | InvocationID=1dc0e806-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:43:31+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dc0e644-9162-11ed-8605-e23c3b85b627 | InvocationID=1dc0e806-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:43:31+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f50dcd6-9162-11ed-8605-e23c3b85b627 | InvocationID=0f50e21c-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:43:31+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1a5544-9162-11ed-8605-e23c3b85b627 | InvocationID=1e1a571a-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:43:56+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dc0e644-9162-11ed-8605-e23c3b85b627 | InvocationID=1dc0e806-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:43:56+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cac6912-9162-11ed-8605-e23c3b85b627 | InvocationID=2cac6b38-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:43:56+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cac6912-9162-11ed-8605-e23c3b85b627 | InvocationID=2cac6b38-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:43:56+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cac6912-9162-11ed-8605-e23c3b85b627 | InvocationID=2cac6b38-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:43:56+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e1a5544-9162-11ed-8605-e23c3b85b627 | InvocationID=1e1a571a-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:43:56+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ce0ae8e-9162-11ed-8605-e23c3b85b627 | InvocationID=2ce0b0d2-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:44:21+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cac6912-9162-11ed-8605-e23c3b85b627 | InvocationID=2cac6b38-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:44:21+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b976c9c-9162-11ed-8605-e23c3b85b627 | InvocationID=3b976ff8-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:44:21+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b976c9c-9162-11ed-8605-e23c3b85b627 | InvocationID=3b976ff8-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:44:21+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b976c9c-9162-11ed-8605-e23c3b85b627 | InvocationID=3b976ff8-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:44:21+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ce0ae8e-9162-11ed-8605-e23c3b85b627 | InvocationID=2ce0b0d2-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:44:21+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ba9a10a-9162-11ed-8605-e23c3b85b627 | InvocationID=3ba9a2d6-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:44:45+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ba9a10a-9162-11ed-8605-e23c3b85b627 | InvocationID=3ba9a2d6-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:44:45+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a6e9f42-9162-11ed-8605-e23c3b85b627 | InvocationID=4a6ea17c-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:44:46+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b976c9c-9162-11ed-8605-e23c3b85b627 | InvocationID=3b976ff8-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:44:46+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a82ae56-9162-11ed-8605-e23c3b85b627 | InvocationID=4a82b022-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:44:46+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a82ae56-9162-11ed-8605-e23c3b85b627 | InvocationID=4a82b022-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:44:46+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a82ae56-9162-11ed-8605-e23c3b85b627 | InvocationID=4a82b022-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:45:10+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a6e9f42-9162-11ed-8605-e23c3b85b627 | InvocationID=4a6ea17c-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:45:10+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5936ed9a-9162-11ed-8605-e23c3b85b627 | InvocationID=5936ef48-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:45:11+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a82ae56-9162-11ed-8605-e23c3b85b627 | InvocationID=4a82b022-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:45:11+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59711740-9162-11ed-8605-e23c3b85b627 | InvocationID=59711966-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:45:11+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59711740-9162-11ed-8605-e23c3b85b627 | InvocationID=59711966-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:45:11+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59711740-9162-11ed-8605-e23c3b85b627 | InvocationID=59711966-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:45:35+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5936ed9a-9162-11ed-8605-e23c3b85b627 | InvocationID=5936ef48-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:45:35+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=680b662a-9162-11ed-8605-e23c3b85b627 | InvocationID=680b67d8-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:45:36+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59711740-9162-11ed-8605-e23c3b85b627 | InvocationID=59711966-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:45:36+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=685c0dc8-9162-11ed-8605-e23c3b85b627 | InvocationID=685c0f4e-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:45:36+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=685c0dc8-9162-11ed-8605-e23c3b85b627 | InvocationID=685c0f4e-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:45:36+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=685c0dc8-9162-11ed-8605-e23c3b85b627 | InvocationID=685c0f4e-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:46:00+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=680b662a-9162-11ed-8605-e23c3b85b627 | InvocationID=680b67d8-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:46:00+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76e99748-9162-11ed-8605-e23c3b85b627 | InvocationID=76e999a0-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:46:01+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=685c0dc8-9162-11ed-8605-e23c3b85b627 | InvocationID=685c0f4e-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:46:01+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774a2ad6-9162-11ed-8605-e23c3b85b627 | InvocationID=774a2c98-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:46:01+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774a2ad6-9162-11ed-8605-e23c3b85b627 | InvocationID=774a2c98-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:46:01+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=774a2ad6-9162-11ed-8605-e23c3b85b627 | InvocationID=774a2c98-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:46:25+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76e99748-9162-11ed-8605-e23c3b85b627 | InvocationID=76e999a0-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:46:25+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85b19596-9162-11ed-8605-e23c3b85b627 | InvocationID=85b1976c-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:46:26+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=774a2ad6-9162-11ed-8605-e23c3b85b627 | InvocationID=774a2c98-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:46:26+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8637391c-9162-11ed-8605-e23c3b85b627 | InvocationID=86373b74-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:46:26+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8637391c-9162-11ed-8605-e23c3b85b627 | InvocationID=86373b74-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:46:26+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8637391c-9162-11ed-8605-e23c3b85b627 | InvocationID=86373b74-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:46:50+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85b19596-9162-11ed-8605-e23c3b85b627 | InvocationID=85b1976c-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:46:50+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=947eb676-9162-11ed-8605-e23c3b85b627 | InvocationID=947eb928-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:46:51+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8637391c-9162-11ed-8605-e23c3b85b627 | InvocationID=86373b74-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:46:51+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9526ebd4-9162-11ed-8605-e23c3b85b627 | InvocationID=9526ed6e-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:46:51+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9526ebd4-9162-11ed-8605-e23c3b85b627 | InvocationID=9526ed6e-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:46:51+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9526ebd4-9162-11ed-8605-e23c3b85b627 | InvocationID=9526ed6e-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:47:15+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=947eb676-9162-11ed-8605-e23c3b85b627 | InvocationID=947eb928-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:47:15+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a34a4ad0-9162-11ed-8605-e23c3b85b627 | InvocationID=a34a4cf6-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:47:16+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9526ebd4-9162-11ed-8605-e23c3b85b627 | InvocationID=9526ed6e-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:47:16+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a41345ca-9162-11ed-8605-e23c3b85b627 | InvocationID=a4134782-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:47:16+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a41345ca-9162-11ed-8605-e23c3b85b627 | InvocationID=a4134782-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:47:16+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a41345ca-9162-11ed-8605-e23c3b85b627 | InvocationID=a4134782-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:47:39+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a34a4ad0-9162-11ed-8605-e23c3b85b627 | InvocationID=a34a4cf6-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:47:39+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b215e3b2-9162-11ed-8605-e23c3b85b627 | InvocationID=b215e560-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:47:41+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a41345ca-9162-11ed-8605-e23c3b85b627 | InvocationID=a4134782-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:47:41+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3020a80-9162-11ed-8605-e23c3b85b627 | InvocationID=b302150c-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:47:41+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3020a80-9162-11ed-8605-e23c3b85b627 | InvocationID=b302150c-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:47:41+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3020a80-9162-11ed-8605-e23c3b85b627 | InvocationID=b302150c-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:48:04+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b215e3b2-9162-11ed-8605-e23c3b85b627 | InvocationID=b215e560-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:48:04+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e7bd2a-9162-11ed-8605-e23c3b85b627 | InvocationID=c0e7c068-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:48:06+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3020a80-9162-11ed-8605-e23c3b85b627 | InvocationID=b302150c-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:48:06+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f064f6-9162-11ed-8605-e23c3b85b627 | InvocationID=c1f0673a-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:48:06+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f064f6-9162-11ed-8605-e23c3b85b627 | InvocationID=c1f0673a-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:48:06+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1f064f6-9162-11ed-8605-e23c3b85b627 | InvocationID=c1f0673a-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:48:29+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0e7bd2a-9162-11ed-8605-e23c3b85b627 | InvocationID=c0e7c068-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:48:29+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfaa66fa-9162-11ed-8605-e23c3b85b627 | InvocationID=cfaa68ee-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:48:31+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1f064f6-9162-11ed-8605-e23c3b85b627 | InvocationID=c1f0673a-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:48:31+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0db92a6-9162-11ed-8605-e23c3b85b627 | InvocationID=d0db94ea-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:48:31+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0db92a6-9162-11ed-8605-e23c3b85b627 | InvocationID=d0db94ea-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:48:31+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0db92a6-9162-11ed-8605-e23c3b85b627 | InvocationID=d0db94ea-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:48:54+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfaa66fa-9162-11ed-8605-e23c3b85b627 | InvocationID=cfaa68ee-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:48:54+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de77751a-9162-11ed-8605-e23c3b85b627 | InvocationID=de777768-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:48:56+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0db92a6-9162-11ed-8605-e23c3b85b627 | InvocationID=d0db94ea-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:48:56+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfc70a48-9162-11ed-8605-e23c3b85b627 | InvocationID=dfc70bd8-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:48:56+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfc70a48-9162-11ed-8605-e23c3b85b627 | InvocationID=dfc70bd8-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:48:56+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfc70a48-9162-11ed-8605-e23c3b85b627 | InvocationID=dfc70bd8-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:49:19+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de77751a-9162-11ed-8605-e23c3b85b627 | InvocationID=de777768-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:49:19+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed3c8798-9162-11ed-8605-e23c3b85b627 | InvocationID=ed3c89b4-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:49:21+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfc70a48-9162-11ed-8605-e23c3b85b627 | InvocationID=dfc70bd8-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:49:21+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb2e842-9162-11ed-8605-e23c3b85b627 | InvocationID=eeb2ea68-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:49:21+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb2e842-9162-11ed-8605-e23c3b85b627 | InvocationID=eeb2ea68-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:49:21+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeb2e842-9162-11ed-8605-e23c3b85b627 | InvocationID=eeb2ea68-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:49:43+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed3c8798-9162-11ed-8605-e23c3b85b627 | InvocationID=ed3c89b4-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:49:43+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc071932-9162-11ed-8605-e23c3b85b627 | InvocationID=fc071b80-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:49:46+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeb2e842-9162-11ed-8605-e23c3b85b627 | InvocationID=eeb2ea68-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:49:46+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fda00f9c-9162-11ed-8605-e23c3b85b627 | InvocationID=fda01140-9162-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:49:46+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fda00f9c-9162-11ed-8605-e23c3b85b627 | InvocationID=fda01140-9162-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:49:46+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fda00f9c-9162-11ed-8605-e23c3b85b627 | InvocationID=fda01140-9162-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:50:08+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc071932-9162-11ed-8605-e23c3b85b627 | InvocationID=fc071b80-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:50:08+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ad1f78e-9163-11ed-8605-e23c3b85b627 | InvocationID=0ad1f9be-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:50:11+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fda00f9c-9162-11ed-8605-e23c3b85b627 | InvocationID=fda01140-9162-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:50:11+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c8b409e-9163-11ed-8605-e23c3b85b627 | InvocationID=0c8b4260-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:50:11+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c8b409e-9163-11ed-8605-e23c3b85b627 | InvocationID=0c8b4260-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:50:11+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c8b409e-9163-11ed-8605-e23c3b85b627 | InvocationID=0c8b4260-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:50:33+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ad1f78e-9163-11ed-8605-e23c3b85b627 | InvocationID=0ad1f9be-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:50:33+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=199cf37c-9163-11ed-8605-e23c3b85b627 | InvocationID=199cf53e-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:50:36+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c8b409e-9163-11ed-8605-e23c3b85b627 | InvocationID=0c8b4260-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:50:36+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b795212-9163-11ed-8605-e23c3b85b627 | InvocationID=1b7956cc-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:50:36+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b795212-9163-11ed-8605-e23c3b85b627 | InvocationID=1b7956cc-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:50:36+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b795212-9163-11ed-8605-e23c3b85b627 | InvocationID=1b7956cc-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:50:58+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=199cf37c-9163-11ed-8605-e23c3b85b627 | InvocationID=199cf53e-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:50:58+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28602488-9163-11ed-8605-e23c3b85b627 | InvocationID=2860267c-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:51:01+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b795212-9163-11ed-8605-e23c3b85b627 | InvocationID=1b7956cc-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:51:01+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a64aee8-9163-11ed-8605-e23c3b85b627 | InvocationID=2a64b190-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:51:01+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a64aee8-9163-11ed-8605-e23c3b85b627 | InvocationID=2a64b190-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:51:01+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a64aee8-9163-11ed-8605-e23c3b85b627 | InvocationID=2a64b190-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:51:23+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28602488-9163-11ed-8605-e23c3b85b627 | InvocationID=2860267c-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:51:23+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37243cfc-9163-11ed-8605-e23c3b85b627 | InvocationID=37243ee6-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:51:26+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a64aee8-9163-11ed-8605-e23c3b85b627 | InvocationID=2a64b190-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:51:26+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39508486-9163-11ed-8605-e23c3b85b627 | InvocationID=39508616-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:51:26+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39508486-9163-11ed-8605-e23c3b85b627 | InvocationID=39508616-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:51:26+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39508486-9163-11ed-8605-e23c3b85b627 | InvocationID=39508616-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:51:47+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37243cfc-9163-11ed-8605-e23c3b85b627 | InvocationID=37243ee6-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:51:47+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45ec0382-9163-11ed-8605-e23c3b85b627 | InvocationID=45ec0594-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:51:51+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39508486-9163-11ed-8605-e23c3b85b627 | InvocationID=39508616-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:51:51+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=483ccd42-9163-11ed-8605-e23c3b85b627 | InvocationID=483ccefa-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:51:51+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=483ccd42-9163-11ed-8605-e23c3b85b627 | InvocationID=483ccefa-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:51:51+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=483ccd42-9163-11ed-8605-e23c3b85b627 | InvocationID=483ccefa-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:52:12+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45ec0382-9163-11ed-8605-e23c3b85b627 | InvocationID=45ec0594-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:52:12+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54bb89f0-9163-11ed-8605-e23c3b85b627 | InvocationID=54bb8cde-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:52:16+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=483ccd42-9163-11ed-8605-e23c3b85b627 | InvocationID=483ccefa-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:52:16+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=572e3eee-9163-11ed-8605-e23c3b85b627 | InvocationID=572e418c-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:52:16+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=572e3eee-9163-11ed-8605-e23c3b85b627 | InvocationID=572e418c-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:52:16+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=572e3eee-9163-11ed-8605-e23c3b85b627 | InvocationID=572e418c-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:52:37+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54bb89f0-9163-11ed-8605-e23c3b85b627 | InvocationID=54bb8cde-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:52:37+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=638b15ae-9163-11ed-8605-e23c3b85b627 | InvocationID=638b1770-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:52:41+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=572e3eee-9163-11ed-8605-e23c3b85b627 | InvocationID=572e418c-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:52:41+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66194ce6-9163-11ed-8605-e23c3b85b627 | InvocationID=66194e76-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:52:42+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66194ce6-9163-11ed-8605-e23c3b85b627 | InvocationID=66194e76-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:52:42+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66194ce6-9163-11ed-8605-e23c3b85b627 | InvocationID=66194e76-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:53:02+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=638b15ae-9163-11ed-8605-e23c3b85b627 | InvocationID=638b1770-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:53:02+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72571254-9163-11ed-8605-e23c3b85b627 | InvocationID=7257140c-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:53:07+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66194ce6-9163-11ed-8605-e23c3b85b627 | InvocationID=66194e76-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:53:07+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=751311dc-9163-11ed-8605-e23c3b85b627 | InvocationID=75131498-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:53:07+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=751311dc-9163-11ed-8605-e23c3b85b627 | InvocationID=75131498-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:53:07+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=751311dc-9163-11ed-8605-e23c3b85b627 | InvocationID=75131498-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:53:27+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72571254-9163-11ed-8605-e23c3b85b627 | InvocationID=7257140c-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:53:27+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=811b1646-9163-11ed-8605-e23c3b85b627 | InvocationID=811b18a8-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:53:32+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=751311dc-9163-11ed-8605-e23c3b85b627 | InvocationID=75131498-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:53:32+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83fec506-9163-11ed-8605-e23c3b85b627 | InvocationID=83fec66e-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:53:32+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83fec506-9163-11ed-8605-e23c3b85b627 | InvocationID=83fec66e-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:53:32+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83fec506-9163-11ed-8605-e23c3b85b627 | InvocationID=83fec66e-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:53:52+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=811b1646-9163-11ed-8605-e23c3b85b627 | InvocationID=811b18a8-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:53:52+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fe69ab0-9163-11ed-8605-e23c3b85b627 | InvocationID=8fe69cea-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:53:57+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83fec506-9163-11ed-8605-e23c3b85b627 | InvocationID=83fec66e-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:53:57+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92ed974a-9163-11ed-8605-e23c3b85b627 | InvocationID=92ed9984-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:53:57+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92ed974a-9163-11ed-8605-e23c3b85b627 | InvocationID=92ed9984-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:53:57+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92ed974a-9163-11ed-8605-e23c3b85b627 | InvocationID=92ed9984-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:54:16+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fe69ab0-9163-11ed-8605-e23c3b85b627 | InvocationID=8fe69cea-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:54:16+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eaad502-9163-11ed-8605-e23c3b85b627 | InvocationID=9eaad6c4-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:54:22+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92ed974a-9163-11ed-8605-e23c3b85b627 | InvocationID=92ed9984-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:54:22+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1d9e6a0-9163-11ed-8605-e23c3b85b627 | InvocationID=a1d9e862-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:54:22+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1d9e6a0-9163-11ed-8605-e23c3b85b627 | InvocationID=a1d9e862-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:54:22+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1d9e6a0-9163-11ed-8605-e23c3b85b627 | InvocationID=a1d9e862-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:54:41+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9eaad502-9163-11ed-8605-e23c3b85b627 | InvocationID=9eaad6c4-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:54:41+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad727180-9163-11ed-8605-e23c3b85b627 | InvocationID=ad7273f6-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:54:47+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1d9e6a0-9163-11ed-8605-e23c3b85b627 | InvocationID=a1d9e862-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:54:47+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0c556ae-9163-11ed-8605-e23c3b85b627 | InvocationID=b0c55988-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:54:47+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0c556ae-9163-11ed-8605-e23c3b85b627 | InvocationID=b0c55988-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:54:47+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0c556ae-9163-11ed-8605-e23c3b85b627 | InvocationID=b0c55988-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:55:06+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad727180-9163-11ed-8605-e23c3b85b627 | InvocationID=ad7273f6-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:55:06+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc569438-9163-11ed-8605-e23c3b85b627 | InvocationID=bc569b72-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:55:12+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0c556ae-9163-11ed-8605-e23c3b85b627 | InvocationID=b0c55988-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:55:12+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfb3c09c-9163-11ed-8605-e23c3b85b627 | InvocationID=bfb3ca1a-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:55:12+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfb3c09c-9163-11ed-8605-e23c3b85b627 | InvocationID=bfb3ca1a-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:55:12+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfb3c09c-9163-11ed-8605-e23c3b85b627 | InvocationID=bfb3ca1a-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:55:31+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc569438-9163-11ed-8605-e23c3b85b627 | InvocationID=bc569b72-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:55:31+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb21a52a-9163-11ed-8605-e23c3b85b627 | InvocationID=cb21a746-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:55:37+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfb3c09c-9163-11ed-8605-e23c3b85b627 | InvocationID=bfb3ca1a-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:55:37+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceaa0926-9163-11ed-8605-e23c3b85b627 | InvocationID=ceaa0b06-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:55:37+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceaa0926-9163-11ed-8605-e23c3b85b627 | InvocationID=ceaa0b06-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:55:37+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceaa0926-9163-11ed-8605-e23c3b85b627 | InvocationID=ceaa0b06-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:55:56+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb21a52a-9163-11ed-8605-e23c3b85b627 | InvocationID=cb21a746-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:55:56+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9eeda64-9163-11ed-8605-e23c3b85b627 | InvocationID=d9eedcb2-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:56:02+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceaa0926-9163-11ed-8605-e23c3b85b627 | InvocationID=ceaa0b06-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:56:02+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd960ebc-9163-11ed-8605-e23c3b85b627 | InvocationID=dd96107e-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:56:02+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd960ebc-9163-11ed-8605-e23c3b85b627 | InvocationID=dd96107e-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:56:02+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd960ebc-9163-11ed-8605-e23c3b85b627 | InvocationID=dd96107e-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:56:21+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9eeda64-9163-11ed-8605-e23c3b85b627 | InvocationID=d9eedcb2-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:56:21+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8b30a5c-9163-11ed-8605-e23c3b85b627 | InvocationID=e8b30c78-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:56:27+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd960ebc-9163-11ed-8605-e23c3b85b627 | InvocationID=dd96107e-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:56:27+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec8427c4-9163-11ed-8605-e23c3b85b627 | InvocationID=ec842a8a-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:56:27+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec8427c4-9163-11ed-8605-e23c3b85b627 | InvocationID=ec842a8a-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:56:27+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec8427c4-9163-11ed-8605-e23c3b85b627 | InvocationID=ec842a8a-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:56:45+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8b30a5c-9163-11ed-8605-e23c3b85b627 | InvocationID=e8b30c78-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:56:45+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f77991f0-9163-11ed-8605-e23c3b85b627 | InvocationID=f77994b6-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:56:52+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec8427c4-9163-11ed-8605-e23c3b85b627 | InvocationID=ec842a8a-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:56:52+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb7055fa-9163-11ed-8605-e23c3b85b627 | InvocationID=fb70585c-9163-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:56:52+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb7055fa-9163-11ed-8605-e23c3b85b627 | InvocationID=fb70585c-9163-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:56:52+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb7055fa-9163-11ed-8605-e23c3b85b627 | InvocationID=fb70585c-9163-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:57:10+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f77991f0-9163-11ed-8605-e23c3b85b627 | InvocationID=f77994b6-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:57:10+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06509e30-9164-11ed-8605-e23c3b85b627 | InvocationID=0650a092-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:57:17+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb7055fa-9163-11ed-8605-e23c3b85b627 | InvocationID=fb70585c-9163-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:57:17+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a647e74-9164-11ed-8605-e23c3b85b627 | InvocationID=0a64802c-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:57:17+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a647e74-9164-11ed-8605-e23c3b85b627 | InvocationID=0a64802c-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:57:17+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a647e74-9164-11ed-8605-e23c3b85b627 | InvocationID=0a64802c-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:57:35+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06509e30-9164-11ed-8605-e23c3b85b627 | InvocationID=0650a092-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:57:35+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=151f1810-9164-11ed-8605-e23c3b85b627 | InvocationID=151f19fa-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:57:42+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a647e74-9164-11ed-8605-e23c3b85b627 | InvocationID=0a64802c-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:57:42+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19506f4c-9164-11ed-8605-e23c3b85b627 | InvocationID=1950710e-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:57:42+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19506f4c-9164-11ed-8605-e23c3b85b627 | InvocationID=1950710e-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:57:42+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19506f4c-9164-11ed-8605-e23c3b85b627 | InvocationID=1950710e-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:58:00+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=151f1810-9164-11ed-8605-e23c3b85b627 | InvocationID=151f19fa-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:58:00+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23e23ecc-9164-11ed-8605-e23c3b85b627 | InvocationID=23e24098-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:58:07+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19506f4c-9164-11ed-8605-e23c3b85b627 | InvocationID=1950710e-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:58:07+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=283ce602-9164-11ed-8605-e23c3b85b627 | InvocationID=283ceaf8-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:58:07+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=283ce602-9164-11ed-8605-e23c3b85b627 | InvocationID=283ceaf8-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:58:07+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=283ce602-9164-11ed-8605-e23c3b85b627 | InvocationID=283ceaf8-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:58:25+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23e23ecc-9164-11ed-8605-e23c3b85b627 | InvocationID=23e24098-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:58:25+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32aaa138-9164-11ed-8605-e23c3b85b627 | InvocationID=32aaa35e-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:58:32+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=283ce602-9164-11ed-8605-e23c3b85b627 | InvocationID=283ceaf8-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:58:32+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=372af00a-9164-11ed-8605-e23c3b85b627 | InvocationID=372af258-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:58:32+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=372af00a-9164-11ed-8605-e23c3b85b627 | InvocationID=372af258-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:58:32+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=372af00a-9164-11ed-8605-e23c3b85b627 | InvocationID=372af258-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:58:49+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32aaa138-9164-11ed-8605-e23c3b85b627 | InvocationID=32aaa35e-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:58:49+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=416d2c04-9164-11ed-8605-e23c3b85b627 | InvocationID=416d2dbc-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:58:57+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=372af00a-9164-11ed-8605-e23c3b85b627 | InvocationID=372af258-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:58:57+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46167f94-9164-11ed-8605-e23c3b85b627 | InvocationID=46168160-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:58:57+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46167f94-9164-11ed-8605-e23c3b85b627 | InvocationID=46168160-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:58:57+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46167f94-9164-11ed-8605-e23c3b85b627 | InvocationID=46168160-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:59:14+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=416d2c04-9164-11ed-8605-e23c3b85b627 | InvocationID=416d2dbc-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:59:14+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5030f81a-9164-11ed-8605-e23c3b85b627 | InvocationID=5030fa9a-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:59:22+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46167f94-9164-11ed-8605-e23c3b85b627 | InvocationID=46168160-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:59:22+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5502224c-9164-11ed-8605-e23c3b85b627 | InvocationID=55022c38-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:59:22+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5502224c-9164-11ed-8605-e23c3b85b627 | InvocationID=55022c38-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:59:22+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5502224c-9164-11ed-8605-e23c3b85b627 | InvocationID=55022c38-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:59:39+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5030f81a-9164-11ed-8605-e23c3b85b627 | InvocationID=5030fa9a-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T03:59:39+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ef96152-9164-11ed-8605-e23c3b85b627 | InvocationID=5ef96346-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T03:59:47+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5502224c-9164-11ed-8605-e23c3b85b627 | InvocationID=55022c38-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T03:59:47+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ee1f54-9164-11ed-8605-e23c3b85b627 | InvocationID=63ee2102-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T03:59:47+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ee1f54-9164-11ed-8605-e23c3b85b627 | InvocationID=63ee2102-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T03:59:47+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63ee1f54-9164-11ed-8605-e23c3b85b627 | InvocationID=63ee2102-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:00:04+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ef96152-9164-11ed-8605-e23c3b85b627 | InvocationID=5ef96346-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:00:04+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dcb933a-9164-11ed-8605-e23c3b85b627 | InvocationID=6dcb9696-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:00:12+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63ee1f54-9164-11ed-8605-e23c3b85b627 | InvocationID=63ee2102-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:00:12+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e4cf58-9164-11ed-8605-e23c3b85b627 | InvocationID=72e4d3c2-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:00:12+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e4cf58-9164-11ed-8605-e23c3b85b627 | InvocationID=72e4d3c2-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:00:12+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72e4cf58-9164-11ed-8605-e23c3b85b627 | InvocationID=72e4d3c2-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:00:29+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dcb933a-9164-11ed-8605-e23c3b85b627 | InvocationID=6dcb9696-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:00:29+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c945046-9164-11ed-8605-e23c3b85b627 | InvocationID=7c9456a4-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:00:37+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72e4cf58-9164-11ed-8605-e23c3b85b627 | InvocationID=72e4d3c2-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:00:37+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81d05f5a-9164-11ed-8605-e23c3b85b627 | InvocationID=81d06194-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:00:37+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81d05f5a-9164-11ed-8605-e23c3b85b627 | InvocationID=81d06194-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:00:37+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81d05f5a-9164-11ed-8605-e23c3b85b627 | InvocationID=81d06194-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:00:53+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c945046-9164-11ed-8605-e23c3b85b627 | InvocationID=7c9456a4-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:00:53+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b5f0756-9164-11ed-8605-e23c3b85b627 | InvocationID=8b5f090e-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:01:02+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81d05f5a-9164-11ed-8605-e23c3b85b627 | InvocationID=81d06194-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:01:02+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90bc5848-9164-11ed-8605-e23c3b85b627 | InvocationID=90bc5aaa-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:01:02+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90bc5848-9164-11ed-8605-e23c3b85b627 | InvocationID=90bc5aaa-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:01:02+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90bc5848-9164-11ed-8605-e23c3b85b627 | InvocationID=90bc5aaa-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:01:18+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b5f0756-9164-11ed-8605-e23c3b85b627 | InvocationID=8b5f090e-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:01:18+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a25cd4c-9164-11ed-8605-e23c3b85b627 | InvocationID=9a25cf18-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:01:27+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90bc5848-9164-11ed-8605-e23c3b85b627 | InvocationID=90bc5aaa-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:01:27+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fa8280a-9164-11ed-8605-e23c3b85b627 | InvocationID=9fa82a6c-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:01:28+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fa8280a-9164-11ed-8605-e23c3b85b627 | InvocationID=9fa82a6c-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:01:28+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fa8280a-9164-11ed-8605-e23c3b85b627 | InvocationID=9fa82a6c-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:01:43+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a25cd4c-9164-11ed-8605-e23c3b85b627 | InvocationID=9a25cf18-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:01:43+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8f0ad92-9164-11ed-8605-e23c3b85b627 | InvocationID=a8f0b012-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:01:53+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fa8280a-9164-11ed-8605-e23c3b85b627 | InvocationID=9fa82a6c-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:01:53+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae94132e-9164-11ed-8605-e23c3b85b627 | InvocationID=ae94157c-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:01:53+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae94132e-9164-11ed-8605-e23c3b85b627 | InvocationID=ae94157c-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:01:53+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae94132e-9164-11ed-8605-e23c3b85b627 | InvocationID=ae94157c-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:02:08+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8f0ad92-9164-11ed-8605-e23c3b85b627 | InvocationID=a8f0b012-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:02:08+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7c557b4-9164-11ed-8605-e23c3b85b627 | InvocationID=b7c56b3c-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:02:18+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae94132e-9164-11ed-8605-e23c3b85b627 | InvocationID=ae94157c-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:02:18+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd821070-9164-11ed-8605-e23c3b85b627 | InvocationID=bd821232-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:02:18+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd821070-9164-11ed-8605-e23c3b85b627 | InvocationID=bd821232-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:02:18+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd821070-9164-11ed-8605-e23c3b85b627 | InvocationID=bd821232-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:02:33+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7c557b4-9164-11ed-8605-e23c3b85b627 | InvocationID=b7c56b3c-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:02:33+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c689ed46-9164-11ed-8605-e23c3b85b627 | InvocationID=c689f28c-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:02:43+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd821070-9164-11ed-8605-e23c3b85b627 | InvocationID=bd821232-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:02:43+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6d95d2-9164-11ed-8605-e23c3b85b627 | InvocationID=cc6d983e-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:02:43+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6d95d2-9164-11ed-8605-e23c3b85b627 | InvocationID=cc6d983e-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:02:43+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc6d95d2-9164-11ed-8605-e23c3b85b627 | InvocationID=cc6d983e-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:02:57+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c689ed46-9164-11ed-8605-e23c3b85b627 | InvocationID=c689f28c-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:02:57+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54fb838-9164-11ed-8605-e23c3b85b627 | InvocationID=d54fba9a-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:03:08+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc6d95d2-9164-11ed-8605-e23c3b85b627 | InvocationID=cc6d983e-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:03:08+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db637c14-9164-11ed-8605-e23c3b85b627 | InvocationID=db63806a-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:03:08+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db637c14-9164-11ed-8605-e23c3b85b627 | InvocationID=db63806a-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:03:08+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db637c14-9164-11ed-8605-e23c3b85b627 | InvocationID=db63806a-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:03:22+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d54fb838-9164-11ed-8605-e23c3b85b627 | InvocationID=d54fba9a-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:03:22+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e413d048-9164-11ed-8605-e23c3b85b627 | InvocationID=e413d200-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:03:33+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db637c14-9164-11ed-8605-e23c3b85b627 | InvocationID=db63806a-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:03:33+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea4fee7e-9164-11ed-8605-e23c3b85b627 | InvocationID=ea4ff0d6-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:03:33+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea4fee7e-9164-11ed-8605-e23c3b85b627 | InvocationID=ea4ff0d6-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:03:33+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea4fee7e-9164-11ed-8605-e23c3b85b627 | InvocationID=ea4ff0d6-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:03:47+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e413d048-9164-11ed-8605-e23c3b85b627 | InvocationID=e413d200-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:03:47+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e125bc-9164-11ed-8605-e23c3b85b627 | InvocationID=f2e127d8-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:03:58+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea4fee7e-9164-11ed-8605-e23c3b85b627 | InvocationID=ea4ff0d6-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:03:58+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f93bdcfe-9164-11ed-8605-e23c3b85b627 | InvocationID=f93bdede-9164-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:03:58+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f93bdcfe-9164-11ed-8605-e23c3b85b627 | InvocationID=f93bdede-9164-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:03:58+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f93bdcfe-9164-11ed-8605-e23c3b85b627 | InvocationID=f93bdede-9164-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:04:12+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2e125bc-9164-11ed-8605-e23c3b85b627 | InvocationID=f2e127d8-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:04:12+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01c7aa88-9165-11ed-8605-e23c3b85b627 | InvocationID=01c7ad8a-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:04:23+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f93bdcfe-9164-11ed-8605-e23c3b85b627 | InvocationID=f93bdede-9164-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:04:23+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08273100-9165-11ed-8605-e23c3b85b627 | InvocationID=082732c2-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:04:23+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08273100-9165-11ed-8605-e23c3b85b627 | InvocationID=082732c2-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:04:23+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08273100-9165-11ed-8605-e23c3b85b627 | InvocationID=082732c2-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:04:37+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01c7aa88-9165-11ed-8605-e23c3b85b627 | InvocationID=01c7ad8a-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:04:37+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=109d394c-9165-11ed-8605-e23c3b85b627 | InvocationID=109d3bae-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:04:48+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08273100-9165-11ed-8605-e23c3b85b627 | InvocationID=082732c2-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:04:48+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1712cfd0-9165-11ed-8605-e23c3b85b627 | InvocationID=1712d2d2-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:04:48+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1712cfd0-9165-11ed-8605-e23c3b85b627 | InvocationID=1712d2d2-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:04:48+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1712cfd0-9165-11ed-8605-e23c3b85b627 | InvocationID=1712d2d2-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:05:02+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=109d394c-9165-11ed-8605-e23c3b85b627 | InvocationID=109d3bae-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:05:02+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f749064-9165-11ed-8605-e23c3b85b627 | InvocationID=1f749226-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:05:13+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1712cfd0-9165-11ed-8605-e23c3b85b627 | InvocationID=1712d2d2-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:05:13+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2600518e-9165-11ed-8605-e23c3b85b627 | InvocationID=26005468-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:05:13+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2600518e-9165-11ed-8605-e23c3b85b627 | InvocationID=26005468-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:05:13+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2600518e-9165-11ed-8605-e23c3b85b627 | InvocationID=26005468-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:05:27+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f749064-9165-11ed-8605-e23c3b85b627 | InvocationID=1f749226-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:05:27+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e3d4f46-9165-11ed-8605-e23c3b85b627 | InvocationID=2e3d516c-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:05:38+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2600518e-9165-11ed-8605-e23c3b85b627 | InvocationID=26005468-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:05:38+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34f30bf0-9165-11ed-8605-e23c3b85b627 | InvocationID=34f30eb6-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:05:38+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34f30bf0-9165-11ed-8605-e23c3b85b627 | InvocationID=34f30eb6-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:05:38+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34f30bf0-9165-11ed-8605-e23c3b85b627 | InvocationID=34f30eb6-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:05:51+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e3d4f46-9165-11ed-8605-e23c3b85b627 | InvocationID=2e3d516c-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:05:51+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d052670-9165-11ed-8605-e23c3b85b627 | InvocationID=3d052a08-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:06:03+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34f30bf0-9165-11ed-8605-e23c3b85b627 | InvocationID=34f30eb6-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:06:03+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43de2a50-9165-11ed-8605-e23c3b85b627 | InvocationID=43de2c8a-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:06:03+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43de2a50-9165-11ed-8605-e23c3b85b627 | InvocationID=43de2c8a-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:06:03+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43de2a50-9165-11ed-8605-e23c3b85b627 | InvocationID=43de2c8a-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:06:16+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d052670-9165-11ed-8605-e23c3b85b627 | InvocationID=3d052a08-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:06:16+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bca1a26-9165-11ed-8605-e23c3b85b627 | InvocationID=4bca1c2e-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:06:28+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43de2a50-9165-11ed-8605-e23c3b85b627 | InvocationID=43de2c8a-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:06:28+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c9df14-9165-11ed-8605-e23c3b85b627 | InvocationID=52c9eaf4-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:06:28+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c9df14-9165-11ed-8605-e23c3b85b627 | InvocationID=52c9eaf4-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:06:28+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52c9df14-9165-11ed-8605-e23c3b85b627 | InvocationID=52c9eaf4-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:06:41+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bca1a26-9165-11ed-8605-e23c3b85b627 | InvocationID=4bca1c2e-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:06:41+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a93ab94-9165-11ed-8605-e23c3b85b627 | InvocationID=5a93adec-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:06:53+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52c9df14-9165-11ed-8605-e23c3b85b627 | InvocationID=52c9eaf4-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:06:53+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61b51516-9165-11ed-8605-e23c3b85b627 | InvocationID=61b517fa-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:06:53+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61b51516-9165-11ed-8605-e23c3b85b627 | InvocationID=61b517fa-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:06:53+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61b51516-9165-11ed-8605-e23c3b85b627 | InvocationID=61b517fa-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:07:06+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a93ab94-9165-11ed-8605-e23c3b85b627 | InvocationID=5a93adec-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:07:06+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6964cb26-9165-11ed-8605-e23c3b85b627 | InvocationID=6964ccb6-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:07:18+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61b51516-9165-11ed-8605-e23c3b85b627 | InvocationID=61b517fa-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:07:18+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70a17614-9165-11ed-8605-e23c3b85b627 | InvocationID=70a177ae-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:07:18+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70a17614-9165-11ed-8605-e23c3b85b627 | InvocationID=70a177ae-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:07:18+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70a17614-9165-11ed-8605-e23c3b85b627 | InvocationID=70a177ae-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:07:31+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6964cb26-9165-11ed-8605-e23c3b85b627 | InvocationID=6964ccb6-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:07:31+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=782ff63a-9165-11ed-8605-e23c3b85b627 | InvocationID=782ff838-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:07:43+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70a17614-9165-11ed-8605-e23c3b85b627 | InvocationID=70a177ae-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:07:43+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f939eb8-9165-11ed-8605-e23c3b85b627 | InvocationID=7f93a08e-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:07:43+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f939eb8-9165-11ed-8605-e23c3b85b627 | InvocationID=7f93a08e-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:07:43+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f939eb8-9165-11ed-8605-e23c3b85b627 | InvocationID=7f93a08e-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:07:56+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=782ff63a-9165-11ed-8605-e23c3b85b627 | InvocationID=782ff838-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:07:56+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f2fa96-9165-11ed-8605-e23c3b85b627 | InvocationID=86f306ee-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:08:08+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f939eb8-9165-11ed-8605-e23c3b85b627 | InvocationID=7f93a08e-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:08:08+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e7f71a4-9165-11ed-8605-e23c3b85b627 | InvocationID=8e7f73a2-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:08:08+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e7f71a4-9165-11ed-8605-e23c3b85b627 | InvocationID=8e7f73a2-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:08:08+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e7f71a4-9165-11ed-8605-e23c3b85b627 | InvocationID=8e7f73a2-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:08:20+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86f2fa96-9165-11ed-8605-e23c3b85b627 | InvocationID=86f306ee-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:08:20+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95bac5b8-9165-11ed-8605-e23c3b85b627 | InvocationID=95bac7f2-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:08:33+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e7f71a4-9165-11ed-8605-e23c3b85b627 | InvocationID=8e7f73a2-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:08:33+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d6b3d56-9165-11ed-8605-e23c3b85b627 | InvocationID=9d6b3f9a-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:08:33+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d6b3d56-9165-11ed-8605-e23c3b85b627 | InvocationID=9d6b3f9a-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:08:33+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d6b3d56-9165-11ed-8605-e23c3b85b627 | InvocationID=9d6b3f9a-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:08:45+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95bac5b8-9165-11ed-8605-e23c3b85b627 | InvocationID=95bac7f2-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:08:45+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4854a8c-9165-11ed-8605-e23c3b85b627 | InvocationID=a4854e1a-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:08:58+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d6b3d56-9165-11ed-8605-e23c3b85b627 | InvocationID=9d6b3f9a-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:08:58+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac571df8-9165-11ed-8605-e23c3b85b627 | InvocationID=ac571fec-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:08:58+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac571df8-9165-11ed-8605-e23c3b85b627 | InvocationID=ac571fec-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:08:58+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac571df8-9165-11ed-8605-e23c3b85b627 | InvocationID=ac571fec-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:09:10+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4854a8c-9165-11ed-8605-e23c3b85b627 | InvocationID=a4854e1a-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:09:10+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b35362ec-9165-11ed-8605-e23c3b85b627 | InvocationID=b353667a-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:09:23+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac571df8-9165-11ed-8605-e23c3b85b627 | InvocationID=ac571fec-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:09:23+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb422d80-9165-11ed-8605-e23c3b85b627 | InvocationID=bb4230aa-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:09:23+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb422d80-9165-11ed-8605-e23c3b85b627 | InvocationID=bb4230aa-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:09:23+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb422d80-9165-11ed-8605-e23c3b85b627 | InvocationID=bb4230aa-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:09:35+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b35362ec-9165-11ed-8605-e23c3b85b627 | InvocationID=b353667a-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:09:35+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c21fe5ac-9165-11ed-8605-e23c3b85b627 | InvocationID=c21fe804-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:09:48+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb422d80-9165-11ed-8605-e23c3b85b627 | InvocationID=bb4230aa-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:09:48+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca2dcd40-9165-11ed-8605-e23c3b85b627 | InvocationID=ca2dcfc0-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:09:48+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca2dcd40-9165-11ed-8605-e23c3b85b627 | InvocationID=ca2dcfc0-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:09:48+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca2dcd40-9165-11ed-8605-e23c3b85b627 | InvocationID=ca2dcfc0-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:10:00+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c21fe5ac-9165-11ed-8605-e23c3b85b627 | InvocationID=c21fe804-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:10:00+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e3a182-9165-11ed-8605-e23c3b85b627 | InvocationID=d0e3a524-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-11T04:10:13+0000 | policy_event_thread | 139653659958048 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca2dcd40-9165-11ed-8605-e23c3b85b627 | InvocationID=ca2dcfc0-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF activation/deactivation policy response events.
2023-01-11T04:10:13+0000 | policy_event_thread | 139653659958048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d91ace48-9165-11ed-8605-e23c3b85b627 | InvocationID=d91ad190-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-11T04:10:13+0000 | policy_event_thread | 139653659958048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d91ace48-9165-11ed-8605-e23c3b85b627 | InvocationID=d91ad190-9165-11ed-8605-e23c3b85b627 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:10:13+0000 | policy_event_thread | 139653659958048 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d91ace48-9165-11ed-8605-e23c3b85b627 | InvocationID=d91ad190-9165-11ed-8605-e23c3b85b627 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-11T04:10:24+0000 | aai_event_thread | 139653658897184 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0e3a182-9165-11ed-8605-e23c3b85b627 | InvocationID=d0e3a524-9165-11ed-8605-e23c3b85b627 | Polling MR for XNF AAI events.
2023-01-11T04:10:24+0000 | aai_event_thread | 139653658897184 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa8c7ec-9165-11ed-8605-e23c3b85b627 | InvocationID=dfa8cc88-9165-11ed-8605-e23c3b85b627 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT