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-24T05:19:01+0000 | MainThread | 140282646740296 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-24T05:19:01+0000 | MainThread | 140282646740296 | 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-24T05:19:01+0000 | MainThread | 140282646740296 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-24T05:19:01+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:19:01+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-24T05:19:01+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ca3c9a6-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=9ca3cc6c-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:19:01+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ca58e58-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=9ca58fe8-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:19:01+0000 | MainThread | 140282646740296 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-24T05:19:01+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ca3c9a6-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=9ca3cc6c-9ba6-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:19:01+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ca3c9a6-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=9ca3cc6c-9ba6-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:19:01+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ca58e58-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=9ca58fe8-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:19:01+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ca58e58-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=9ca58fe8-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:19:21+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ca58e58-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=9ca58fe8-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:19:21+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c00510-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=a8c007cc-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:19:21+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c00510-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=a8c007cc-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:19:21+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8c00510-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=a8c007cc-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:19:26+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ca3c9a6-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=9ca3cc6c-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:19:26+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb9d778-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=abb9d9bc-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:19:26+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb9d778-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=abb9d9bc-9ba6-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:19:26+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb9d778-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=abb9d9bc-9ba6-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:19:41+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8c00510-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=a8c007cc-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:19:41+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4b1be22-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=b4b1c016-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:19:41+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4b1be22-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=b4b1c016-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:19:41+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4b1be22-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=b4b1c016-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:19:51+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb9d778-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=abb9d9bc-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:19:51+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa72588-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=baa72718-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:19:51+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa72588-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=baa72718-9ba6-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:19:51+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa72588-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=baa72718-9ba6-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:20:01+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4b1be22-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=b4b1c016-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:20:01+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0a5a414-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=c0a5a5f4-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:20:01+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0a5a414-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=c0a5a5f4-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:20:01+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0a5a414-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=c0a5a5f4-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:20:16+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa72588-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=baa72718-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:20:16+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c996d764-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=c996d8fe-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:20:16+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c996d764-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=c996d8fe-9ba6-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:20:16+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c996d764-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=c996d8fe-9ba6-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:20:21+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0a5a414-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=c0a5a5f4-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:20:21+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc989754-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=cc989a10-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:20:21+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc989754-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=cc989a10-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:20:21+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc989754-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=cc989a10-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:20:41+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c996d764-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=c996d8fe-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:20:41+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8836b20-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=d8836d50-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:20:41+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8836b20-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=d8836d50-9ba6-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:20:41+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8836b20-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=d8836d50-9ba6-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:20:41+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc989754-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=cc989a10-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:20:41+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8902cca-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=d8902f7c-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:20:41+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8902cca-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=d8902f7c-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:20:41+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8902cca-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=d8902f7c-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:21:01+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8902cca-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=d8902f7c-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:21:01+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e480bd74-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=e480bf22-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:21:01+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e480bd74-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=e480bf22-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:21:01+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e480bd74-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=e480bf22-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:21:06+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8836b20-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=d8836d50-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:21:06+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e770727c-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=e77076e6-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:21:06+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e770727c-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=e77076e6-9ba6-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:21:06+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e770727c-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=e77076e6-9ba6-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:21:21+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e480bd74-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=e480bf22-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:21:21+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f07467f2-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=f0746c7a-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:21:22+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f07467f2-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=f0746c7a-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:21:22+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f07467f2-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=f0746c7a-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:21:31+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e770727c-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=e77076e6-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:21:31+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65fed94-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=f65ff15e-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:21:31+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65fed94-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=f65ff15e-9ba6-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:21:31+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65fed94-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=f65ff15e-9ba6-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:21:42+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f07467f2-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=f0746c7a-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:21:42+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc6bb592-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=fc6bb736-9ba6-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:21:42+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc6bb592-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=fc6bb736-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:21:42+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc6bb592-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=fc6bb736-9ba6-11ed-8343-fe3ffbabdf11 | 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-24T05:21:56+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65fed94-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=f65ff15e-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:21:56+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=054b3c14-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=054b3e12-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:21:56+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=054b3c14-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=054b3e12-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:21:56+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=054b3c14-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=054b3e12-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:22:02+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc6bb592-9ba6-11ed-8343-fe3ffbabdf11 | InvocationID=fc6bb736-9ba6-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:22:02+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=085c6ef0-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=085c7152-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:22:02+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=085c6ef0-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=085c7152-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:22:02+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=085c6ef0-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=085c7152-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:22:21+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=054b3c14-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=054b3e12-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:22:21+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1439c704-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=1439c88a-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:22:22+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1439c704-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=1439c88a-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:22:22+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1439c704-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=1439c88a-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:22:22+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=085c6ef0-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=085c7152-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:22:22+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=144cb13e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=144cb346-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:22:22+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=144cb13e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=144cb346-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:22:22+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=144cb13e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=144cb346-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:22:42+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=144cb13e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=144cb346-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:22:42+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203d8f86-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=203d917a-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:22:42+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203d8f86-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=203d917a-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:22:42+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=203d8f86-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=203d917a-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:22:47+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1439c704-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=1439c88a-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:22:47+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23288cdc-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=23288ed0-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:22:47+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23288cdc-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=23288ed0-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:22:47+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23288cdc-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=23288ed0-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:23:02+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=203d8f86-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=203d917a-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:23:02+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c2da614-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=2c2da7f4-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:23:02+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c2da614-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=2c2da7f4-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:23:02+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c2da614-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=2c2da7f4-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:23:12+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23288cdc-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=23288ed0-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:23:12+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32155ca2-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=32155ea0-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:23:12+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32155ca2-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=32155ea0-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:23:12+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32155ca2-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=32155ea0-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:23:22+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c2da614-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=2c2da7f4-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:23:22+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=381d8f48-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=381d91e6-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:23:22+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=381d8f48-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=381d91e6-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:23:22+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=381d8f48-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=381d91e6-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:23:37+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32155ca2-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=32155ea0-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:23:37+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41015324-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=410155e0-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:23:37+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41015324-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=410155e0-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:23:37+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41015324-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=410155e0-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:23:42+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=381d8f48-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=381d91e6-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:23:42+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=440fb4de-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=440fb7a4-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:23:42+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=440fb4de-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=440fb7a4-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:23:42+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=440fb4de-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=440fb7a4-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:24:02+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41015324-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=410155e0-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:24:02+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fed9a3c-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=4feda054-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:24:02+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fed9a3c-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=4feda054-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:24:02+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fed9a3c-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=4feda054-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:24:02+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=440fb4de-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=440fb7a4-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:24:02+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50000c8a-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=50000e74-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:24:02+0000 | aai_event_thread | 140282595986208 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50000c8a-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=50000e74-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:24:02+0000 | aai_event_thread | 140282595986208 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50000c8a-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=50000e74-9ba7-11ed-8343-fe3ffbabdf11 | 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-24T05:24:22+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50000c8a-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=50000e74-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:24:22+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bf04eb0-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=5bf050c2-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:24:27+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fed9a3c-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=4feda054-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:24:27+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5edbb4d4-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=5edbb678-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:24:27+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5edbb4d4-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=5edbb678-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:24:27+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5edbb4d4-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=5edbb678-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:24:47+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bf04eb0-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=5bf050c2-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:24:47+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ad391da-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=6ad39414-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:24:52+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5edbb4d4-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=5edbb678-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:24:52+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dc6e130-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=6dc6e32e-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:24:52+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dc6e130-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=6dc6e32e-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:24:52+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dc6e130-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=6dc6e32e-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:25:07+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ad391da-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=6ad39414-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:25:07+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c974be-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=76c97950-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:25:17+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dc6e130-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=6dc6e32e-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:25:17+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cb6f6da-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=7cb6f892-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:25:17+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cb6f6da-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=7cb6f892-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:25:17+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cb6f6da-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=7cb6f892-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:25:27+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76c974be-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=76c97950-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:25:27+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82be5f00-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=82be60a4-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:25:42+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cb6f6da-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=7cb6f892-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:25:42+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ba2523e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=8ba25586-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:25:42+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ba2523e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=8ba25586-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:25:42+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ba2523e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=8ba25586-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:25:47+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82be5f00-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=82be60a4-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:25:47+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb70b72-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=8eb70eba-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:26:07+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ba2523e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=8ba25586-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:26:07+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a8e4e7e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=9a8e5090-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:26:07+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a8e4e7e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=9a8e5090-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:26:07+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a8e4e7e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=9a8e5090-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:26:08+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eb70b72-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=8eb70eba-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:26:08+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b0b016c-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=9b0b037e-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:26:32+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a8e4e7e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=9a8e5090-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:26:32+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a979aae6-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=a979acbc-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:26:32+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a979aae6-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=a979acbc-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:26:32+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a979aae6-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=a979acbc-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:26:32+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b0b016c-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=9b0b037e-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:26:32+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9cd48d6-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=a9cd4ca0-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:26:57+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a979aae6-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=a979acbc-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:26:57+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b864ccfc-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=b864cea0-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:26:57+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b864ccfc-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=b864cea0-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:26:57+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b864ccfc-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=b864cea0-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:26:57+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9cd48d6-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=a9cd4ca0-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:26:57+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b88e8c18-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=b88e8dbc-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:27:22+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b864ccfc-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=b864cea0-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:27:22+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7503d32-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=c7504002-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:27:22+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b88e8c18-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=b88e8dbc-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:27:22+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75350da-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=c7535274-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:27:22+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7503d32-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=c7504002-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:27:22+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7503d32-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=c7504002-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:27:47+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c75350da-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=c7535274-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:27:47+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d61a7a9e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=d61a81ec-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:27:47+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7503d32-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=c7504002-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:27:47+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d63de394-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=d63de538-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:27:47+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d63de394-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=d63de538-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:27:47+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d63de394-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=d63de538-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:28:11+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d61a7a9e-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=d61a81ec-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:28:12+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4ded5c0-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=e4ded98a-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:28:12+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d63de394-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=d63de538-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:28:12+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5286c26-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=e5286db6-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:28:12+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5286c26-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=e5286db6-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:28:12+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5286c26-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=e5286db6-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:28:36+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4ded5c0-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=e4ded98a-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:28:36+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a3ff7c-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=f3a401f2-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:28:37+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5286c26-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=e5286db6-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:28:37+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4135b24-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=f4135d18-9ba7-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:28:37+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4135b24-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=f4135d18-9ba7-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:28:37+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4135b24-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=f4135d18-9ba7-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:29:01+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3a3ff7c-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=f3a401f2-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:29:01+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0264be70-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=0264c0e6-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:29:02+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4135b24-9ba7-11ed-8343-fe3ffbabdf11 | InvocationID=f4135d18-9ba7-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:29:02+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03007fea-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=0300818e-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:29:02+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03007fea-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=0300818e-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:29:02+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03007fea-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=0300818e-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:29:26+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0264be70-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=0264c0e6-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:29:26+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1126f824-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=1126f9b4-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:29:27+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03007fea-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=0300818e-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:29:27+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f2f42e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=11f2f62c-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:29:27+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f2f42e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=11f2f62c-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:29:27+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f2f42e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=11f2f62c-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:29:51+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1126f824-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=1126f9b4-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:29:51+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fe914f0-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=1fe917ca-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:29:52+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f2f42e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=11f2f62c-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:29:52+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20de9b6e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=20de9e34-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:29:52+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20de9b6e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=20de9e34-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:29:52+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20de9b6e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=20de9e34-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:30:15+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fe914f0-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=1fe917ca-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:30:15+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eb21e6e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=2eb21ffe-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:30:17+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20de9b6e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=20de9e34-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:30:17+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fc9923c-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=2fc993cc-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:30:17+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fc9923c-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=2fc993cc-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:30:17+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fc9923c-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=2fc993cc-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:30:40+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eb21e6e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=2eb21ffe-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:30:40+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d7307e2-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=3d730a76-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:30:42+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fc9923c-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=2fc993cc-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:30:42+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb4210e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=3eb423ac-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:30:42+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb4210e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=3eb423ac-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:30:42+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb4210e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=3eb423ac-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:31:05+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d7307e2-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=3d730a76-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:31:05+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c34b820-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=4c34b9c4-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:31:07+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb4210e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=3eb423ac-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:31:07+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9ef72a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=4d9efaae-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:31:07+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9ef72a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=4d9efaae-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:31:07+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d9ef72a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=4d9efaae-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:31:30+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c34b820-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=4c34b9c4-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:31:30+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af6f0bc-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=5af6f30a-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:31:32+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d9ef72a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=4d9efaae-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:31:32+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8ad74a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=5c8adbc8-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:31:32+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8ad74a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=5c8adbc8-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:31:32+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c8ad74a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=5c8adbc8-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:31:54+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5af6f0bc-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=5af6f30a-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:31:54+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69bcf100-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=69bcf2f4-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:31:57+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c8ad74a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=5c8adbc8-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:31:57+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b762eda-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=6b7630c4-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:31:57+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b762eda-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=6b7630c4-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:31:57+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b762eda-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=6b7630c4-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:32:19+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69bcf100-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=69bcf2f4-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:32:19+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7882cb60-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=7882d0e2-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:32:22+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b762eda-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=6b7630c4-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:32:22+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a60b384-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=7a60b514-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:32:22+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a60b384-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=7a60b514-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:32:22+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a60b384-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=7a60b514-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:32:44+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7882cb60-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=7882d0e2-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:32:44+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8744d51c-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=8744d6a2-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:32:47+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a60b384-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=7a60b514-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:32:47+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=894b751e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=894b76ae-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:32:47+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=894b751e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=894b76ae-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:32:47+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=894b751e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=894b76ae-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:33:09+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8744d51c-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=8744d6a2-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:33:09+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=960712f4-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=9607152e-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:33:12+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=894b751e-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=894b76ae-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:33:12+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98362704-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=983628d0-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:33:12+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98362704-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=983628d0-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:33:12+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98362704-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=983628d0-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:33:33+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=960712f4-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=9607152e-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:33:33+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4cb2f64-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=a4cb31d0-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:33:37+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98362704-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=983628d0-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:33:37+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7224f4a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=a72250e4-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:33:37+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7224f4a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=a72250e4-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:33:37+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7224f4a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=a72250e4-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:33:58+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4cb2f64-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=a4cb31d0-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:33:58+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b38cf76c-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=b38cf956-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:34:02+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7224f4a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=a72250e4-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:34:02+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60ddfe2-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=b60de1b8-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:34:02+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60ddfe2-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=b60de1b8-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:34:02+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b60ddfe2-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=b60de1b8-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:34:23+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b38cf76c-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=b38cf956-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:34:23+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c24d8690-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=c24d88de-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:34:27+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b60ddfe2-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=b60de1b8-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:34:27+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4f869c8-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=c4f86b62-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:34:28+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4f869c8-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=c4f86b62-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:34:28+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4f869c8-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=c4f86b62-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:34:48+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c24d8690-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=c24d88de-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:34:48+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1111fac-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=d111213c-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:34:53+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4f869c8-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=c4f86b62-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:34:53+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3e38f62-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=d3e39138-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:34:53+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3e38f62-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=d3e39138-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:34:53+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3e38f62-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=d3e39138-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:35:13+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1111fac-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=d111213c-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:35:13+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfd872b0-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=dfd87508-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:35:18+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3e38f62-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=d3e39138-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:35:18+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ce8c2a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=e2ce9594-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:35:18+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ce8c2a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=e2ce9594-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:35:18+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2ce8c2a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=e2ce9594-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:35:37+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfd872b0-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=dfd87508-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:35:37+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee9a3f04-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=ee9a40a8-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:35:43+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2ce8c2a-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=e2ce9594-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:35:43+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b9ce52-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=f1b9cfec-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:35:43+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b9ce52-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=f1b9cfec-9ba8-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:35:43+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1b9ce52-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=f1b9cfec-9ba8-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:36:02+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee9a3f04-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=ee9a40a8-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:36:02+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5fc0d6-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=fd5fc2ca-9ba8-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:36:08+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1b9ce52-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=f1b9cfec-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:36:08+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00a4c49e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=00a4d1e6-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:36:08+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00a4c49e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=00a4d1e6-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:36:08+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00a4c49e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=00a4d1e6-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:36:27+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd5fc0d6-9ba8-11ed-8343-fe3ffbabdf11 | InvocationID=fd5fc2ca-9ba8-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:36:27+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c2183a2-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=0c2185aa-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:36:33+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00a4c49e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=00a4d1e6-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:36:33+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f8f9e02-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=0f8f9f9c-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:36:33+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f8f9e02-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=0f8f9f9c-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:36:33+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f8f9e02-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=0f8f9f9c-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:36:52+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c2183a2-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=0c2185aa-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:36:52+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ae29d04-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=1ae29ea8-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:36:58+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f8f9e02-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=0f8f9f9c-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:36:58+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e7a746e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=1e7a7658-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:36:58+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e7a746e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=1e7a7658-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:36:58+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e7a746e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=1e7a7658-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:37:16+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ae29d04-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=1ae29ea8-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:37:16+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29a48bae-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=29a48d48-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:37:23+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e7a746e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=1e7a7658-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:37:23+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d660e98-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=2d66103c-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:37:23+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d660e98-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=2d66103c-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:37:23+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d660e98-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=2d66103c-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:37:41+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29a48bae-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=29a48d48-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:37:41+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38652392-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=3865257c-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:37:48+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d660e98-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=2d66103c-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:37:48+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c50f468-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=3c50f602-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:37:48+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c50f468-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=3c50f602-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:37:48+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c50f468-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=3c50f602-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:38:06+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38652392-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=3865257c-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:38:06+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472c9e50-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=472ca030-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:38:13+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c50f468-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=3c50f602-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:38:13+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b3bbd50-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=4b3bbee0-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:38:13+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b3bbd50-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=4b3bbee0-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:38:13+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b3bbd50-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=4b3bbee0-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:38:31+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=472c9e50-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=472ca030-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:38:31+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55eda2f4-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=55eda600-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:38:38+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b3bbd50-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=4b3bbee0-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:38:38+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a266f40-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=5a2671c0-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:38:38+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a266f40-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=5a2671c0-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:38:38+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a266f40-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=5a2671c0-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:38:55+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55eda2f4-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=55eda600-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:38:55+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64af1a0c-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=64af1b9c-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:39:03+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a266f40-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=5a2671c0-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:39:03+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691231ba-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=69123412-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:39:03+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691231ba-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=69123412-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:39:03+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=691231ba-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=69123412-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:39:20+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64af1a0c-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=64af1b9c-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:39:20+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7370ee4e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=7370efde-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:39:28+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=691231ba-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=69123412-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:39:28+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7801b222-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=7801b6c8-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:39:28+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7801b222-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=7801b6c8-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:39:28+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7801b222-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=7801b6c8-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:39:45+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7370ee4e-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=7370efde-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:39:45+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82359ed4-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=8235a262-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:39:53+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7801b222-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=7801b6c8-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:39:53+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86ee34b8-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=86ee3666-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:39:53+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86ee34b8-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=86ee3666-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:39:53+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86ee34b8-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=86ee3666-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:40:10+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82359ed4-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=8235a262-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:40:10+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f70ac0-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=90f70caa-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:40:18+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86ee34b8-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=86ee3666-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:40:18+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95d92802-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=95d92a46-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:40:18+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95d92802-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=95d92a46-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:40:18+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95d92802-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=95d92a46-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:40:34+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90f70ac0-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=90f70caa-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:40:34+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fb96c06-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=9fb96df0-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:40:43+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95d92802-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=95d92a46-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:40:43+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4c4a738-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=a4c4aa76-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:40:43+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4c4a738-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=a4c4aa76-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:40:43+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4c4a738-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=a4c4aa76-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:40:59+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fb96c06-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=9fb96df0-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:40:59+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae7dc70a-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=ae7dc912-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:41:08+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4c4a738-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=a4c4aa76-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:41:08+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3afc214-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=b3afc3ae-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:41:08+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3afc214-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=b3afc3ae-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:41:08+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3afc214-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=b3afc3ae-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:41:24+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae7dc70a-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=ae7dc912-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:41:24+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd4021a2-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=bd40233c-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:41:33+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3afc214-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=b3afc3ae-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:41:33+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29a74a4-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=c29a7a76-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:41:33+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29a74a4-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=c29a7a76-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:41:33+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29a74a4-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=c29a7a76-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:41:49+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd4021a2-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=bd40233c-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:41:49+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc00bdc8-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=cc00bfee-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:41:58+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29a74a4-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=c29a7a76-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:41:58+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d18607ee-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=d1860bcc-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:41:58+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d18607ee-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=d1860bcc-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:41:58+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d18607ee-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=d1860bcc-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:42:14+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc00bdc8-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=cc00bfee-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:42:14+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dac2d210-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=dac2d3f0-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:42:23+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d18607ee-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=d1860bcc-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:42:23+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0711398-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=e07115b4-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:42:23+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0711398-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=e07115b4-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:42:23+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0711398-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=e07115b4-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:42:38+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dac2d210-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=dac2d3f0-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:42:38+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9834226-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=e98344b0-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:42:48+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0711398-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=e07115b4-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:42:48+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef5b9946-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=ef5b9ae0-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:42:48+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef5b9946-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=ef5b9ae0-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:42:48+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef5b9946-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=ef5b9ae0-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:43:03+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9834226-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=e98344b0-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:43:03+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84579a0-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=f8457b80-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:43:13+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef5b9946-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=ef5b9ae0-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:43:13+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe46b15c-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=fe46b300-9ba9-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:43:13+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe46b15c-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=fe46b300-9ba9-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:43:13+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe46b15c-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=fe46b300-9ba9-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:43:28+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f84579a0-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=f8457b80-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:43:28+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07060838-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=070609dc-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:43:38+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe46b15c-9ba9-11ed-8343-fe3ffbabdf11 | InvocationID=fe46b300-9ba9-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:43:38+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d31735a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=0d31754e-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:43:38+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d31735a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=0d31754e-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:43:38+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d31735a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=0d31754e-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:43:53+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07060838-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=070609dc-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:43:53+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15c7151a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=15c717c2-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:44:03+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d31735a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=0d31754e-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:44:03+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c1c586c-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=1c1c59fc-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:44:03+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c1c586c-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=1c1c59fc-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:44:03+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c1c586c-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=1c1c59fc-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:44:17+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15c7151a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=15c717c2-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:44:17+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248805e6-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=24880780-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:44:28+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c1c586c-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=1c1c59fc-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:44:28+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b0728ca-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=2b072abe-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:44:28+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b0728ca-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=2b072abe-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:44:28+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b0728ca-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=2b072abe-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:44:42+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=248805e6-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=24880780-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:44:42+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33483510-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=334836aa-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:44:53+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b0728ca-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=2b072abe-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:44:53+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f1c534-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=39f1c6ba-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:44:53+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f1c534-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=39f1c6ba-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:44:53+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39f1c534-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=39f1c6ba-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:45:07+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33483510-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=334836aa-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:45:07+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42093748-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=420938e2-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:45:18+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39f1c534-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=39f1c6ba-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:45:18+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48dc96b4-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=48dc988a-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:45:18+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48dc96b4-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=48dc988a-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:45:18+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48dc96b4-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=48dc988a-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:45:32+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42093748-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=420938e2-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:45:32+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50cb6652-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=50cb6936-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:45:43+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48dc96b4-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=48dc988a-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:45:43+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c84a38-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=57c84c22-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:45:43+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c84a38-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=57c84c22-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:45:43+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57c84a38-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=57c84c22-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:45:56+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50cb6652-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=50cb6936-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:45:56+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f8ca890-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=5f8caa16-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:46:08+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57c84a38-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=57c84c22-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:46:08+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66b3aae2-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=66b3adee-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:46:08+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66b3aae2-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=66b3adee-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:46:08+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66b3aae2-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=66b3adee-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:46:21+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f8ca890-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=5f8caa16-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:46:21+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e4d1270-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=6e4d140a-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:46:33+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66b3aae2-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=66b3adee-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:46:33+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=759f36ca-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=759f38f0-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:46:33+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=759f36ca-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=759f38f0-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:46:33+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=759f36ca-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=759f38f0-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:46:46+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e4d1270-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=6e4d140a-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:46:46+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d0e4e00-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=7d0e5468-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:46:58+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=759f36ca-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=759f38f0-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:46:58+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=848a241a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=848a2604-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:46:58+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=848a241a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=848a2604-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:46:58+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=848a241a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=848a2604-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:47:11+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d0e4e00-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=7d0e5468-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:47:11+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd01d42-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=8bd02026-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:47:23+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=848a241a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=848a2604-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:47:23+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93752e7a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=93753064-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:47:23+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93752e7a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=93753064-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:47:23+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93752e7a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=93753064-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:47:35+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bd01d42-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=8bd02026-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:47:35+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a90be72-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=9a90c142-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:47:48+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93752e7a-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=93753064-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:47:48+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2601b8e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=a2601d96-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:47:48+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2601b8e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=a2601d96-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:47:48+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2601b8e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=a2601d96-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:48:00+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a90be72-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=9a90c142-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:48:00+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a958ce90-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=a958d020-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:48:13+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2601b8e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=a2601d96-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:48:13+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b14ab7f8-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=b14ab9e2-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:48:13+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b14ab7f8-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=b14ab9e2-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:48:13+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b14ab7f8-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=b14ab9e2-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:48:25+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a958ce90-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=a958d020-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:48:25+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b81cb554-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=b81cba4a-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:48:38+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b14ab7f8-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=b14ab9e2-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:48:38+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c036e066-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=c036e1ec-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:48:39+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c036e066-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=c036e1ec-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:48:39+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c036e066-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=c036e1ec-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:48:50+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b81cb554-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=b81cba4a-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:48:50+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e46adc-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=c6e46d48-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:49:04+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c036e066-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=c036e1ec-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:49:04+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf259450-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=cf2596b2-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:49:04+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf259450-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=cf2596b2-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:49:04+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf259450-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=cf2596b2-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:49:15+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6e46adc-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=c6e46d48-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:49:15+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5b39416-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=d5b395b0-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:49:29+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf259450-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=cf2596b2-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:49:29+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de144a2e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=de144c22-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:49:29+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de144a2e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=de144c22-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:49:29+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de144a2e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=de144c22-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:49:39+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5b39416-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=d5b395b0-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:49:39+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e474b818-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=e474ba48-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:49:54+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de144a2e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=de144c22-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:49:54+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed003d68-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=ed003f66-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:49:54+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed003d68-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=ed003f66-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:49:54+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed003d68-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=ed003f66-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:50:04+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e474b818-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=e474ba48-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:50:04+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f33679d6-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=f3367bc0-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:50:19+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed003d68-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=ed003f66-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:50:19+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbecb32e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=fbecb5a4-9baa-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:50:19+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbecb32e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=fbecb5a4-9baa-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:50:19+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbecb32e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=fbecb5a4-9baa-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:50:29+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f33679d6-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=f3367bc0-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:50:29+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01f82d02-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=01f82f3c-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:50:44+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbecb32e-9baa-11ed-8343-fe3ffbabdf11 | InvocationID=fbecb5a4-9baa-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:50:44+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ad866f8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=0ad86cac-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:50:44+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ad866f8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=0ad86cac-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:50:44+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ad866f8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=0ad86cac-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:50:54+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01f82d02-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=01f82f3c-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:50:54+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c1b74a-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=10c1b9e8-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:51:09+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ad866f8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=0ad86cac-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:51:09+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19c693ec-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=19c6964e-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:51:09+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19c693ec-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=19c6964e-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:51:09+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19c693ec-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=19c6964e-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:51:18+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10c1b74a-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=10c1b9e8-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:51:18+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f899298-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=1f899a0e-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:51:34+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19c693ec-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=19c6964e-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:51:34+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28b1e938-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=28b1eb36-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:51:34+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28b1e938-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=28b1eb36-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:51:34+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28b1e938-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=28b1eb36-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:51:43+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f899298-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=1f899a0e-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:51:43+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e4f53d0-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=2e4f5646-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:51:59+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28b1e938-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=28b1eb36-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:51:59+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=379d26d8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=379d31c8-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:51:59+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=379d26d8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=379d31c8-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:51:59+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=379d26d8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=379d31c8-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:52:08+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e4f53d0-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=2e4f5646-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:52:08+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d1a692c-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=3d1a6b16-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:52:24+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=379d26d8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=379d31c8-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:52:24+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=468a6b42-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=468a6cdc-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:52:24+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=468a6b42-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=468a6cdc-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:52:24+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=468a6b42-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=468a6cdc-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:52:33+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d1a692c-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=3d1a6b16-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:52:33+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be04440-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=4be045ee-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:52:49+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=468a6b42-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=468a6cdc-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:52:49+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55754cb2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=55754eb0-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:52:49+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55754cb2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=55754eb0-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:52:49+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55754cb2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=55754eb0-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:52:58+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4be04440-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=4be045ee-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:52:58+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa588f0-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=5aa58b0c-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:53:14+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55754cb2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=55754eb0-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:53:14+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6461813c-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=6461831c-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:53:14+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6461813c-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=6461831c-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:53:14+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6461813c-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=6461831c-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:53:22+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aa588f0-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=5aa58b0c-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:53:22+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69698fee-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=6969923c-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:53:39+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6461813c-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=6461831c-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:53:39+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=734cb8ec-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=734cbafe-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:53:39+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=734cb8ec-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=734cbafe-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:53:39+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=734cb8ec-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=734cbafe-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:53:47+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69698fee-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=6969923c-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:53:47+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=782b64bc-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=782b6dfe-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:54:04+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=734cb8ec-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=734cbafe-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:54:04+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8237f3c6-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=8237f5ce-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:54:04+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8237f3c6-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=8237f5ce-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:54:04+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8237f3c6-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=8237f5ce-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:54:12+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=782b64bc-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=782b6dfe-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:54:12+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f17aea-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=86f17cd4-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:54:29+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8237f3c6-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=8237f5ce-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:54:29+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912507c0-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=9125095a-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:54:29+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912507c0-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=9125095a-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:54:29+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=912507c0-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=9125095a-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:54:37+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86f17aea-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=86f17cd4-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:54:37+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b6cd0a-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=95b6cee0-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:54:54+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=912507c0-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=9125095a-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:54:54+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0106428-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=a010661c-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:54:54+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0106428-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=a010661c-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:54:54+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0106428-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=a010661c-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:55:01+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95b6cd0a-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=95b6cee0-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:55:01+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a47a4c22-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=a47a4e3e-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:55:19+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0106428-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=a010661c-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:55:19+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aefbb6b8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=aefbb8ac-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:55:19+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aefbb6b8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=aefbb8ac-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:55:19+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aefbb6b8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=aefbb8ac-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:55:26+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a47a4c22-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=a47a4e3e-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:55:26+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b33a1cd8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=b33a1e68-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:55:44+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aefbb6b8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=aefbb8ac-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:55:44+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bde715be-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=bde71776-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:55:44+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bde715be-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=bde71776-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:55:44+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bde715be-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=bde71776-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:55:51+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b33a1cd8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=b33a1e68-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:55:51+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1fbcfd2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=c1fbd220-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:56:09+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bde715be-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=bde71776-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:56:09+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd25be2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=ccd25d72-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:56:09+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccd25be2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=ccd25d72-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:56:09+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccd25be2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=ccd25d72-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:56:16+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1fbcfd2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=c1fbd220-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:56:16+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0be0058-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=d0be01f2-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:56:34+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccd25be2-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=ccd25d72-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:56:34+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbbe157e-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=dbbe1718-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:56:34+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbbe157e-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=dbbe1718-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:56:34+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbbe157e-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=dbbe1718-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:56:40+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0be0058-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=d0be01f2-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:56:40+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df7ff556-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=df7ff768-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:56:59+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbbe157e-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=dbbe1718-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:56:59+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaa8c4f8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=eaa8c692-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:56:59+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaa8c4f8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=eaa8c692-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:56:59+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaa8c4f8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=eaa8c692-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:57:05+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df7ff556-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=df7ff768-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:57:05+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee432b9e-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=ee432d74-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:57:24+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaa8c4f8-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=eaa8c692-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:57:24+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9941260-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=f9941486-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:57:24+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9941260-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=f9941486-9bab-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:57:24+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9941260-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=f9941486-9bab-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:57:30+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee432b9e-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=ee432d74-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:57:30+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd066b1e-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=fd066db2-9bab-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:57:49+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9941260-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=f9941486-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:57:49+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=087f3688-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=087f38c2-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:57:49+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=087f3688-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=087f38c2-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:57:49+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=087f3688-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=087f38c2-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:57:55+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd066b1e-9bab-11ed-8343-fe3ffbabdf11 | InvocationID=fd066db2-9bab-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:57:55+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bcc60cc-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=0bcc62ca-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:58:14+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=087f3688-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=087f38c2-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:58:14+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=176aab28-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=176aaccc-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:58:14+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=176aab28-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=176aaccc-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:58:14+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=176aab28-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=176aaccc-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:58:20+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bcc60cc-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=0bcc62ca-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:58:20+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a939378-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=1a939576-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:58:39+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=176aab28-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=176aaccc-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:58:39+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2655f2a0-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=2655f4a8-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:58:39+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2655f2a0-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=2655f4a8-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:58:39+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2655f2a0-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=2655f4a8-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:58:44+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a939378-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=1a939576-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:58:44+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=295556c6-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=29555860-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:59:04+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2655f2a0-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=2655f4a8-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:59:04+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=354192d8-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=354195b2-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:59:04+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=354192d8-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=354195b2-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:59:04+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=354192d8-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=354195b2-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:59:09+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=295556c6-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=29555860-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:59:09+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38169f44-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=3816a11a-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:59:29+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=354192d8-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=354195b2-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:59:29+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4430c12e-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=4430c32c-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:59:29+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4430c12e-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=4430c32c-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:59:29+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4430c12e-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=4430c32c-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:59:34+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38169f44-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=3816a11a-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:59:34+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46d8c584-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=46d8cdea-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T05:59:54+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4430c12e-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=4430c32c-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T05:59:54+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=531dee50-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=531df01c-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T05:59:54+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=531dee50-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=531df01c-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:59:54+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=531dee50-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=531df01c-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T05:59:59+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46d8c584-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=46d8cdea-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T05:59:59+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=559b1ebe-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=559b2094-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:00:19+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=531dee50-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=531df01c-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:00:19+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=620a9b70-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=620a9ed6-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:00:20+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=620a9b70-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=620a9ed6-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:00:20+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=620a9b70-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=620a9ed6-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:00:23+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=559b1ebe-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=559b2094-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:00:23+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=645b9cda-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=645b9ef6-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:00:45+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=620a9b70-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=620a9ed6-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:00:45+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70f61254-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=70f615c4-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:00:45+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70f61254-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=70f615c4-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:00:45+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70f61254-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=70f615c4-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:00:48+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=645b9cda-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=645b9ef6-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:00:48+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=731cb844-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=731cba10-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:01:10+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70f61254-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=70f615c4-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:01:10+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe43462-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=7fe435f2-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:01:10+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe43462-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=7fe435f2-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:01:10+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fe43462-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=7fe435f2-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:01:13+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=731cb844-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=731cba10-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:01:13+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e043dc-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=81e04576-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:01:35+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fe43462-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=7fe435f2-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:01:35+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ecf3990-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=8ecf3b20-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:01:35+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ecf3990-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=8ecf3b20-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:01:35+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ecf3990-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=8ecf3b20-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:01:38+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81e043dc-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=81e04576-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:01:38+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90a01ba4-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=90a01d48-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:02:00+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ecf3990-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=8ecf3b20-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:02:00+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dba72ee-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=9dba753c-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:02:00+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dba72ee-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=9dba753c-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:02:00+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dba72ee-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=9dba753c-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:02:02+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90a01ba4-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=90a01d48-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:02:02+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f61103a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=9f611292-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:02:25+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dba72ee-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=9dba753c-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:02:25+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aca5ea22-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=aca5ecde-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:02:25+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aca5ea22-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=aca5ecde-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:02:25+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aca5ea22-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=aca5ecde-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:02:27+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f61103a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=9f611292-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:02:27+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae24814c-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=ae248944-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:02:50+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aca5ea22-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=aca5ecde-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:02:50+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9162be-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=bb91650c-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:02:50+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9162be-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=bb91650c-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:02:50+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9162be-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=bb91650c-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:02:52+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae24814c-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=ae248944-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:02:52+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bce87418-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=bce875a8-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:03:15+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9162be-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=bb91650c-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:03:15+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca7dff8a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=ca7e0124-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:03:15+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca7dff8a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=ca7e0124-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:03:15+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca7dff8a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=ca7e0124-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:03:17+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bce87418-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=bce875a8-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:03:17+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbaa174a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=cbaa192a-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:03:40+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca7dff8a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=ca7e0124-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:03:40+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d969006c-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=d96902f6-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:03:40+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d969006c-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=d96902f6-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:03:40+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d969006c-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=d96902f6-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:03:41+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbaa174a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=cbaa192a-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:03:41+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da6c527a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=da6c54fa-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:04:05+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d969006c-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=d96902f6-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:04:05+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e854338a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=e8543574-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:04:05+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e854338a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=e8543574-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:04:05+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e854338a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=e8543574-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:04:06+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da6c527a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=da6c54fa-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:04:06+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e92caf9e-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=e92cb142-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:04:30+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e854338a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=e8543574-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:04:30+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f73f217a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=f73f23e6-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:04:30+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f73f217a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=f73f23e6-9bac-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:04:30+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f73f217a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=f73f23e6-9bac-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:04:31+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e92caf9e-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=e92cb142-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:04:31+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7edd68e-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=f7edd86e-9bac-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:04:55+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f73f217a-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=f73f23e6-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:04:55+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=062a3044-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=062a31e8-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:04:55+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=062a3044-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=062a31e8-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:04:55+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=062a3044-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=062a31e8-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:04:56+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7edd68e-9bac-11ed-8343-fe3ffbabdf11 | InvocationID=f7edd86e-9bac-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:04:56+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06afee3c-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=06aff026-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:05:20+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=062a3044-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=062a31e8-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:05:20+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1515aade-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=1515ad22-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:05:20+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1515aade-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=1515ad22-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:05:20+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1515aade-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=1515ad22-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:05:20+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06afee3c-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=06aff026-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:05:20+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1570c1f8-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=1570c3ec-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:05:45+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1515aade-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=1515ad22-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:05:45+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2400db68-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=2400dd70-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:05:45+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2400db68-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=2400dd70-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:05:45+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2400db68-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=2400dd70-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:05:45+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1570c1f8-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=1570c3ec-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:05:45+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24353b7e-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=24353d54-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:06:10+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2400db68-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=2400dd70-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:06:10+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ecdd2a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=32ecdfb4-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:06:10+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ecdd2a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=32ecdfb4-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:06:10+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32ecdd2a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=32ecdfb4-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:06:10+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24353b7e-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=24353d54-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:06:10+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f957e4-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=32f95988-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:06:35+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f957e4-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=32f95988-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:06:35+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41b9a20c-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=41b9a3ba-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:06:35+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32ecdd2a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=32ecdfb4-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:06:35+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41d802e2-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=41d80530-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:06:35+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41d802e2-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=41d80530-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:06:35+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41d802e2-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=41d80530-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:07:00+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41b9a20c-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=41b9a3ba-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:07:00+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=507ab8a8-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=507abb82-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:07:00+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41d802e2-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=41d80530-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:07:00+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50c30d60-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=50c30fea-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:07:00+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50c30d60-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=50c30fea-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:07:00+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50c30d60-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=50c30fea-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:07:24+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=507ab8a8-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=507abb82-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:07:24+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3b0d48-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=5f3b0f28-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:07:25+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50c30d60-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=50c30fea-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:07:25+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fadfe84-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=5fae0122-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:07:25+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fadfe84-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=5fae0122-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:07:25+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fadfe84-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=5fae0122-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:07:49+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f3b0d48-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=5f3b0f28-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:07:49+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dfd62a4-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=6dfd64fc-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:07:50+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fadfe84-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=5fae0122-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:07:50+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e98fc46-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=6e98fdcc-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:07:50+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e98fc46-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=6e98fdcc-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:07:50+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e98fc46-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=6e98fdcc-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:08:14+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dfd62a4-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=6dfd64fc-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:08:14+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbf6ed6-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=7cbf70e8-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:08:15+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e98fc46-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=6e98fdcc-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:08:15+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d83760a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=7d83784e-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:08:15+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d83760a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=7d83784e-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:08:15+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d83760a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=7d83784e-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:08:39+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cbf6ed6-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=7cbf70e8-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:08:39+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b7fb016-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=8b7fb28c-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:08:40+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d83760a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=7d83784e-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:08:40+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c6e14d6-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=8c6e16d4-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:08:40+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c6e14d6-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=8c6e16d4-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:08:40+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c6e14d6-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=8c6e16d4-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:09:03+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b7fb016-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=8b7fb28c-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:09:03+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a443d60-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=9a4440da-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:09:05+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c6e14d6-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=8c6e16d4-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:09:05+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b58b564-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=9b58b92e-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:09:05+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b58b564-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=9b58b92e-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:09:05+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b58b564-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=9b58b92e-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:09:28+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a443d60-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=9a4440da-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:09:28+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a905d2c8-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=a905d46c-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:09:30+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b58b564-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=9b58b92e-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:09:30+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa4698f2-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=aa469a78-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:09:30+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa4698f2-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=aa469a78-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:09:30+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa4698f2-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=aa469a78-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:09:53+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a905d2c8-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=a905d46c-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:09:53+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ca780e-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=b7ca7aac-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:09:55+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa4698f2-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=aa469a78-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:09:55+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9319538-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=b9319768-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:09:55+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9319538-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=b9319768-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:09:55+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9319538-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=b9319768-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:10:18+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7ca780e-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=b7ca7aac-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:10:18+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c68d277e-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=c68d2b16-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:10:20+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9319538-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=b9319768-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:10:20+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c81c385a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=c81c3a58-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:10:20+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c81c385a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=c81c3a58-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:10:20+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c81c385a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=c81c3a58-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:10:42+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c68d277e-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=c68d2b16-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:10:42+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54f558e-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=d54f58ea-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:10:45+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c81c385a-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=c81c3a58-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:10:45+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d706d2bc-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=d706d4ec-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:10:45+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d706d2bc-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=d706d4ec-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:10:45+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d706d2bc-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=d706d4ec-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:11:07+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d54f558e-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=d54f58ea-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:11:07+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4159a60-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=e4159c40-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:11:10+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d706d2bc-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=d706d4ec-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:11:10+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5f1b97c-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=e5f1bc42-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:11:10+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5f1b97c-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=e5f1bc42-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:11:10+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5f1b97c-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=e5f1bc42-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:11:32+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4159a60-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=e4159c40-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:11:32+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2d5c142-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=f2d5c322-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:11:35+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5f1b97c-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=e5f1bc42-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:11:35+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4dc8336-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=f4dc84f8-9bad-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:11:35+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4dc8336-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=f4dc84f8-9bad-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:11:35+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4dc8336-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=f4dc84f8-9bad-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:11:57+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2d5c142-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=f2d5c322-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:11:57+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01981ee6-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=0198209e-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:12:00+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4dc8336-9bad-11ed-8343-fe3ffbabdf11 | InvocationID=f4dc84f8-9bad-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:12:00+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03c77360-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=03c7754a-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:12:00+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03c77360-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=03c7754a-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:12:00+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03c77360-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=03c7754a-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:12:21+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01981ee6-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=0198209e-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:12:21+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10595620-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=10595864-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:12:25+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03c77360-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=03c7754a-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:12:25+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12b23dce-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=12b23f54-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:12:25+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12b23dce-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=12b23f54-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:12:25+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12b23dce-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=12b23f54-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:12:46+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10595620-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=10595864-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:12:46+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1b204e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=1f1b2256-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:12:50+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12b23dce-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=12b23f54-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:12:50+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=219d4e32-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=219d501c-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:12:50+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=219d4e32-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=219d501c-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:12:50+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=219d4e32-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=219d501c-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:13:11+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f1b204e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=1f1b2256-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:13:11+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddc185e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=2ddc1a02-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:13:15+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=219d4e32-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=219d501c-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:13:15+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3087f42e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3087f5b4-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:13:15+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3087f42e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3087f5b4-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:13:15+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3087f42e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3087f5b4-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:13:36+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ddc185e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=2ddc1a02-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:13:36+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c9dad80-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3c9dba14-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:13:40+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3087f42e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3087f5b4-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:13:40+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f72af10-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3f72b0b4-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:13:40+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f72af10-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3f72b0b4-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:13:40+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f72af10-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3f72b0b4-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:14:00+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c9dad80-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3c9dba14-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:14:00+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b604dd2-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=4b6050d4-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:14:05+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f72af10-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=3f72b0b4-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:14:05+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e5e30e4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=4e5e32a6-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:14:06+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e5e30e4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=4e5e32a6-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:14:06+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e5e30e4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=4e5e32a6-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:14:25+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b604dd2-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=4b6050d4-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:14:25+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a27f8ec-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=5a27fa90-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:14:31+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e5e30e4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=4e5e32a6-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:14:31+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d493036-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=5d4931c6-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:14:31+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d493036-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=5d4931c6-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:14:31+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d493036-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=5d4931c6-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:14:50+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a27f8ec-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=5a27fa90-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:14:50+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e92626-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=68e927ac-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:14:56+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d493036-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=5d4931c6-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:14:56+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c340c38-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=6c340e40-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:14:56+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c340c38-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=6c340e40-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:14:56+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c340c38-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=6c340e40-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:15:15+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68e92626-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=68e927ac-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:15:15+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77abc5f6-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=77abc790-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:15:21+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c340c38-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=6c340e40-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:15:21+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1eedc6-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=7b1eef6a-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:15:21+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1eedc6-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=7b1eef6a-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:15:21+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b1eedc6-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=7b1eef6a-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:15:40+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77abc5f6-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=77abc790-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:15:40+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=866e7548-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=866e7728-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:15:46+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b1eedc6-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=7b1eef6a-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:15:46+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a0b8e52-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=8a0b9096-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:15:46+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a0b8e52-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=8a0b9096-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:15:46+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a0b8e52-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=8a0b9096-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:16:04+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=866e7548-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=866e7728-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:16:04+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95305524-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=953056b4-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:16:11+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a0b8e52-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=8a0b9096-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:16:11+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98f779b2-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=98f77b88-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:16:11+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98f779b2-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=98f77b88-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:16:11+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98f779b2-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=98f77b88-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:16:29+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95305524-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=953056b4-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:16:29+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3f27f42-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=a3f280dc-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:16:36+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98f779b2-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=98f77b88-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:16:36+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7e1fad8-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=a7e1fcf4-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:16:36+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7e1fad8-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=a7e1fcf4-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:16:36+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7e1fad8-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=a7e1fcf4-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:16:54+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3f27f42-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=a3f280dc-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:16:54+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2b3a196-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=b2b3a330-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:17:01+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7e1fad8-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=a7e1fcf4-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:17:01+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6cdf6a0-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=b6cdf844-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:17:01+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6cdf6a0-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=b6cdf844-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:17:01+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6cdf6a0-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=b6cdf844-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:17:19+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2b3a196-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=b2b3a330-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:17:19+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1779a48-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=c1779be2-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:17:26+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6cdf6a0-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=b6cdf844-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:17:26+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b98922-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=c5b98ad0-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:17:26+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b98922-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=c5b98ad0-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:17:26+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b98922-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=c5b98ad0-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:17:43+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1779a48-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=c1779be2-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:17:43+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d03acbf4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=d03acd7a-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:17:51+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b98922-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=c5b98ad0-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:17:51+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a4deb4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=d4a4e116-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:17:51+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a4deb4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=d4a4e116-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:17:51+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a4deb4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=d4a4e116-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:18:08+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d03acbf4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=d03acd7a-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:18:08+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defc618e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=defc6440-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:18:16+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a4deb4-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=d4a4e116-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:18:16+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e39372c8-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=e393749e-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:18:16+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e39372c8-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=e393749e-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:18:16+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e39372c8-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=e393749e-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:18:33+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=defc618e-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=defc6440-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:18:33+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edbddaae-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=edbde260-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:18:41+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e39372c8-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=e393749e-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:18:41+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f27ea3ac-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=f27ea5e6-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:18:41+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f27ea3ac-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=f27ea5e6-9bae-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:18:41+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f27ea3ac-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=f27ea5e6-9bae-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:18:58+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edbddaae-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=edbde260-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:18:58+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc802394-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=fc802574-9bae-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:19:06+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f27ea3ac-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=f27ea5e6-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:19:06+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=016b5478-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=016b568a-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:19:06+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=016b5478-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=016b568a-9baf-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:19:06+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=016b5478-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=016b568a-9baf-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:19:22+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc802394-9bae-11ed-8343-fe3ffbabdf11 | InvocationID=fc802574-9bae-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:19:22+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b40d7ac-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=0b40d98c-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:19:31+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=016b5478-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=016b568a-9baf-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:19:31+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105b3cd2-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=105b3e76-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:19:31+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105b3cd2-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=105b3e76-9baf-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:19:31+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105b3cd2-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=105b3e76-9baf-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:19:47+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b40d7ac-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=0b40d98c-9baf-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:19:47+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a04172c-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=1a041934-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:19:56+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105b3cd2-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=105b3e76-9baf-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:19:56+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f47e056-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=1f47e204-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:19:56+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f47e056-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=1f47e204-9baf-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:19:56+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f47e056-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=1f47e204-9baf-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:20:12+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a04172c-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=1a041934-9baf-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:20:12+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28c846ac-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=28c849d6-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:20:21+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f47e056-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=1f47e204-9baf-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:20:21+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e32dd50-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=2e32dff8-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:20:21+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e32dd50-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=2e32dff8-9baf-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:20:21+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e32dd50-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=2e32dff8-9baf-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:20:37+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28c846ac-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=28c849d6-9baf-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:20:37+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3789490c-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=37894f42-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:20:46+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e32dd50-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=2e32dff8-9baf-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:20:46+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d1e9bf6-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=3d1e9da4-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-24T06:20:46+0000 | policy_event_thread | 140282597047072 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d1e9bf6-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=3d1e9da4-9baf-11ed-8343-fe3ffbabdf11 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:20:46+0000 | policy_event_thread | 140282597047072 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d1e9bf6-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=3d1e9da4-9baf-11ed-8343-fe3ffbabdf11 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-24T06:21:01+0000 | aai_event_thread | 140282595986208 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3789490c-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=37894f42-9baf-11ed-8343-fe3ffbabdf11 | Polling MR for XNF AAI events.
2023-01-24T06:21:01+0000 | aai_event_thread | 140282595986208 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=464aa882-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=464aab8e-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-24T06:21:11+0000 | policy_event_thread | 140282597047072 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d1e9bf6-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=3d1e9da4-9baf-11ed-8343-fe3ffbabdf11 | Polling MR for XNF activation/deactivation policy response events.
2023-01-24T06:21:11+0000 | policy_event_thread | 140282597047072 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c0a6730-9baf-11ed-8343-fe3ffbabdf11 | InvocationID=4c0a696a-9baf-11ed-8343-fe3ffbabdf11 | Fetching messages from MR topic: http://message-router:39