Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-11-23T09:21:21+0000 | MainThread | 140318646893896 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-23T09:21:21+0000 | MainThread | 140318646893896 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-11-23T09:21:21+0000 | MainThread | 140318646893896 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-23T09:21:21+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:21:21+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a3c8e8-6b10-11ed-b433-eeff34ab9b48 | InvocationID=31a3cb0e-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:21:21+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-23T09:21:21+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a4e30e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=31a4e3f4-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:21:21+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a3c8e8-6b10-11ed-b433-eeff34ab9b48 | InvocationID=31a3cb0e-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:21:21+0000 | aai_event_thread | 140318596156192 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a4e30e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=31a4e3f4-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:21:21+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31a3c8e8-6b10-11ed-b433-eeff34ab9b48 | InvocationID=31a3cb0e-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:21:21+0000 | aai_event_thread | 140318596156192 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31a4e30e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=31a4e3f4-6b10-11ed-b433-eeff34ab9b48 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:21:21+0000 | MainThread | 140318646893896 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-23T09:21:41+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31a4e30e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=31a4e3f4-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:21:41+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3daf1138-6b10-11ed-b433-eeff34ab9b48 | InvocationID=3daf146c-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:21:41+0000 | aai_event_thread | 140318596156192 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3daf1138-6b10-11ed-b433-eeff34ab9b48 | InvocationID=3daf146c-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:21:41+0000 | aai_event_thread | 140318596156192 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3daf1138-6b10-11ed-b433-eeff34ab9b48 | InvocationID=3daf146c-6b10-11ed-b433-eeff34ab9b48 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:21:46+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31a3c8e8-6b10-11ed-b433-eeff34ab9b48 | InvocationID=31a3cb0e-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:21:46+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40a9547a-6b10-11ed-b433-eeff34ab9b48 | InvocationID=40a95650-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:21:46+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40a9547a-6b10-11ed-b433-eeff34ab9b48 | InvocationID=40a95650-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:21:46+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40a9547a-6b10-11ed-b433-eeff34ab9b48 | InvocationID=40a95650-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:22:01+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3daf1138-6b10-11ed-b433-eeff34ab9b48 | InvocationID=3daf146c-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:22:01+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=499f4b0c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=499f4ce2-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:22:01+0000 | aai_event_thread | 140318596156192 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=499f4b0c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=499f4ce2-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:22:01+0000 | aai_event_thread | 140318596156192 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=499f4b0c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=499f4ce2-6b10-11ed-b433-eeff34ab9b48 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:22:11+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40a9547a-6b10-11ed-b433-eeff34ab9b48 | InvocationID=40a95650-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:22:11+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f95b352-6b10-11ed-b433-eeff34ab9b48 | InvocationID=4f95b6c2-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:22:11+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f95b352-6b10-11ed-b433-eeff34ab9b48 | InvocationID=4f95b6c2-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:22:11+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f95b352-6b10-11ed-b433-eeff34ab9b48 | InvocationID=4f95b6c2-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:22:21+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=499f4b0c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=499f4ce2-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:22:21+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5590dbc4-6b10-11ed-b433-eeff34ab9b48 | InvocationID=5590dd90-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:22:21+0000 | aai_event_thread | 140318596156192 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5590dbc4-6b10-11ed-b433-eeff34ab9b48 | InvocationID=5590dd90-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:22:21+0000 | aai_event_thread | 140318596156192 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5590dbc4-6b10-11ed-b433-eeff34ab9b48 | InvocationID=5590dd90-6b10-11ed-b433-eeff34ab9b48 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:22:36+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f95b352-6b10-11ed-b433-eeff34ab9b48 | InvocationID=4f95b6c2-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:22:36+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e8245a6-6b10-11ed-b433-eeff34ab9b48 | InvocationID=5e824736-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:22:36+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e8245a6-6b10-11ed-b433-eeff34ab9b48 | InvocationID=5e824736-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:22:36+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e8245a6-6b10-11ed-b433-eeff34ab9b48 | InvocationID=5e824736-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:22:41+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5590dbc4-6b10-11ed-b433-eeff34ab9b48 | InvocationID=5590dd90-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:22:41+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6182cd66-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6182cfb4-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:22:41+0000 | aai_event_thread | 140318596156192 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6182cd66-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6182cfb4-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:22:41+0000 | aai_event_thread | 140318596156192 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6182cd66-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6182cfb4-6b10-11ed-b433-eeff34ab9b48 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:23:01+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e8245a6-6b10-11ed-b433-eeff34ab9b48 | InvocationID=5e824736-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:23:01+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d701c64-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6d701e08-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:23:01+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6182cd66-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6182cfb4-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:23:01+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d735410-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6d7355a0-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:23:01+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d701c64-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6d701e08-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:23:01+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d701c64-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6d701e08-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:23:01+0000 | aai_event_thread | 140318596156192 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d735410-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6d7355a0-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:23:01+0000 | aai_event_thread | 140318596156192 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d735410-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6d7355a0-6b10-11ed-b433-eeff34ab9b48 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:23:21+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d735410-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6d7355a0-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:23:21+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79664034-6b10-11ed-b433-eeff34ab9b48 | InvocationID=7966439a-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:23:21+0000 | aai_event_thread | 140318596156192 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79664034-6b10-11ed-b433-eeff34ab9b48 | InvocationID=7966439a-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:23:21+0000 | aai_event_thread | 140318596156192 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79664034-6b10-11ed-b433-eeff34ab9b48 | InvocationID=7966439a-6b10-11ed-b433-eeff34ab9b48 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:23:26+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d701c64-6b10-11ed-b433-eeff34ab9b48 | InvocationID=6d701e08-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:23:26+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5ca10c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=7c5ca29c-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:23:26+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5ca10c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=7c5ca29c-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:23:26+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c5ca10c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=7c5ca29c-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:23:41+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79664034-6b10-11ed-b433-eeff34ab9b48 | InvocationID=7966439a-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:23:41+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=855917ae-6b10-11ed-b433-eeff34ab9b48 | InvocationID=85591948-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:23:41+0000 | aai_event_thread | 140318596156192 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=855917ae-6b10-11ed-b433-eeff34ab9b48 | InvocationID=85591948-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:23:41+0000 | aai_event_thread | 140318596156192 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=855917ae-6b10-11ed-b433-eeff34ab9b48 | InvocationID=85591948-6b10-11ed-b433-eeff34ab9b48 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:23:51+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c5ca10c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=7c5ca29c-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:23:51+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b481fac-6b10-11ed-b433-eeff34ab9b48 | InvocationID=8b482132-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:23:51+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b481fac-6b10-11ed-b433-eeff34ab9b48 | InvocationID=8b482132-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:23:51+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b481fac-6b10-11ed-b433-eeff34ab9b48 | InvocationID=8b482132-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:24:01+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=855917ae-6b10-11ed-b433-eeff34ab9b48 | InvocationID=85591948-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:24:01+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=914a3b24-6b10-11ed-b433-eeff34ab9b48 | InvocationID=914a3caa-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:24:01+0000 | aai_event_thread | 140318596156192 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=914a3b24-6b10-11ed-b433-eeff34ab9b48 | InvocationID=914a3caa-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:24:01+0000 | aai_event_thread | 140318596156192 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=914a3b24-6b10-11ed-b433-eeff34ab9b48 | InvocationID=914a3caa-6b10-11ed-b433-eeff34ab9b48 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-23T09:24:16+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b481fac-6b10-11ed-b433-eeff34ab9b48 | InvocationID=8b482132-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:24:16+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a338434-6b10-11ed-b433-eeff34ab9b48 | InvocationID=9a3385ec-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:24:16+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a338434-6b10-11ed-b433-eeff34ab9b48 | InvocationID=9a3385ec-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:24:16+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a338434-6b10-11ed-b433-eeff34ab9b48 | InvocationID=9a3385ec-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:24:21+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=914a3b24-6b10-11ed-b433-eeff34ab9b48 | InvocationID=914a3caa-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:24:21+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d3a62b0-6b10-11ed-b433-eeff34ab9b48 | InvocationID=9d3a6440-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:24:41+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a338434-6b10-11ed-b433-eeff34ab9b48 | InvocationID=9a3385ec-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:24:41+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a91e5ba4-6b10-11ed-b433-eeff34ab9b48 | InvocationID=a91e5d34-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:24:41+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a91e5ba4-6b10-11ed-b433-eeff34ab9b48 | InvocationID=a91e5d34-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:24:41+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a91e5ba4-6b10-11ed-b433-eeff34ab9b48 | InvocationID=a91e5d34-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:24:46+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d3a62b0-6b10-11ed-b433-eeff34ab9b48 | InvocationID=9d3a6440-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:24:46+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac0cc7e2-6b10-11ed-b433-eeff34ab9b48 | InvocationID=ac0cc9cc-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:25:06+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac0cc7e2-6b10-11ed-b433-eeff34ab9b48 | InvocationID=ac0cc9cc-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:25:06+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b80250bc-6b10-11ed-b433-eeff34ab9b48 | InvocationID=b80252a6-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:25:06+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a91e5ba4-6b10-11ed-b433-eeff34ab9b48 | InvocationID=a91e5d34-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:25:06+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b809b62c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=b809b79e-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:25:06+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b809b62c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=b809b79e-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:25:06+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b809b62c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=b809b79e-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:25:26+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b80250bc-6b10-11ed-b433-eeff34ab9b48 | InvocationID=b80252a6-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:25:26+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3fa8092-6b10-11ed-b433-eeff34ab9b48 | InvocationID=c3fa82ae-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:25:31+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b809b62c-6b10-11ed-b433-eeff34ab9b48 | InvocationID=b809b79e-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:25:31+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6f5a6aa-6b10-11ed-b433-eeff34ab9b48 | InvocationID=c6f5a8f8-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:25:32+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6f5a6aa-6b10-11ed-b433-eeff34ab9b48 | InvocationID=c6f5a8f8-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:25:32+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6f5a6aa-6b10-11ed-b433-eeff34ab9b48 | InvocationID=c6f5a8f8-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:25:47+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3fa8092-6b10-11ed-b433-eeff34ab9b48 | InvocationID=c3fa82ae-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:25:47+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d001bcfc-6b10-11ed-b433-eeff34ab9b48 | InvocationID=d001c53a-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:25:57+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6f5a6aa-6b10-11ed-b433-eeff34ab9b48 | InvocationID=c6f5a8f8-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:25:57+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5e23f2a-6b10-11ed-b433-eeff34ab9b48 | InvocationID=d5e24132-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:25:57+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5e23f2a-6b10-11ed-b433-eeff34ab9b48 | InvocationID=d5e24132-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:25:57+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5e23f2a-6b10-11ed-b433-eeff34ab9b48 | InvocationID=d5e24132-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:26:07+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d001bcfc-6b10-11ed-b433-eeff34ab9b48 | InvocationID=d001c53a-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:26:07+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc10b85e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=dc10ba2a-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:26:22+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5e23f2a-6b10-11ed-b433-eeff34ab9b48 | InvocationID=d5e24132-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:26:22+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4cee84e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=e4ceed08-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:26:22+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4cee84e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=e4ceed08-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:26:22+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4cee84e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=e4ceed08-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:26:27+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc10b85e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=dc10ba2a-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:26:27+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e80eeb58-6b10-11ed-b433-eeff34ab9b48 | InvocationID=e80eecfc-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:26:47+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4cee84e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=e4ceed08-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:26:47+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3ba5c4e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=f3ba5e1a-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:26:47+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3ba5c4e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=f3ba5e1a-6b10-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:26:47+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3ba5c4e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=f3ba5e1a-6b10-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:26:47+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e80eeb58-6b10-11ed-b433-eeff34ab9b48 | InvocationID=e80eecfc-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:26:47+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40ecb76-6b10-11ed-b433-eeff34ab9b48 | InvocationID=f40ecd06-6b10-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:27:08+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f40ecb76-6b10-11ed-b433-eeff34ab9b48 | InvocationID=f40ecd06-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:27:08+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00501926-6b11-11ed-b433-eeff34ab9b48 | InvocationID=00501c50-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:27:12+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3ba5c4e-6b10-11ed-b433-eeff34ab9b48 | InvocationID=f3ba5e1a-6b10-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:27:12+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02a6ecf4-6b11-11ed-b433-eeff34ab9b48 | InvocationID=02a6eea2-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:27:12+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02a6ecf4-6b11-11ed-b433-eeff34ab9b48 | InvocationID=02a6eea2-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:27:12+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02a6ecf4-6b11-11ed-b433-eeff34ab9b48 | InvocationID=02a6eea2-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:27:32+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00501926-6b11-11ed-b433-eeff34ab9b48 | InvocationID=00501c50-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:27:32+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1233cc-6b11-11ed-b433-eeff34ab9b48 | InvocationID=0f12357a-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:27:37+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02a6ecf4-6b11-11ed-b433-eeff34ab9b48 | InvocationID=02a6eea2-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:27:37+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11921e14-6b11-11ed-b433-eeff34ab9b48 | InvocationID=11922012-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:27:37+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11921e14-6b11-11ed-b433-eeff34ab9b48 | InvocationID=11922012-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:27:37+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11921e14-6b11-11ed-b433-eeff34ab9b48 | InvocationID=11922012-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:27:57+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f1233cc-6b11-11ed-b433-eeff34ab9b48 | InvocationID=0f12357a-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:27:57+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd508e4-6b11-11ed-b433-eeff34ab9b48 | InvocationID=1dd50a88-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:28:02+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11921e14-6b11-11ed-b433-eeff34ab9b48 | InvocationID=11922012-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:28:02+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=207d2284-6b11-11ed-b433-eeff34ab9b48 | InvocationID=207d2400-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:28:02+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=207d2284-6b11-11ed-b433-eeff34ab9b48 | InvocationID=207d2400-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:28:02+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=207d2284-6b11-11ed-b433-eeff34ab9b48 | InvocationID=207d2400-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:28:22+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dd508e4-6b11-11ed-b433-eeff34ab9b48 | InvocationID=1dd50a88-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:28:22+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c96cb9c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=2c96cd54-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:28:27+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=207d2284-6b11-11ed-b433-eeff34ab9b48 | InvocationID=207d2400-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:28:27+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f6a332c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=2f6a353e-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:28:27+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f6a332c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=2f6a353e-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:28:27+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f6a332c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=2f6a353e-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:28:47+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c96cb9c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=2c96cd54-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:28:47+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b5a2322-6b11-11ed-b433-eeff34ab9b48 | InvocationID=3b5a25a2-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:28:52+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f6a332c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=2f6a353e-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:28:52+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e560c26-6b11-11ed-b433-eeff34ab9b48 | InvocationID=3e560f3c-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:28:52+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e560c26-6b11-11ed-b433-eeff34ab9b48 | InvocationID=3e560f3c-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:28:52+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e560c26-6b11-11ed-b433-eeff34ab9b48 | InvocationID=3e560f3c-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:29:12+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b5a2322-6b11-11ed-b433-eeff34ab9b48 | InvocationID=3b5a25a2-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:29:12+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a1b9c60-6b11-11ed-b433-eeff34ab9b48 | InvocationID=4a1ba016-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:29:17+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e560c26-6b11-11ed-b433-eeff34ab9b48 | InvocationID=3e560f3c-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:29:17+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d418990-6b11-11ed-b433-eeff34ab9b48 | InvocationID=4d418b3e-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:29:17+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d418990-6b11-11ed-b433-eeff34ab9b48 | InvocationID=4d418b3e-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:29:17+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d418990-6b11-11ed-b433-eeff34ab9b48 | InvocationID=4d418b3e-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:29:36+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a1b9c60-6b11-11ed-b433-eeff34ab9b48 | InvocationID=4a1ba016-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:29:36+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58dcf208-6b11-11ed-b433-eeff34ab9b48 | InvocationID=58dcf3ac-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:29:42+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d418990-6b11-11ed-b433-eeff34ab9b48 | InvocationID=4d418b3e-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:29:42+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c2c787a-6b11-11ed-b433-eeff34ab9b48 | InvocationID=5c2c7a64-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:29:42+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c2c787a-6b11-11ed-b433-eeff34ab9b48 | InvocationID=5c2c7a64-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:29:42+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c2c787a-6b11-11ed-b433-eeff34ab9b48 | InvocationID=5c2c7a64-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:30:01+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58dcf208-6b11-11ed-b433-eeff34ab9b48 | InvocationID=58dcf3ac-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:30:01+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67a008de-6b11-11ed-b433-eeff34ab9b48 | InvocationID=67a01324-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:30:07+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c2c787a-6b11-11ed-b433-eeff34ab9b48 | InvocationID=5c2c7a64-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:30:07+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b1a59a6-6b11-11ed-b433-eeff34ab9b48 | InvocationID=6b1a5b5e-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:30:07+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b1a59a6-6b11-11ed-b433-eeff34ab9b48 | InvocationID=6b1a5b5e-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:30:07+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b1a59a6-6b11-11ed-b433-eeff34ab9b48 | InvocationID=6b1a5b5e-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:30:26+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67a008de-6b11-11ed-b433-eeff34ab9b48 | InvocationID=67a01324-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:30:26+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76623c3e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=76623e78-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:30:32+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b1a59a6-6b11-11ed-b433-eeff34ab9b48 | InvocationID=6b1a5b5e-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:30:32+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a072af2-6b11-11ed-b433-eeff34ab9b48 | InvocationID=7a072cc8-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:30:32+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a072af2-6b11-11ed-b433-eeff34ab9b48 | InvocationID=7a072cc8-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:30:32+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a072af2-6b11-11ed-b433-eeff34ab9b48 | InvocationID=7a072cc8-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:30:51+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76623c3e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=76623e78-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:30:51+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8524e5d2-6b11-11ed-b433-eeff34ab9b48 | InvocationID=8524e852-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:30:57+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a072af2-6b11-11ed-b433-eeff34ab9b48 | InvocationID=7a072cc8-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:30:57+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88f5021e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=88f50444-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:30:57+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88f5021e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=88f50444-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:30:57+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88f5021e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=88f50444-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:31:15+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8524e5d2-6b11-11ed-b433-eeff34ab9b48 | InvocationID=8524e852-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:31:15+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93e7fd3e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=93e80018-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:31:22+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88f5021e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=88f50444-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:31:22+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97e2b956-6b11-11ed-b433-eeff34ab9b48 | InvocationID=97e2bb2c-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:31:22+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97e2b956-6b11-11ed-b433-eeff34ab9b48 | InvocationID=97e2bb2c-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:31:22+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97e2b956-6b11-11ed-b433-eeff34ab9b48 | InvocationID=97e2bb2c-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:31:40+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93e7fd3e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=93e80018-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:31:40+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2ab8138-6b11-11ed-b433-eeff34ab9b48 | InvocationID=a2ab8656-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:31:47+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97e2b956-6b11-11ed-b433-eeff34ab9b48 | InvocationID=97e2bb2c-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:31:47+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e82c92-6b11-11ed-b433-eeff34ab9b48 | InvocationID=a6e82e9a-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:31:47+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e82c92-6b11-11ed-b433-eeff34ab9b48 | InvocationID=a6e82e9a-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:31:47+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6e82c92-6b11-11ed-b433-eeff34ab9b48 | InvocationID=a6e82e9a-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:32:05+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2ab8138-6b11-11ed-b433-eeff34ab9b48 | InvocationID=a2ab8656-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:32:05+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b16ca9ea-6b11-11ed-b433-eeff34ab9b48 | InvocationID=b16cade6-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:32:12+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6e82c92-6b11-11ed-b433-eeff34ab9b48 | InvocationID=a6e82e9a-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:32:12+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5d7c03c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=b5d7c99c-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:32:12+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5d7c03c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=b5d7c99c-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:32:12+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5d7c03c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=b5d7c99c-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:32:30+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b16ca9ea-6b11-11ed-b433-eeff34ab9b48 | InvocationID=b16cade6-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:32:30+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c02fbbfc-6b11-11ed-b433-eeff34ab9b48 | InvocationID=c02fbd96-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:32:37+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5d7c03c-6b11-11ed-b433-eeff34ab9b48 | InvocationID=b5d7c99c-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:32:37+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4c44912-6b11-11ed-b433-eeff34ab9b48 | InvocationID=c4c44b38-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:32:37+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4c44912-6b11-11ed-b433-eeff34ab9b48 | InvocationID=c4c44b38-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:32:37+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4c44912-6b11-11ed-b433-eeff34ab9b48 | InvocationID=c4c44b38-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:32:54+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c02fbbfc-6b11-11ed-b433-eeff34ab9b48 | InvocationID=c02fbd96-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:32:54+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cef438e8-6b11-11ed-b433-eeff34ab9b48 | InvocationID=cef43afa-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:33:02+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4c44912-6b11-11ed-b433-eeff34ab9b48 | InvocationID=c4c44b38-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:33:02+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3b18a20-6b11-11ed-b433-eeff34ab9b48 | InvocationID=d3b18bba-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:33:02+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3b18a20-6b11-11ed-b433-eeff34ab9b48 | InvocationID=d3b18bba-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:33:02+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3b18a20-6b11-11ed-b433-eeff34ab9b48 | InvocationID=d3b18bba-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:33:19+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cef438e8-6b11-11ed-b433-eeff34ab9b48 | InvocationID=cef43afa-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:33:19+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddb8d56e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=ddb8d708-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:33:27+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3b18a20-6b11-11ed-b433-eeff34ab9b48 | InvocationID=d3b18bba-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:33:27+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e29c71ee-6b11-11ed-b433-eeff34ab9b48 | InvocationID=e29c7392-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:33:27+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e29c71ee-6b11-11ed-b433-eeff34ab9b48 | InvocationID=e29c7392-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:33:27+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e29c71ee-6b11-11ed-b433-eeff34ab9b48 | InvocationID=e29c7392-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:33:44+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddb8d56e-6b11-11ed-b433-eeff34ab9b48 | InvocationID=ddb8d708-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:33:44+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec7f58f2-6b11-11ed-b433-eeff34ab9b48 | InvocationID=ec7f5a96-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:33:52+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e29c71ee-6b11-11ed-b433-eeff34ab9b48 | InvocationID=e29c7392-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:33:52+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f187b948-6b11-11ed-b433-eeff34ab9b48 | InvocationID=f187bbe6-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:33:52+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f187b948-6b11-11ed-b433-eeff34ab9b48 | InvocationID=f187bbe6-6b11-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:33:52+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f187b948-6b11-11ed-b433-eeff34ab9b48 | InvocationID=f187bbe6-6b11-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:34:09+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec7f58f2-6b11-11ed-b433-eeff34ab9b48 | InvocationID=ec7f5a96-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:34:09+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb423c56-6b11-11ed-b433-eeff34ab9b48 | InvocationID=fb42402a-6b11-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:34:17+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f187b948-6b11-11ed-b433-eeff34ab9b48 | InvocationID=f187bbe6-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:34:17+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0072d622-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0072d834-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:34:17+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0072d622-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0072d834-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:34:17+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0072d622-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0072d834-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:34:33+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb423c56-6b11-11ed-b433-eeff34ab9b48 | InvocationID=fb42402a-6b11-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:34:33+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a042aa6-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0a042cae-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:34:42+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0072d622-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0072d834-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:34:42+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f611aae-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0f611cb6-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:34:43+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f611aae-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0f611cb6-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:34:43+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f611aae-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0f611cb6-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:34:58+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a042aa6-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0a042cae-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:34:58+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18c63476-6b12-11ed-b433-eeff34ab9b48 | InvocationID=18c636ba-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:35:08+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f611aae-6b12-11ed-b433-eeff34ab9b48 | InvocationID=0f611cb6-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:35:08+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4bef62-6b12-11ed-b433-eeff34ab9b48 | InvocationID=1e4bf1ce-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:35:08+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4bef62-6b12-11ed-b433-eeff34ab9b48 | InvocationID=1e4bf1ce-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:35:08+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e4bef62-6b12-11ed-b433-eeff34ab9b48 | InvocationID=1e4bf1ce-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:35:23+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18c63476-6b12-11ed-b433-eeff34ab9b48 | InvocationID=18c636ba-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:35:23+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=278809bc-6b12-11ed-b433-eeff34ab9b48 | InvocationID=27880bec-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:35:33+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e4bef62-6b12-11ed-b433-eeff34ab9b48 | InvocationID=1e4bf1ce-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:35:33+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d37bb78-6b12-11ed-b433-eeff34ab9b48 | InvocationID=2d37bd94-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:35:33+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d37bb78-6b12-11ed-b433-eeff34ab9b48 | InvocationID=2d37bd94-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:35:33+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d37bb78-6b12-11ed-b433-eeff34ab9b48 | InvocationID=2d37bd94-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:35:48+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=278809bc-6b12-11ed-b433-eeff34ab9b48 | InvocationID=27880bec-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:35:48+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=364e415a-6b12-11ed-b433-eeff34ab9b48 | InvocationID=364e4344-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:35:58+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d37bb78-6b12-11ed-b433-eeff34ab9b48 | InvocationID=2d37bd94-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:35:58+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c24273e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=3c243198-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:35:58+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c24273e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=3c243198-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:35:58+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c24273e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=3c243198-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:36:13+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=364e415a-6b12-11ed-b433-eeff34ab9b48 | InvocationID=364e4344-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:36:13+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450ff8a0-6b12-11ed-b433-eeff34ab9b48 | InvocationID=450ffa26-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:36:23+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c24273e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=3c243198-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:36:23+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b10de18-6b12-11ed-b433-eeff34ab9b48 | InvocationID=4b10dfb2-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:36:23+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b10de18-6b12-11ed-b433-eeff34ab9b48 | InvocationID=4b10dfb2-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:36:23+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b10de18-6b12-11ed-b433-eeff34ab9b48 | InvocationID=4b10dfb2-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:36:37+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=450ff8a0-6b12-11ed-b433-eeff34ab9b48 | InvocationID=450ffa26-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:36:37+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d13264-6b12-11ed-b433-eeff34ab9b48 | InvocationID=53d133ea-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:36:48+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b10de18-6b12-11ed-b433-eeff34ab9b48 | InvocationID=4b10dfb2-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:36:48+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59fb96ca-6b12-11ed-b433-eeff34ab9b48 | InvocationID=59fb985a-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:36:48+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59fb96ca-6b12-11ed-b433-eeff34ab9b48 | InvocationID=59fb985a-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:36:48+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59fb96ca-6b12-11ed-b433-eeff34ab9b48 | InvocationID=59fb985a-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:37:02+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d13264-6b12-11ed-b433-eeff34ab9b48 | InvocationID=53d133ea-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:37:02+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6292e522-6b12-11ed-b433-eeff34ab9b48 | InvocationID=6292e6bc-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:37:13+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59fb96ca-6b12-11ed-b433-eeff34ab9b48 | InvocationID=59fb985a-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:37:13+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e6ac60-6b12-11ed-b433-eeff34ab9b48 | InvocationID=68e6ae9a-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:37:13+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e6ac60-6b12-11ed-b433-eeff34ab9b48 | InvocationID=68e6ae9a-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:37:13+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68e6ac60-6b12-11ed-b433-eeff34ab9b48 | InvocationID=68e6ae9a-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:37:27+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6292e522-6b12-11ed-b433-eeff34ab9b48 | InvocationID=6292e6bc-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:37:27+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7154b1c6-6b12-11ed-b433-eeff34ab9b48 | InvocationID=7154b360-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:37:38+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68e6ac60-6b12-11ed-b433-eeff34ab9b48 | InvocationID=68e6ae9a-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:37:38+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77d1b530-6b12-11ed-b433-eeff34ab9b48 | InvocationID=77d1b6b6-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:37:38+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77d1b530-6b12-11ed-b433-eeff34ab9b48 | InvocationID=77d1b6b6-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:37:38+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77d1b530-6b12-11ed-b433-eeff34ab9b48 | InvocationID=77d1b6b6-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:37:52+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7154b1c6-6b12-11ed-b433-eeff34ab9b48 | InvocationID=7154b360-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:37:52+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80174ee4-6b12-11ed-b433-eeff34ab9b48 | InvocationID=801750ba-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:38:03+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77d1b530-6b12-11ed-b433-eeff34ab9b48 | InvocationID=77d1b6b6-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:38:03+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86bca7d0-6b12-11ed-b433-eeff34ab9b48 | InvocationID=86bca960-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:38:03+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86bca7d0-6b12-11ed-b433-eeff34ab9b48 | InvocationID=86bca960-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:38:03+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86bca7d0-6b12-11ed-b433-eeff34ab9b48 | InvocationID=86bca960-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:38:16+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80174ee4-6b12-11ed-b433-eeff34ab9b48 | InvocationID=801750ba-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:38:16+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eda2280-6b12-11ed-b433-eeff34ab9b48 | InvocationID=8eda2424-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:38:28+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86bca7d0-6b12-11ed-b433-eeff34ab9b48 | InvocationID=86bca960-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:38:28+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a80596-6b12-11ed-b433-eeff34ab9b48 | InvocationID=95a80776-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:38:28+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a80596-6b12-11ed-b433-eeff34ab9b48 | InvocationID=95a80776-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:38:28+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95a80596-6b12-11ed-b433-eeff34ab9b48 | InvocationID=95a80776-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:38:41+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eda2280-6b12-11ed-b433-eeff34ab9b48 | InvocationID=8eda2424-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:38:41+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d9c2052-6b12-11ed-b433-eeff34ab9b48 | InvocationID=9d9c21ec-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:38:53+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95a80596-6b12-11ed-b433-eeff34ab9b48 | InvocationID=95a80776-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:38:53+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a493a254-6b12-11ed-b433-eeff34ab9b48 | InvocationID=a493a556-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:38:53+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a493a254-6b12-11ed-b433-eeff34ab9b48 | InvocationID=a493a556-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:38:53+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a493a254-6b12-11ed-b433-eeff34ab9b48 | InvocationID=a493a556-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:39:06+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d9c2052-6b12-11ed-b433-eeff34ab9b48 | InvocationID=9d9c21ec-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:39:06+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac5d7532-6b12-11ed-b433-eeff34ab9b48 | InvocationID=ac5d7762-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:39:18+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a493a254-6b12-11ed-b433-eeff34ab9b48 | InvocationID=a493a556-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:39:18+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37e988c-6b12-11ed-b433-eeff34ab9b48 | InvocationID=b37e9a6c-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:39:18+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b37e988c-6b12-11ed-b433-eeff34ab9b48 | InvocationID=b37e9a6c-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:39:18+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b37e988c-6b12-11ed-b433-eeff34ab9b48 | InvocationID=b37e9a6c-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:39:31+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac5d7532-6b12-11ed-b433-eeff34ab9b48 | InvocationID=ac5d7762-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:39:31+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2011f6-6b12-11ed-b433-eeff34ab9b48 | InvocationID=bb20137c-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:39:43+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b37e988c-6b12-11ed-b433-eeff34ab9b48 | InvocationID=b37e9a6c-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:39:43+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26a1b96-6b12-11ed-b433-eeff34ab9b48 | InvocationID=c26a1dc6-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:39:43+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26a1b96-6b12-11ed-b433-eeff34ab9b48 | InvocationID=c26a1dc6-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:39:43+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c26a1b96-6b12-11ed-b433-eeff34ab9b48 | InvocationID=c26a1dc6-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:39:55+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb2011f6-6b12-11ed-b433-eeff34ab9b48 | InvocationID=bb20137c-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:39:55+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9e1e764-6b12-11ed-b433-eeff34ab9b48 | InvocationID=c9e1e94e-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:40:08+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c26a1b96-6b12-11ed-b433-eeff34ab9b48 | InvocationID=c26a1dc6-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:40:08+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1562b5e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=d1562cee-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:40:08+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1562b5e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=d1562cee-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:40:08+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1562b5e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=d1562cee-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:40:20+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9e1e764-6b12-11ed-b433-eeff34ab9b48 | InvocationID=c9e1e94e-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:40:20+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a36796-6b12-11ed-b433-eeff34ab9b48 | InvocationID=d8a36a3e-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:40:33+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1562b5e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=d1562cee-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:40:33+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e041c092-6b12-11ed-b433-eeff34ab9b48 | InvocationID=e041c236-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:40:33+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e041c092-6b12-11ed-b433-eeff34ab9b48 | InvocationID=e041c236-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:40:33+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e041c092-6b12-11ed-b433-eeff34ab9b48 | InvocationID=e041c236-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:40:45+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8a36796-6b12-11ed-b433-eeff34ab9b48 | InvocationID=d8a36a3e-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:40:45+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e764b65e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=e764b848-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:40:58+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e041c092-6b12-11ed-b433-eeff34ab9b48 | InvocationID=e041c236-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:40:58+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef2d03be-6b12-11ed-b433-eeff34ab9b48 | InvocationID=ef2d0800-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:40:58+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef2d03be-6b12-11ed-b433-eeff34ab9b48 | InvocationID=ef2d0800-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:40:58+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef2d03be-6b12-11ed-b433-eeff34ab9b48 | InvocationID=ef2d0800-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:41:10+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e764b65e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=e764b848-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:41:10+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f62628da-6b12-11ed-b433-eeff34ab9b48 | InvocationID=f6262ad8-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:41:23+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef2d03be-6b12-11ed-b433-eeff34ab9b48 | InvocationID=ef2d0800-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:41:23+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe19757e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=fe197786-6b12-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:41:23+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe19757e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=fe197786-6b12-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:41:23+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe19757e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=fe197786-6b12-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:41:34+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f62628da-6b12-11ed-b433-eeff34ab9b48 | InvocationID=f6262ad8-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:41:34+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e756a0-6b13-11ed-b433-eeff34ab9b48 | InvocationID=04e75844-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:41:48+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe19757e-6b12-11ed-b433-eeff34ab9b48 | InvocationID=fe197786-6b12-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:41:48+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d124dee-6b13-11ed-b433-eeff34ab9b48 | InvocationID=0d1250aa-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:41:48+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d124dee-6b13-11ed-b433-eeff34ab9b48 | InvocationID=0d1250aa-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:41:48+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d124dee-6b13-11ed-b433-eeff34ab9b48 | InvocationID=0d1250aa-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:41:59+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04e756a0-6b13-11ed-b433-eeff34ab9b48 | InvocationID=04e75844-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:41:59+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13ab4746-6b13-11ed-b433-eeff34ab9b48 | InvocationID=13ab4aac-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:42:13+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d124dee-6b13-11ed-b433-eeff34ab9b48 | InvocationID=0d1250aa-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:42:13+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bfe2882-6b13-11ed-b433-eeff34ab9b48 | InvocationID=1bfe2a1c-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:42:13+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bfe2882-6b13-11ed-b433-eeff34ab9b48 | InvocationID=1bfe2a1c-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:42:13+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bfe2882-6b13-11ed-b433-eeff34ab9b48 | InvocationID=1bfe2a1c-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:42:24+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13ab4746-6b13-11ed-b433-eeff34ab9b48 | InvocationID=13ab4aac-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:42:24+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226de5ea-6b13-11ed-b433-eeff34ab9b48 | InvocationID=226de874-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:42:38+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bfe2882-6b13-11ed-b433-eeff34ab9b48 | InvocationID=1bfe2a1c-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:42:38+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2af3004c-6b13-11ed-b433-eeff34ab9b48 | InvocationID=2af30222-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:42:38+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2af3004c-6b13-11ed-b433-eeff34ab9b48 | InvocationID=2af30222-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:42:38+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2af3004c-6b13-11ed-b433-eeff34ab9b48 | InvocationID=2af30222-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:42:49+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=226de5ea-6b13-11ed-b433-eeff34ab9b48 | InvocationID=226de874-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:42:49+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312ea290-6b13-11ed-b433-eeff34ab9b48 | InvocationID=312ea48e-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:43:03+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2af3004c-6b13-11ed-b433-eeff34ab9b48 | InvocationID=2af30222-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:43:03+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39e0a348-6b13-11ed-b433-eeff34ab9b48 | InvocationID=39e0a56e-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:43:03+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39e0a348-6b13-11ed-b433-eeff34ab9b48 | InvocationID=39e0a56e-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:43:03+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39e0a348-6b13-11ed-b433-eeff34ab9b48 | InvocationID=39e0a56e-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:43:13+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=312ea290-6b13-11ed-b433-eeff34ab9b48 | InvocationID=312ea48e-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:43:13+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fefbd28-6b13-11ed-b433-eeff34ab9b48 | InvocationID=3fefbf44-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:43:28+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39e0a348-6b13-11ed-b433-eeff34ab9b48 | InvocationID=39e0a56e-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:43:28+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48cb85bc-6b13-11ed-b433-eeff34ab9b48 | InvocationID=48cb87b0-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:43:28+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48cb85bc-6b13-11ed-b433-eeff34ab9b48 | InvocationID=48cb87b0-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:43:28+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48cb85bc-6b13-11ed-b433-eeff34ab9b48 | InvocationID=48cb87b0-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:43:38+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fefbd28-6b13-11ed-b433-eeff34ab9b48 | InvocationID=3fefbf44-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:43:38+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb1de36-6b13-11ed-b433-eeff34ab9b48 | InvocationID=4eb1dff8-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:43:53+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48cb85bc-6b13-11ed-b433-eeff34ab9b48 | InvocationID=48cb87b0-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:43:53+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b61844-6b13-11ed-b433-eeff34ab9b48 | InvocationID=57b619d4-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:43:53+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b61844-6b13-11ed-b433-eeff34ab9b48 | InvocationID=57b619d4-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:43:53+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b61844-6b13-11ed-b433-eeff34ab9b48 | InvocationID=57b619d4-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:44:03+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eb1de36-6b13-11ed-b433-eeff34ab9b48 | InvocationID=4eb1dff8-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:44:03+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d72fe3c-6b13-11ed-b433-eeff34ab9b48 | InvocationID=5d730030-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:44:18+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b61844-6b13-11ed-b433-eeff34ab9b48 | InvocationID=57b619d4-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:44:18+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a11638-6b13-11ed-b433-eeff34ab9b48 | InvocationID=66a118b8-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:44:18+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a11638-6b13-11ed-b433-eeff34ab9b48 | InvocationID=66a118b8-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:44:18+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66a11638-6b13-11ed-b433-eeff34ab9b48 | InvocationID=66a118b8-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:44:28+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d72fe3c-6b13-11ed-b433-eeff34ab9b48 | InvocationID=5d730030-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:44:28+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c34552e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=6c345768-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:44:43+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66a11638-6b13-11ed-b433-eeff34ab9b48 | InvocationID=66a118b8-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:44:43+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=758c9140-6b13-11ed-b433-eeff34ab9b48 | InvocationID=758c951e-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:44:43+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=758c9140-6b13-11ed-b433-eeff34ab9b48 | InvocationID=758c951e-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:44:43+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=758c9140-6b13-11ed-b433-eeff34ab9b48 | InvocationID=758c951e-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:44:52+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c34552e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=6c345768-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:44:52+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7af56daa-6b13-11ed-b433-eeff34ab9b48 | InvocationID=7af57070-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:45:08+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=758c9140-6b13-11ed-b433-eeff34ab9b48 | InvocationID=758c951e-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:45:08+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8477bfa4-6b13-11ed-b433-eeff34ab9b48 | InvocationID=8477c1ac-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:45:08+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8477bfa4-6b13-11ed-b433-eeff34ab9b48 | InvocationID=8477c1ac-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:45:08+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8477bfa4-6b13-11ed-b433-eeff34ab9b48 | InvocationID=8477c1ac-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:45:17+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7af56daa-6b13-11ed-b433-eeff34ab9b48 | InvocationID=7af57070-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:45:17+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b643d2-6b13-11ed-b433-eeff34ab9b48 | InvocationID=89b6456c-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:45:33+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8477bfa4-6b13-11ed-b433-eeff34ab9b48 | InvocationID=8477c1ac-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:45:33+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93628ee0-6b13-11ed-b433-eeff34ab9b48 | InvocationID=93629124-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:45:33+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93628ee0-6b13-11ed-b433-eeff34ab9b48 | InvocationID=93629124-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:45:33+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93628ee0-6b13-11ed-b433-eeff34ab9b48 | InvocationID=93629124-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:45:42+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89b643d2-6b13-11ed-b433-eeff34ab9b48 | InvocationID=89b6456c-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:45:42+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98776f40-6b13-11ed-b433-eeff34ab9b48 | InvocationID=98777120-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:45:58+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93628ee0-6b13-11ed-b433-eeff34ab9b48 | InvocationID=93629124-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:45:58+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a24d7b9a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=a24d7dca-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:45:59+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a24d7b9a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=a24d7dca-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:45:59+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a24d7b9a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=a24d7dca-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:46:07+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98776f40-6b13-11ed-b433-eeff34ab9b48 | InvocationID=98777120-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:46:07+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7397c8a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=a7397ee2-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:46:24+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a24d7b9a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=a24d7dca-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:46:24+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b138f6d4-6b13-11ed-b433-eeff34ab9b48 | InvocationID=b138f85a-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:46:24+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b138f6d4-6b13-11ed-b433-eeff34ab9b48 | InvocationID=b138f85a-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:46:24+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b138f6d4-6b13-11ed-b433-eeff34ab9b48 | InvocationID=b138f85a-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:46:31+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7397c8a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=a7397ee2-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:46:32+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5fa880e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=b5fa8a20-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:46:49+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b138f6d4-6b13-11ed-b433-eeff34ab9b48 | InvocationID=b138f85a-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:46:49+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c023f64e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=c023f84c-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:46:49+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c023f64e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=c023f84c-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:46:49+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c023f64e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=c023f84c-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:46:56+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5fa880e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=b5fa8a20-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:46:56+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4bdd030-6b13-11ed-b433-eeff34ab9b48 | InvocationID=c4bdd22e-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:47:14+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c023f64e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=c023f84c-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:47:14+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf0ec0a8-6b13-11ed-b433-eeff34ab9b48 | InvocationID=cf0ec22e-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:47:14+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf0ec0a8-6b13-11ed-b433-eeff34ab9b48 | InvocationID=cf0ec22e-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:47:14+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf0ec0a8-6b13-11ed-b433-eeff34ab9b48 | InvocationID=cf0ec22e-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:47:21+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4bdd030-6b13-11ed-b433-eeff34ab9b48 | InvocationID=c4bdd22e-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:47:21+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37ffb7a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=d37ffd46-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:47:39+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf0ec0a8-6b13-11ed-b433-eeff34ab9b48 | InvocationID=cf0ec22e-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:47:39+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf9c414-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ddf9c5a4-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:47:39+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf9c414-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ddf9c5a4-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:47:39+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddf9c414-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ddf9c5a4-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:47:46+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d37ffb7a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=d37ffd46-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:47:46+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2412a76-6b13-11ed-b433-eeff34ab9b48 | InvocationID=e2412c4c-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:48:04+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddf9c414-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ddf9c5a4-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:48:04+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ece4c6b8-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ece4c8c0-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:48:04+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ece4c6b8-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ece4c8c0-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:48:04+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ece4c6b8-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ece4c8c0-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:48:11+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2412a76-6b13-11ed-b433-eeff34ab9b48 | InvocationID=e2412c4c-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:48:11+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f103e30a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=f103e5b2-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:48:29+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ece4c6b8-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ece4c8c0-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:48:29+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbd015a6-6b13-11ed-b433-eeff34ab9b48 | InvocationID=fbd01808-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:48:29+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbd015a6-6b13-11ed-b433-eeff34ab9b48 | InvocationID=fbd01808-6b13-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:48:29+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbd015a6-6b13-11ed-b433-eeff34ab9b48 | InvocationID=fbd01808-6b13-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:48:35+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f103e30a-6b13-11ed-b433-eeff34ab9b48 | InvocationID=f103e5b2-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:48:35+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc5514e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ffc55324-6b13-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:48:54+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbd015a6-6b13-11ed-b433-eeff34ab9b48 | InvocationID=fbd01808-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:48:54+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0abb9130-6b14-11ed-b433-eeff34ab9b48 | InvocationID=0abb936a-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:48:54+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0abb9130-6b14-11ed-b433-eeff34ab9b48 | InvocationID=0abb936a-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:48:54+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0abb9130-6b14-11ed-b433-eeff34ab9b48 | InvocationID=0abb936a-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:49:00+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffc5514e-6b13-11ed-b433-eeff34ab9b48 | InvocationID=ffc55324-6b13-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:49:00+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e86a5d4-6b14-11ed-b433-eeff34ab9b48 | InvocationID=0e86a804-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:49:19+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0abb9130-6b14-11ed-b433-eeff34ab9b48 | InvocationID=0abb936a-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:49:19+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a6c3ae-6b14-11ed-b433-eeff34ab9b48 | InvocationID=19a6c58e-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:49:19+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a6c3ae-6b14-11ed-b433-eeff34ab9b48 | InvocationID=19a6c58e-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:49:19+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19a6c3ae-6b14-11ed-b433-eeff34ab9b48 | InvocationID=19a6c58e-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:49:25+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e86a5d4-6b14-11ed-b433-eeff34ab9b48 | InvocationID=0e86a804-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:49:25+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d47c260-6b14-11ed-b433-eeff34ab9b48 | InvocationID=1d47c3e6-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:49:44+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19a6c3ae-6b14-11ed-b433-eeff34ab9b48 | InvocationID=19a6c58e-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:49:44+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28926896-6b14-11ed-b433-eeff34ab9b48 | InvocationID=28926a4e-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:49:44+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28926896-6b14-11ed-b433-eeff34ab9b48 | InvocationID=28926a4e-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:49:44+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28926896-6b14-11ed-b433-eeff34ab9b48 | InvocationID=28926a4e-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:49:50+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d47c260-6b14-11ed-b433-eeff34ab9b48 | InvocationID=1d47c3e6-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:49:50+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c090430-6b14-11ed-b433-eeff34ab9b48 | InvocationID=2c0905fc-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:50:09+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28926896-6b14-11ed-b433-eeff34ab9b48 | InvocationID=28926a4e-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:50:09+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=377df460-6b14-11ed-b433-eeff34ab9b48 | InvocationID=377df690-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:50:09+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=377df460-6b14-11ed-b433-eeff34ab9b48 | InvocationID=377df690-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:50:09+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=377df460-6b14-11ed-b433-eeff34ab9b48 | InvocationID=377df690-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:50:14+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c090430-6b14-11ed-b433-eeff34ab9b48 | InvocationID=2c0905fc-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:50:14+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3acac3be-6b14-11ed-b433-eeff34ab9b48 | InvocationID=3acac602-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:50:34+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=377df460-6b14-11ed-b433-eeff34ab9b48 | InvocationID=377df690-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:50:34+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4668f2c2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=4668f4e8-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:50:34+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4668f2c2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=4668f4e8-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:50:34+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4668f2c2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=4668f4e8-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:50:39+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3acac3be-6b14-11ed-b433-eeff34ab9b48 | InvocationID=3acac602-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:50:39+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498e1568-6b14-11ed-b433-eeff34ab9b48 | InvocationID=498e178e-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:50:59+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4668f2c2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=4668f4e8-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:50:59+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=555460f0-6b14-11ed-b433-eeff34ab9b48 | InvocationID=555465aa-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:50:59+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=555460f0-6b14-11ed-b433-eeff34ab9b48 | InvocationID=555465aa-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:50:59+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=555460f0-6b14-11ed-b433-eeff34ab9b48 | InvocationID=555465aa-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:51:04+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=498e1568-6b14-11ed-b433-eeff34ab9b48 | InvocationID=498e178e-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:51:04+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=585348de-6b14-11ed-b433-eeff34ab9b48 | InvocationID=58534b04-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:51:24+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=555460f0-6b14-11ed-b433-eeff34ab9b48 | InvocationID=555465aa-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:51:24+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=643f94ae-6b14-11ed-b433-eeff34ab9b48 | InvocationID=643f977e-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:51:24+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=643f94ae-6b14-11ed-b433-eeff34ab9b48 | InvocationID=643f977e-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:51:24+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=643f94ae-6b14-11ed-b433-eeff34ab9b48 | InvocationID=643f977e-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:51:29+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=585348de-6b14-11ed-b433-eeff34ab9b48 | InvocationID=58534b04-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:51:29+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67171378-6b14-11ed-b433-eeff34ab9b48 | InvocationID=67171508-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:51:49+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=643f94ae-6b14-11ed-b433-eeff34ab9b48 | InvocationID=643f977e-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:51:49+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=732d669e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=732d693c-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:51:49+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=732d669e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=732d693c-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:51:49+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=732d669e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=732d693c-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:51:53+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67171378-6b14-11ed-b433-eeff34ab9b48 | InvocationID=67171508-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:51:53+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d9bc44-6b14-11ed-b433-eeff34ab9b48 | InvocationID=75d9be7e-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:52:14+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=732d669e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=732d693c-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:52:14+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8218acc2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=8218ae98-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:52:14+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8218acc2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=8218ae98-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:52:14+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8218acc2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=8218ae98-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:52:18+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75d9bc44-6b14-11ed-b433-eeff34ab9b48 | InvocationID=75d9be7e-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:52:18+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=849d32e2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=849d3634-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:52:39+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8218acc2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=8218ae98-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:52:39+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9103a70a-6b14-11ed-b433-eeff34ab9b48 | InvocationID=9103a912-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:52:39+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9103a70a-6b14-11ed-b433-eeff34ab9b48 | InvocationID=9103a912-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:52:39+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9103a70a-6b14-11ed-b433-eeff34ab9b48 | InvocationID=9103a912-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:52:43+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=849d32e2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=849d3634-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:52:43+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=935eafcc-6b14-11ed-b433-eeff34ab9b48 | InvocationID=935eb1d4-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:53:04+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9103a70a-6b14-11ed-b433-eeff34ab9b48 | InvocationID=9103a912-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:53:04+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fef5728-6b14-11ed-b433-eeff34ab9b48 | InvocationID=9fef6358-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:53:04+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fef5728-6b14-11ed-b433-eeff34ab9b48 | InvocationID=9fef6358-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:53:04+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fef5728-6b14-11ed-b433-eeff34ab9b48 | InvocationID=9fef6358-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:53:08+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=935eafcc-6b14-11ed-b433-eeff34ab9b48 | InvocationID=935eb1d4-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:53:08+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a223644e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=a223661a-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:53:29+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fef5728-6b14-11ed-b433-eeff34ab9b48 | InvocationID=9fef6358-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:53:29+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aedb9b3e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=aedb9d14-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:53:29+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aedb9b3e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=aedb9d14-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:53:29+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aedb9b3e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=aedb9d14-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:53:32+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a223644e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=a223661a-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:53:32+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0e8c0aa-6b14-11ed-b433-eeff34ab9b48 | InvocationID=b0e8c3a2-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:53:54+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aedb9b3e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=aedb9d14-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:53:54+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdcb94c8-6b14-11ed-b433-eeff34ab9b48 | InvocationID=bdcb964e-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:53:54+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdcb94c8-6b14-11ed-b433-eeff34ab9b48 | InvocationID=bdcb964e-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:53:54+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdcb94c8-6b14-11ed-b433-eeff34ab9b48 | InvocationID=bdcb964e-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:53:57+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0e8c0aa-6b14-11ed-b433-eeff34ab9b48 | InvocationID=b0e8c3a2-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:53:57+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfac805e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=bfac822a-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:54:19+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdcb94c8-6b14-11ed-b433-eeff34ab9b48 | InvocationID=bdcb964e-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:54:19+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccb6c714-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ccb6c8a4-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:54:19+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccb6c714-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ccb6c8a4-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:54:19+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccb6c714-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ccb6c8a4-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:54:22+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfac805e-6b14-11ed-b433-eeff34ab9b48 | InvocationID=bfac822a-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:54:22+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce6da85c-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ce6daab4-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:54:44+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccb6c714-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ccb6c8a4-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:54:44+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba23998-6b14-11ed-b433-eeff34ab9b48 | InvocationID=dba23b8c-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:54:44+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba23998-6b14-11ed-b433-eeff34ab9b48 | InvocationID=dba23b8c-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:54:44+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dba23998-6b14-11ed-b433-eeff34ab9b48 | InvocationID=dba23b8c-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:54:47+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce6da85c-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ce6daab4-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:54:47+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2f6c40-6b14-11ed-b433-eeff34ab9b48 | InvocationID=dd2f6e7a-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:55:09+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dba23998-6b14-11ed-b433-eeff34ab9b48 | InvocationID=dba23b8c-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:55:09+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea8d1c66-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ea8d1e3c-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:55:09+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea8d1c66-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ea8d1e3c-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:55:09+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea8d1c66-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ea8d1e3c-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:55:12+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd2f6c40-6b14-11ed-b433-eeff34ab9b48 | InvocationID=dd2f6e7a-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:55:12+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf093b2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ebf095ba-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:55:34+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea8d1c66-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ea8d1e3c-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:55:34+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f97c084a-6b14-11ed-b433-eeff34ab9b48 | InvocationID=f97c0a20-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:55:34+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f97c084a-6b14-11ed-b433-eeff34ab9b48 | InvocationID=f97c0a20-6b14-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:55:34+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f97c084a-6b14-11ed-b433-eeff34ab9b48 | InvocationID=f97c0a20-6b14-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:55:36+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebf093b2-6b14-11ed-b433-eeff34ab9b48 | InvocationID=ebf095ba-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:55:36+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab5bcc4-6b14-11ed-b433-eeff34ab9b48 | InvocationID=fab5bf26-6b14-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:55:59+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f97c084a-6b14-11ed-b433-eeff34ab9b48 | InvocationID=f97c0a20-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:55:59+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0866fc16-6b15-11ed-b433-eeff34ab9b48 | InvocationID=086706f2-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:55:59+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0866fc16-6b15-11ed-b433-eeff34ab9b48 | InvocationID=086706f2-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:55:59+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0866fc16-6b15-11ed-b433-eeff34ab9b48 | InvocationID=086706f2-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:56:01+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fab5bcc4-6b14-11ed-b433-eeff34ab9b48 | InvocationID=fab5bf26-6b14-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:56:01+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09776078-6b15-11ed-b433-eeff34ab9b48 | InvocationID=09776208-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:56:24+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0866fc16-6b15-11ed-b433-eeff34ab9b48 | InvocationID=086706f2-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:56:24+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17521c74-6b15-11ed-b433-eeff34ab9b48 | InvocationID=17521eae-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:56:24+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17521c74-6b15-11ed-b433-eeff34ab9b48 | InvocationID=17521eae-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:56:24+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17521c74-6b15-11ed-b433-eeff34ab9b48 | InvocationID=17521eae-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:56:26+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09776078-6b15-11ed-b433-eeff34ab9b48 | InvocationID=09776208-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:56:26+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18399144-6b15-11ed-b433-eeff34ab9b48 | InvocationID=183993d8-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:56:49+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17521c74-6b15-11ed-b433-eeff34ab9b48 | InvocationID=17521eae-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:56:49+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=263cf9ca-6b15-11ed-b433-eeff34ab9b48 | InvocationID=263cfcfe-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:56:49+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=263cf9ca-6b15-11ed-b433-eeff34ab9b48 | InvocationID=263cfcfe-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:56:49+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=263cf9ca-6b15-11ed-b433-eeff34ab9b48 | InvocationID=263cfcfe-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:56:51+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18399144-6b15-11ed-b433-eeff34ab9b48 | InvocationID=183993d8-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:56:51+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fb62f2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=26fb6676-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:57:14+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=263cf9ca-6b15-11ed-b433-eeff34ab9b48 | InvocationID=263cfcfe-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:57:14+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3528fa6a-6b15-11ed-b433-eeff34ab9b48 | InvocationID=3528fbfa-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:57:14+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3528fa6a-6b15-11ed-b433-eeff34ab9b48 | InvocationID=3528fbfa-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:57:14+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3528fa6a-6b15-11ed-b433-eeff34ab9b48 | InvocationID=3528fbfa-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:57:15+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26fb62f2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=26fb6676-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:57:15+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35bc547c-6b15-11ed-b433-eeff34ab9b48 | InvocationID=35bc56ca-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:57:39+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3528fa6a-6b15-11ed-b433-eeff34ab9b48 | InvocationID=3528fbfa-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:57:39+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44145876-6b15-11ed-b433-eeff34ab9b48 | InvocationID=44145aba-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:57:39+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44145876-6b15-11ed-b433-eeff34ab9b48 | InvocationID=44145aba-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:57:39+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44145876-6b15-11ed-b433-eeff34ab9b48 | InvocationID=44145aba-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:57:40+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35bc547c-6b15-11ed-b433-eeff34ab9b48 | InvocationID=35bc56ca-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:57:40+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4480ad14-6b15-11ed-b433-eeff34ab9b48 | InvocationID=4480aea4-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:58:04+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44145876-6b15-11ed-b433-eeff34ab9b48 | InvocationID=44145aba-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:58:04+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52ff260e-6b15-11ed-b433-eeff34ab9b48 | InvocationID=52ff278a-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:58:04+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52ff260e-6b15-11ed-b433-eeff34ab9b48 | InvocationID=52ff278a-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:58:04+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52ff260e-6b15-11ed-b433-eeff34ab9b48 | InvocationID=52ff278a-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:58:05+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4480ad14-6b15-11ed-b433-eeff34ab9b48 | InvocationID=4480aea4-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:58:05+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=534472cc-6b15-11ed-b433-eeff34ab9b48 | InvocationID=534474ac-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:58:29+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52ff260e-6b15-11ed-b433-eeff34ab9b48 | InvocationID=52ff278a-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:58:29+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61ea3348-6b15-11ed-b433-eeff34ab9b48 | InvocationID=61ea34e2-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:58:29+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61ea3348-6b15-11ed-b433-eeff34ab9b48 | InvocationID=61ea34e2-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:58:29+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61ea3348-6b15-11ed-b433-eeff34ab9b48 | InvocationID=61ea34e2-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:58:30+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=534472cc-6b15-11ed-b433-eeff34ab9b48 | InvocationID=534474ac-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:58:30+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62055bbe-6b15-11ed-b433-eeff34ab9b48 | InvocationID=62055e2a-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:58:54+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62055bbe-6b15-11ed-b433-eeff34ab9b48 | InvocationID=62055e2a-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:58:54+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70caf3c0-6b15-11ed-b433-eeff34ab9b48 | InvocationID=70caf654-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:58:54+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61ea3348-6b15-11ed-b433-eeff34ab9b48 | InvocationID=61ea34e2-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:58:54+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70d5a6b2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=70d5a84c-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:58:55+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70d5a6b2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=70d5a84c-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:58:55+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70d5a6b2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=70d5a84c-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:59:19+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70caf3c0-6b15-11ed-b433-eeff34ab9b48 | InvocationID=70caf654-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:59:19+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f8c9030-6b15-11ed-b433-eeff34ab9b48 | InvocationID=7f8c91ca-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:59:20+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70d5a6b2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=70d5a84c-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:59:20+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fc12f70-6b15-11ed-b433-eeff34ab9b48 | InvocationID=7fc131e6-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:59:20+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fc12f70-6b15-11ed-b433-eeff34ab9b48 | InvocationID=7fc131e6-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:59:20+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fc12f70-6b15-11ed-b433-eeff34ab9b48 | InvocationID=7fc131e6-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:59:44+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f8c9030-6b15-11ed-b433-eeff34ab9b48 | InvocationID=7f8c91ca-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T09:59:44+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e4d8750-6b15-11ed-b433-eeff34ab9b48 | InvocationID=8e4d8a8e-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T09:59:45+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fc12f70-6b15-11ed-b433-eeff34ab9b48 | InvocationID=7fc131e6-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T09:59:45+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eac0988-6b15-11ed-b433-eeff34ab9b48 | InvocationID=8eac0b54-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T09:59:45+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eac0988-6b15-11ed-b433-eeff34ab9b48 | InvocationID=8eac0b54-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T09:59:45+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8eac0988-6b15-11ed-b433-eeff34ab9b48 | InvocationID=8eac0b54-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:00:09+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e4d8750-6b15-11ed-b433-eeff34ab9b48 | InvocationID=8e4d8a8e-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:00:09+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d10524a-6b15-11ed-b433-eeff34ab9b48 | InvocationID=9d1054e8-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:00:10+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8eac0988-6b15-11ed-b433-eeff34ab9b48 | InvocationID=8eac0b54-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:00:10+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d96f980-6b15-11ed-b433-eeff34ab9b48 | InvocationID=9d96fbb0-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:00:10+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d96f980-6b15-11ed-b433-eeff34ab9b48 | InvocationID=9d96fbb0-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:00:10+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d96f980-6b15-11ed-b433-eeff34ab9b48 | InvocationID=9d96fbb0-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:00:33+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d10524a-6b15-11ed-b433-eeff34ab9b48 | InvocationID=9d1054e8-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:00:33+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abd2257e-6b15-11ed-b433-eeff34ab9b48 | InvocationID=abd22754-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:00:35+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d96f980-6b15-11ed-b433-eeff34ab9b48 | InvocationID=9d96fbb0-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:00:35+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac823356-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ac8235c2-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:00:35+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac823356-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ac8235c2-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:00:35+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac823356-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ac8235c2-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:00:58+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abd2257e-6b15-11ed-b433-eeff34ab9b48 | InvocationID=abd22754-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:00:58+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba94c6d4-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ba94c8e6-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:01:00+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac823356-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ac8235c2-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:01:00+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb6dcf06-6b15-11ed-b433-eeff34ab9b48 | InvocationID=bb6dd17c-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:01:00+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb6dcf06-6b15-11ed-b433-eeff34ab9b48 | InvocationID=bb6dd17c-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:01:00+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb6dcf06-6b15-11ed-b433-eeff34ab9b48 | InvocationID=bb6dd17c-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:01:23+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba94c6d4-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ba94c8e6-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:01:23+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9584f06-6b15-11ed-b433-eeff34ab9b48 | InvocationID=c958541a-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:01:25+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb6dcf06-6b15-11ed-b433-eeff34ab9b48 | InvocationID=bb6dd17c-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:01:25+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca5a5840-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ca5a5a8e-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:01:25+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca5a5840-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ca5a5a8e-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:01:25+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca5a5840-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ca5a5a8e-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:01:48+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9584f06-6b15-11ed-b433-eeff34ab9b48 | InvocationID=c958541a-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:01:48+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d81af926-6b15-11ed-b433-eeff34ab9b48 | InvocationID=d81afb10-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:01:50+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca5a5840-6b15-11ed-b433-eeff34ab9b48 | InvocationID=ca5a5a8e-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:01:50+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9495658-6b15-11ed-b433-eeff34ab9b48 | InvocationID=d9495856-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:01:50+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9495658-6b15-11ed-b433-eeff34ab9b48 | InvocationID=d9495856-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:01:50+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9495658-6b15-11ed-b433-eeff34ab9b48 | InvocationID=d9495856-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:02:13+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d81af926-6b15-11ed-b433-eeff34ab9b48 | InvocationID=d81afb10-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:02:13+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6dc6512-6b15-11ed-b433-eeff34ab9b48 | InvocationID=e6dc6d3c-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:02:15+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9495658-6b15-11ed-b433-eeff34ab9b48 | InvocationID=d9495856-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:02:15+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8342922-6b15-11ed-b433-eeff34ab9b48 | InvocationID=e8342a9e-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:02:15+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8342922-6b15-11ed-b433-eeff34ab9b48 | InvocationID=e8342a9e-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:02:15+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8342922-6b15-11ed-b433-eeff34ab9b48 | InvocationID=e8342a9e-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:02:37+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6dc6512-6b15-11ed-b433-eeff34ab9b48 | InvocationID=e6dc6d3c-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:02:37+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f59e4002-6b15-11ed-b433-eeff34ab9b48 | InvocationID=f59e41ce-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:02:40+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8342922-6b15-11ed-b433-eeff34ab9b48 | InvocationID=e8342a9e-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:02:40+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f71ee5b2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=f71ee760-6b15-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:02:40+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f71ee5b2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=f71ee760-6b15-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:02:40+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f71ee5b2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=f71ee760-6b15-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:03:02+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f59e4002-6b15-11ed-b433-eeff34ab9b48 | InvocationID=f59e41ce-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:03:02+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0460ba7a-6b16-11ed-b433-eeff34ab9b48 | InvocationID=0460bc0a-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:03:05+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f71ee5b2-6b15-11ed-b433-eeff34ab9b48 | InvocationID=f71ee760-6b15-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:03:05+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0609bb88-6b16-11ed-b433-eeff34ab9b48 | InvocationID=0609bd5e-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:03:05+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0609bb88-6b16-11ed-b433-eeff34ab9b48 | InvocationID=0609bd5e-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:03:05+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0609bb88-6b16-11ed-b433-eeff34ab9b48 | InvocationID=0609bd5e-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:03:27+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0460ba7a-6b16-11ed-b433-eeff34ab9b48 | InvocationID=0460bc0a-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:03:27+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=132185bc-6b16-11ed-b433-eeff34ab9b48 | InvocationID=1321874c-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:03:30+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0609bb88-6b16-11ed-b433-eeff34ab9b48 | InvocationID=0609bd5e-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:03:30+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14f548c4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=14f54a90-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:03:30+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14f548c4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=14f54a90-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:03:30+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14f548c4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=14f54a90-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:03:52+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=132185bc-6b16-11ed-b433-eeff34ab9b48 | InvocationID=1321874c-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:03:52+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ee9634-6b16-11ed-b433-eeff34ab9b48 | InvocationID=21ee98d2-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:03:55+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14f548c4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=14f54a90-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:03:55+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23e01eae-6b16-11ed-b433-eeff34ab9b48 | InvocationID=23e02098-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:03:55+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23e01eae-6b16-11ed-b433-eeff34ab9b48 | InvocationID=23e02098-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:03:55+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23e01eae-6b16-11ed-b433-eeff34ab9b48 | InvocationID=23e02098-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:04:16+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21ee9634-6b16-11ed-b433-eeff34ab9b48 | InvocationID=21ee98d2-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:04:16+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30b2a5ac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=30b2a854-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:04:20+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23e01eae-6b16-11ed-b433-eeff34ab9b48 | InvocationID=23e02098-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:04:20+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32cad134-6b16-11ed-b433-eeff34ab9b48 | InvocationID=32cad38c-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:04:20+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32cad134-6b16-11ed-b433-eeff34ab9b48 | InvocationID=32cad38c-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:04:20+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32cad134-6b16-11ed-b433-eeff34ab9b48 | InvocationID=32cad38c-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:04:41+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30b2a5ac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=30b2a854-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:04:41+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f758294-6b16-11ed-b433-eeff34ab9b48 | InvocationID=3f75842e-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:04:45+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32cad134-6b16-11ed-b433-eeff34ab9b48 | InvocationID=32cad38c-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:04:45+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41b585f4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=41b59058-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:04:45+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41b585f4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=41b59058-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:04:45+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41b585f4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=41b59058-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:05:06+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f758294-6b16-11ed-b433-eeff34ab9b48 | InvocationID=3f75842e-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:05:06+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e369322-6b16-11ed-b433-eeff34ab9b48 | InvocationID=4e3694bc-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:05:10+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41b585f4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=41b59058-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:05:10+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50a0e1a8-6b16-11ed-b433-eeff34ab9b48 | InvocationID=50a0e3a6-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:05:10+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50a0e1a8-6b16-11ed-b433-eeff34ab9b48 | InvocationID=50a0e3a6-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:05:10+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50a0e1a8-6b16-11ed-b433-eeff34ab9b48 | InvocationID=50a0e3a6-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:05:31+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e369322-6b16-11ed-b433-eeff34ab9b48 | InvocationID=4e3694bc-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:05:31+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfa1140-6b16-11ed-b433-eeff34ab9b48 | InvocationID=5cfa1528-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:05:35+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50a0e1a8-6b16-11ed-b433-eeff34ab9b48 | InvocationID=50a0e3a6-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:05:35+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f8c3ba4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=5f8c3dc0-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:05:35+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f8c3ba4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=5f8c3dc0-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:05:35+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f8c3ba4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=5f8c3dc0-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:05:55+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cfa1140-6b16-11ed-b433-eeff34ab9b48 | InvocationID=5cfa1528-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:05:55+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bbea0f6-6b16-11ed-b433-eeff34ab9b48 | InvocationID=6bbea290-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:06:00+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f8c3ba4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=5f8c3dc0-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:06:00+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e77342a-6b16-11ed-b433-eeff34ab9b48 | InvocationID=6e773e48-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:06:00+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e77342a-6b16-11ed-b433-eeff34ab9b48 | InvocationID=6e773e48-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:06:00+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e77342a-6b16-11ed-b433-eeff34ab9b48 | InvocationID=6e773e48-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:06:20+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bbea0f6-6b16-11ed-b433-eeff34ab9b48 | InvocationID=6bbea290-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:06:20+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a805936-6b16-11ed-b433-eeff34ab9b48 | InvocationID=7a805ada-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:06:25+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e77342a-6b16-11ed-b433-eeff34ab9b48 | InvocationID=6e773e48-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:06:25+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d63525c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=7d635d1a-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:06:25+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d63525c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=7d635d1a-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:06:25+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d63525c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=7d635d1a-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:06:45+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a805936-6b16-11ed-b433-eeff34ab9b48 | InvocationID=7a805ada-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:06:45+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8941aeca-6b16-11ed-b433-eeff34ab9b48 | InvocationID=8941b262-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:06:50+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d63525c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=7d635d1a-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:06:50+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c4e3fd4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=8c4e41be-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:06:50+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c4e3fd4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=8c4e41be-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:06:50+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c4e3fd4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=8c4e41be-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:07:10+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8941aeca-6b16-11ed-b433-eeff34ab9b48 | InvocationID=8941b262-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:07:10+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=982156c0-6b16-11ed-b433-eeff34ab9b48 | InvocationID=98215922-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:07:15+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c4e3fd4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=8c4e41be-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:07:15+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b3a4e34-6b16-11ed-b433-eeff34ab9b48 | InvocationID=9b3a4fce-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:07:15+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b3a4e34-6b16-11ed-b433-eeff34ab9b48 | InvocationID=9b3a4fce-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:07:15+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b3a4e34-6b16-11ed-b433-eeff34ab9b48 | InvocationID=9b3a4fce-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:07:30+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=982156c0-6b16-11ed-b433-eeff34ab9b48 | InvocationID=98215922-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:07:30+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a414ccdc-6b16-11ed-b433-eeff34ab9b48 | InvocationID=a414ce6c-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:07:40+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b3a4e34-6b16-11ed-b433-eeff34ab9b48 | InvocationID=9b3a4fce-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:07:40+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa252cac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=aa252f40-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:07:40+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa252cac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=aa252f40-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:07:40+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa252cac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=aa252f40-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:07:51+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a414ccdc-6b16-11ed-b433-eeff34ab9b48 | InvocationID=a414ce6c-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:07:51+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0558fa4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=b055913e-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:08:05+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa252cac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=aa252f40-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:08:05+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b91206e0-6b16-11ed-b433-eeff34ab9b48 | InvocationID=b91214a0-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:08:05+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b91206e0-6b16-11ed-b433-eeff34ab9b48 | InvocationID=b91214a0-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:08:05+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b91206e0-6b16-11ed-b433-eeff34ab9b48 | InvocationID=b91214a0-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:08:15+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0558fa4-6b16-11ed-b433-eeff34ab9b48 | InvocationID=b055913e-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:08:15+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf169fba-6b16-11ed-b433-eeff34ab9b48 | InvocationID=bf16a15e-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:08:30+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b91206e0-6b16-11ed-b433-eeff34ab9b48 | InvocationID=b91214a0-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:08:30+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7fe9eac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=c7fea03c-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:08:30+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7fe9eac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=c7fea03c-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:08:30+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7fe9eac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=c7fea03c-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:08:40+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf169fba-6b16-11ed-b433-eeff34ab9b48 | InvocationID=bf16a15e-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:08:40+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdd7baf2-6b16-11ed-b433-eeff34ab9b48 | InvocationID=cdd7bcbe-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:08:55+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7fe9eac-6b16-11ed-b433-eeff34ab9b48 | InvocationID=c7fea03c-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:08:55+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ee7298-6b16-11ed-b433-eeff34ab9b48 | InvocationID=d6ee743c-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:08:55+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ee7298-6b16-11ed-b433-eeff34ab9b48 | InvocationID=d6ee743c-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:08:55+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ee7298-6b16-11ed-b433-eeff34ab9b48 | InvocationID=d6ee743c-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:09:05+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdd7baf2-6b16-11ed-b433-eeff34ab9b48 | InvocationID=cdd7bcbe-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:09:05+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc98f182-6b16-11ed-b433-eeff34ab9b48 | InvocationID=dc98f312-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:09:20+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ee7298-6b16-11ed-b433-eeff34ab9b48 | InvocationID=d6ee743c-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:09:20+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5d96c7c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=e5d96e16-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:09:20+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5d96c7c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=e5d96e16-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:09:20+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5d96c7c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=e5d96e16-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:09:30+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc98f182-6b16-11ed-b433-eeff34ab9b48 | InvocationID=dc98f312-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:09:30+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb5bd522-6b16-11ed-b433-eeff34ab9b48 | InvocationID=eb5bdaae-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:09:45+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5d96c7c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=e5d96e16-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:09:45+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4c5014c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=f4c50408-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:09:45+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4c5014c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=f4c50408-6b16-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:09:45+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4c5014c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=f4c50408-6b16-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:09:54+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb5bd522-6b16-11ed-b433-eeff34ab9b48 | InvocationID=eb5bdaae-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:09:54+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa20d508-6b16-11ed-b433-eeff34ab9b48 | InvocationID=fa20de04-6b16-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:10:10+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4c5014c-6b16-11ed-b433-eeff34ab9b48 | InvocationID=f4c50408-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:10:10+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03afc5de-6b17-11ed-b433-eeff34ab9b48 | InvocationID=03afc87c-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:10:10+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03afc5de-6b17-11ed-b433-eeff34ab9b48 | InvocationID=03afc87c-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:10:10+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03afc5de-6b17-11ed-b433-eeff34ab9b48 | InvocationID=03afc87c-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:10:19+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa20d508-6b16-11ed-b433-eeff34ab9b48 | InvocationID=fa20de04-6b16-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:10:19+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e58fd4-6b17-11ed-b433-eeff34ab9b48 | InvocationID=08e5916e-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:10:35+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03afc5de-6b17-11ed-b433-eeff34ab9b48 | InvocationID=03afc87c-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:10:35+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=129b2ce6-6b17-11ed-b433-eeff34ab9b48 | InvocationID=129b2ebc-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:10:35+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=129b2ce6-6b17-11ed-b433-eeff34ab9b48 | InvocationID=129b2ebc-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:10:35+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=129b2ce6-6b17-11ed-b433-eeff34ab9b48 | InvocationID=129b2ebc-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:10:44+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08e58fd4-6b17-11ed-b433-eeff34ab9b48 | InvocationID=08e5916e-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:10:44+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a7ac6e-6b17-11ed-b433-eeff34ab9b48 | InvocationID=17a7aeee-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:11:00+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=129b2ce6-6b17-11ed-b433-eeff34ab9b48 | InvocationID=129b2ebc-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:11:00+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21887376-6b17-11ed-b433-eeff34ab9b48 | InvocationID=2188759c-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:11:00+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21887376-6b17-11ed-b433-eeff34ab9b48 | InvocationID=2188759c-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:11:00+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21887376-6b17-11ed-b433-eeff34ab9b48 | InvocationID=2188759c-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:11:09+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17a7ac6e-6b17-11ed-b433-eeff34ab9b48 | InvocationID=17a7aeee-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:11:09+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2668ca8a-6b17-11ed-b433-eeff34ab9b48 | InvocationID=2668cc10-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:11:25+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21887376-6b17-11ed-b433-eeff34ab9b48 | InvocationID=2188759c-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:11:25+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=307352de-6b17-11ed-b433-eeff34ab9b48 | InvocationID=30735464-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:11:26+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=307352de-6b17-11ed-b433-eeff34ab9b48 | InvocationID=30735464-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:11:26+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=307352de-6b17-11ed-b433-eeff34ab9b48 | InvocationID=30735464-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:11:33+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2668ca8a-6b17-11ed-b433-eeff34ab9b48 | InvocationID=2668cc10-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:11:33+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=352b2f7c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=352b310c-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:11:51+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=307352de-6b17-11ed-b433-eeff34ab9b48 | InvocationID=30735464-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:11:51+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f68c6e8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=3f68c940-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:11:51+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f68c6e8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=3f68c940-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:11:51+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f68c6e8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=3f68c940-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:11:58+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=352b2f7c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=352b310c-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:11:58+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43efff06-6b17-11ed-b433-eeff34ab9b48 | InvocationID=43f00212-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:12:16+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f68c6e8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=3f68c940-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:12:16+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e55b512-6b17-11ed-b433-eeff34ab9b48 | InvocationID=4e55b8dc-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:12:16+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e55b512-6b17-11ed-b433-eeff34ab9b48 | InvocationID=4e55b8dc-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:12:16+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e55b512-6b17-11ed-b433-eeff34ab9b48 | InvocationID=4e55b8dc-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:12:23+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43efff06-6b17-11ed-b433-eeff34ab9b48 | InvocationID=43f00212-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:12:23+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52b1c862-6b17-11ed-b433-eeff34ab9b48 | InvocationID=52b1caa6-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:12:41+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e55b512-6b17-11ed-b433-eeff34ab9b48 | InvocationID=4e55b8dc-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:12:41+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d40fed8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=5d41013a-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:12:41+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d40fed8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=5d41013a-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:12:41+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d40fed8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=5d41013a-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:12:48+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52b1c862-6b17-11ed-b433-eeff34ab9b48 | InvocationID=52b1caa6-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:12:48+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=617209d4-6b17-11ed-b433-eeff34ab9b48 | InvocationID=61720c36-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:13:06+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d40fed8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=5d41013a-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:13:06+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c2c7e9a-6b17-11ed-b433-eeff34ab9b48 | InvocationID=6c2c8034-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:13:06+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c2c7e9a-6b17-11ed-b433-eeff34ab9b48 | InvocationID=6c2c8034-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:13:06+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c2c7e9a-6b17-11ed-b433-eeff34ab9b48 | InvocationID=6c2c8034-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:13:12+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=617209d4-6b17-11ed-b433-eeff34ab9b48 | InvocationID=61720c36-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:13:12+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7032fd5c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=7032fef6-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:13:31+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c2c7e9a-6b17-11ed-b433-eeff34ab9b48 | InvocationID=6c2c8034-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:13:31+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b174d2c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=7b174ec6-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:13:31+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b174d2c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=7b174ec6-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:13:31+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b174d2c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=7b174ec6-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:13:37+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7032fd5c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=7032fef6-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:13:37+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ef41b00-6b17-11ed-b433-eeff34ab9b48 | InvocationID=7ef41c90-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:13:56+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b174d2c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=7b174ec6-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:13:56+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a02db4e-6b17-11ed-b433-eeff34ab9b48 | InvocationID=8a02dd60-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:13:56+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a02db4e-6b17-11ed-b433-eeff34ab9b48 | InvocationID=8a02dd60-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:13:56+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a02db4e-6b17-11ed-b433-eeff34ab9b48 | InvocationID=8a02dd60-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:14:02+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ef41b00-6b17-11ed-b433-eeff34ab9b48 | InvocationID=7ef41c90-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:14:02+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dba6f54-6b17-11ed-b433-eeff34ab9b48 | InvocationID=8dba717a-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:14:21+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a02db4e-6b17-11ed-b433-eeff34ab9b48 | InvocationID=8a02dd60-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:14:21+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98edbf20-6b17-11ed-b433-eeff34ab9b48 | InvocationID=98edc100-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:14:21+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98edbf20-6b17-11ed-b433-eeff34ab9b48 | InvocationID=98edc100-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:14:21+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98edbf20-6b17-11ed-b433-eeff34ab9b48 | InvocationID=98edc100-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:14:23+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dba6f54-6b17-11ed-b433-eeff34ab9b48 | InvocationID=8dba717a-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:14:23+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a0be5bc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=9a0be800-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:14:46+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98edbf20-6b17-11ed-b433-eeff34ab9b48 | InvocationID=98edc100-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:14:46+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d8c3cc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=a7d8c570-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:14:46+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d8c3cc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=a7d8c570-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:14:46+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d8c3cc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=a7d8c570-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:14:47+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a0be5bc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=9a0be800-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:14:47+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8cd3772-6b17-11ed-b433-eeff34ab9b48 | InvocationID=a8cd3952-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:15:11+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7d8c3cc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=a7d8c570-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:15:11+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c40bbc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=b6c40dec-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:15:11+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c40bbc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=b6c40dec-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:15:11+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c40bbc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=b6c40dec-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:15:12+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8cd3772-6b17-11ed-b433-eeff34ab9b48 | InvocationID=a8cd3952-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:15:12+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b78eb376-6b17-11ed-b433-eeff34ab9b48 | InvocationID=b78eb506-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:15:36+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c40bbc-6b17-11ed-b433-eeff34ab9b48 | InvocationID=b6c40dec-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:15:36+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5af69a0-6b17-11ed-b433-eeff34ab9b48 | InvocationID=c5af6bd0-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:15:36+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5af69a0-6b17-11ed-b433-eeff34ab9b48 | InvocationID=c5af6bd0-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:15:36+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5af69a0-6b17-11ed-b433-eeff34ab9b48 | InvocationID=c5af6bd0-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:15:37+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b78eb376-6b17-11ed-b433-eeff34ab9b48 | InvocationID=b78eb506-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:15:37+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6516cfa-6b17-11ed-b433-eeff34ab9b48 | InvocationID=c6516f2a-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:16:01+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5af69a0-6b17-11ed-b433-eeff34ab9b48 | InvocationID=c5af6bd0-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:16:01+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d49ad2ce-6b17-11ed-b433-eeff34ab9b48 | InvocationID=d49ad49a-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:16:01+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d49ad2ce-6b17-11ed-b433-eeff34ab9b48 | InvocationID=d49ad49a-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:16:01+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d49ad2ce-6b17-11ed-b433-eeff34ab9b48 | InvocationID=d49ad49a-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:16:02+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6516cfa-6b17-11ed-b433-eeff34ab9b48 | InvocationID=c6516f2a-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:16:02+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d515d85c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=d515da78-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:16:26+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d49ad2ce-6b17-11ed-b433-eeff34ab9b48 | InvocationID=d49ad49a-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:16:26+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3898ca8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=e3898e88-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:16:26+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3898ca8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=e3898e88-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:16:26+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3898ca8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=e3898e88-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:16:26+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d515d85c-6b17-11ed-b433-eeff34ab9b48 | InvocationID=d515da78-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:16:26+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3d6885a-6b17-11ed-b433-eeff34ab9b48 | InvocationID=e3d68a9e-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:16:51+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3898ca8-6b17-11ed-b433-eeff34ab9b48 | InvocationID=e3898e88-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:16:51+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2748592-6b17-11ed-b433-eeff34ab9b48 | InvocationID=f2748812-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:16:51+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2748592-6b17-11ed-b433-eeff34ab9b48 | InvocationID=f2748812-6b17-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:16:51+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2748592-6b17-11ed-b433-eeff34ab9b48 | InvocationID=f2748812-6b17-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:16:51+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3d6885a-6b17-11ed-b433-eeff34ab9b48 | InvocationID=e3d68a9e-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:16:51+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f298eb9e-6b17-11ed-b433-eeff34ab9b48 | InvocationID=f298eda6-6b17-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:17:16+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f298eb9e-6b17-11ed-b433-eeff34ab9b48 | InvocationID=f298eda6-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:17:16+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=015a1126-6b18-11ed-b433-eeff34ab9b48 | InvocationID=015a1360-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:17:16+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2748592-6b17-11ed-b433-eeff34ab9b48 | InvocationID=f2748812-6b17-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:17:16+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=015f9754-6b18-11ed-b433-eeff34ab9b48 | InvocationID=015f98d0-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:17:16+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=015f9754-6b18-11ed-b433-eeff34ab9b48 | InvocationID=015f98d0-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:17:16+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=015f9754-6b18-11ed-b433-eeff34ab9b48 | InvocationID=015f98d0-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:17:41+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=015a1126-6b18-11ed-b433-eeff34ab9b48 | InvocationID=015a1360-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:17:41+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101e887c-6b18-11ed-b433-eeff34ab9b48 | InvocationID=101e8a48-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:17:41+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=015f9754-6b18-11ed-b433-eeff34ab9b48 | InvocationID=015f98d0-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:17:41+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=104c0f54-6b18-11ed-b433-eeff34ab9b48 | InvocationID=104c1116-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:17:41+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=104c0f54-6b18-11ed-b433-eeff34ab9b48 | InvocationID=104c1116-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:17:41+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=104c0f54-6b18-11ed-b433-eeff34ab9b48 | InvocationID=104c1116-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:18:01+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=101e887c-6b18-11ed-b433-eeff34ab9b48 | InvocationID=101e8a48-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:18:01+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c6e7a06-6b18-11ed-b433-eeff34ab9b48 | InvocationID=1c6e7be6-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:18:06+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=104c0f54-6b18-11ed-b433-eeff34ab9b48 | InvocationID=104c1116-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:18:06+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f374808-6b18-11ed-b433-eeff34ab9b48 | InvocationID=1f3749de-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:18:06+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f374808-6b18-11ed-b433-eeff34ab9b48 | InvocationID=1f3749de-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:18:06+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f374808-6b18-11ed-b433-eeff34ab9b48 | InvocationID=1f3749de-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:18:26+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c6e7a06-6b18-11ed-b433-eeff34ab9b48 | InvocationID=1c6e7be6-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:18:26+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b2fdb02-6b18-11ed-b433-eeff34ab9b48 | InvocationID=2b2fdc92-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:18:31+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f374808-6b18-11ed-b433-eeff34ab9b48 | InvocationID=1f3749de-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:18:31+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e234006-6b18-11ed-b433-eeff34ab9b48 | InvocationID=2e2341dc-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:18:31+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e234006-6b18-11ed-b433-eeff34ab9b48 | InvocationID=2e2341dc-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:18:31+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e234006-6b18-11ed-b433-eeff34ab9b48 | InvocationID=2e2341dc-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:18:47+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b2fdb02-6b18-11ed-b433-eeff34ab9b48 | InvocationID=2b2fdc92-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:18:47+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=377f9190-6b18-11ed-b433-eeff34ab9b48 | InvocationID=377f937a-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:18:56+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e234006-6b18-11ed-b433-eeff34ab9b48 | InvocationID=2e2341dc-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:18:56+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d0e3472-6b18-11ed-b433-eeff34ab9b48 | InvocationID=3d0e360c-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:18:56+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d0e3472-6b18-11ed-b433-eeff34ab9b48 | InvocationID=3d0e360c-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:18:56+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d0e3472-6b18-11ed-b433-eeff34ab9b48 | InvocationID=3d0e360c-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:19:12+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=377f9190-6b18-11ed-b433-eeff34ab9b48 | InvocationID=377f937a-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:19:12+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4646858a-6b18-11ed-b433-eeff34ab9b48 | InvocationID=46468828-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:19:21+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d0e3472-6b18-11ed-b433-eeff34ab9b48 | InvocationID=3d0e360c-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:19:21+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf92820-6b18-11ed-b433-eeff34ab9b48 | InvocationID=4bf92ad2-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:19:21+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf92820-6b18-11ed-b433-eeff34ab9b48 | InvocationID=4bf92ad2-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:19:21+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bf92820-6b18-11ed-b433-eeff34ab9b48 | InvocationID=4bf92ad2-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:19:34+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4646858a-6b18-11ed-b433-eeff34ab9b48 | InvocationID=46468828-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:19:34+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5388508e-6b18-11ed-b433-eeff34ab9b48 | InvocationID=53885278-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:19:46+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bf92820-6b18-11ed-b433-eeff34ab9b48 | InvocationID=4bf92ad2-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:19:46+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae451de-6b18-11ed-b433-eeff34ab9b48 | InvocationID=5ae453aa-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:19:46+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae451de-6b18-11ed-b433-eeff34ab9b48 | InvocationID=5ae453aa-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:19:46+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ae451de-6b18-11ed-b433-eeff34ab9b48 | InvocationID=5ae453aa-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:19:59+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5388508e-6b18-11ed-b433-eeff34ab9b48 | InvocationID=53885278-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:19:59+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=624c9c10-6b18-11ed-b433-eeff34ab9b48 | InvocationID=624c9e40-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:20:11+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ae451de-6b18-11ed-b433-eeff34ab9b48 | InvocationID=5ae453aa-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:20:11+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69cf9a28-6b18-11ed-b433-eeff34ab9b48 | InvocationID=69cf9ca8-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:20:11+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69cf9a28-6b18-11ed-b433-eeff34ab9b48 | InvocationID=69cf9ca8-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:20:11+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69cf9a28-6b18-11ed-b433-eeff34ab9b48 | InvocationID=69cf9ca8-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:20:23+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=624c9c10-6b18-11ed-b433-eeff34ab9b48 | InvocationID=624c9e40-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:20:23+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71100282-6b18-11ed-b433-eeff34ab9b48 | InvocationID=71100412-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:20:36+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69cf9a28-6b18-11ed-b433-eeff34ab9b48 | InvocationID=69cf9ca8-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:20:36+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78bb0518-6b18-11ed-b433-eeff34ab9b48 | InvocationID=78bb06a8-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:20:36+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78bb0518-6b18-11ed-b433-eeff34ab9b48 | InvocationID=78bb06a8-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:20:36+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78bb0518-6b18-11ed-b433-eeff34ab9b48 | InvocationID=78bb06a8-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:20:48+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71100282-6b18-11ed-b433-eeff34ab9b48 | InvocationID=71100412-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:20:48+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fd1c3be-6b18-11ed-b433-eeff34ab9b48 | InvocationID=7fd1c56c-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:21:01+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78bb0518-6b18-11ed-b433-eeff34ab9b48 | InvocationID=78bb06a8-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:21:01+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a66a22-6b18-11ed-b433-eeff34ab9b48 | InvocationID=87a66ca2-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:21:01+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a66a22-6b18-11ed-b433-eeff34ab9b48 | InvocationID=87a66ca2-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:21:01+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87a66a22-6b18-11ed-b433-eeff34ab9b48 | InvocationID=87a66ca2-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:21:13+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fd1c3be-6b18-11ed-b433-eeff34ab9b48 | InvocationID=7fd1c56c-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:21:13+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e920260-6b18-11ed-b433-eeff34ab9b48 | InvocationID=8e9203f0-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:21:26+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87a66a22-6b18-11ed-b433-eeff34ab9b48 | InvocationID=87a66ca2-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:21:26+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9692b0cc-6b18-11ed-b433-eeff34ab9b48 | InvocationID=9692b324-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:21:26+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9692b0cc-6b18-11ed-b433-eeff34ab9b48 | InvocationID=9692b324-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:21:26+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9692b0cc-6b18-11ed-b433-eeff34ab9b48 | InvocationID=9692b324-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:21:38+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e920260-6b18-11ed-b433-eeff34ab9b48 | InvocationID=8e9203f0-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:21:38+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d545dfc-6b18-11ed-b433-eeff34ab9b48 | InvocationID=9d545ff0-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:21:51+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9692b0cc-6b18-11ed-b433-eeff34ab9b48 | InvocationID=9692b324-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:21:51+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58a0f44-6b18-11ed-b433-eeff34ab9b48 | InvocationID=a58a1264-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:21:51+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58a0f44-6b18-11ed-b433-eeff34ab9b48 | InvocationID=a58a1264-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:21:51+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58a0f44-6b18-11ed-b433-eeff34ab9b48 | InvocationID=a58a1264-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:22:02+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d545dfc-6b18-11ed-b433-eeff34ab9b48 | InvocationID=9d545ff0-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:22:02+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac193222-6b18-11ed-b433-eeff34ab9b48 | InvocationID=ac193e34-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:22:16+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58a0f44-6b18-11ed-b433-eeff34ab9b48 | InvocationID=a58a1264-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:22:16+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b47574c6-6b18-11ed-b433-eeff34ab9b48 | InvocationID=b4757732-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:22:16+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b47574c6-6b18-11ed-b433-eeff34ab9b48 | InvocationID=b4757732-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:22:16+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b47574c6-6b18-11ed-b433-eeff34ab9b48 | InvocationID=b4757732-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:22:27+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac193222-6b18-11ed-b433-eeff34ab9b48 | InvocationID=ac193e34-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:22:27+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bad9ec98-6b18-11ed-b433-eeff34ab9b48 | InvocationID=bad9eebe-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:22:41+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b47574c6-6b18-11ed-b433-eeff34ab9b48 | InvocationID=b4757732-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:22:41+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c360ea42-6b18-11ed-b433-eeff34ab9b48 | InvocationID=c360ebd2-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:22:42+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c360ea42-6b18-11ed-b433-eeff34ab9b48 | InvocationID=c360ebd2-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:22:42+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c360ea42-6b18-11ed-b433-eeff34ab9b48 | InvocationID=c360ebd2-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:22:52+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bad9ec98-6b18-11ed-b433-eeff34ab9b48 | InvocationID=bad9eebe-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:22:52+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c99be9b6-6b18-11ed-b433-eeff34ab9b48 | InvocationID=c99beb50-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:23:07+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c360ea42-6b18-11ed-b433-eeff34ab9b48 | InvocationID=c360ebd2-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:23:07+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24e4a0e-6b18-11ed-b433-eeff34ab9b48 | InvocationID=d24e5148-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:23:07+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24e4a0e-6b18-11ed-b433-eeff34ab9b48 | InvocationID=d24e5148-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:23:07+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24e4a0e-6b18-11ed-b433-eeff34ab9b48 | InvocationID=d24e5148-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:23:17+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c99be9b6-6b18-11ed-b433-eeff34ab9b48 | InvocationID=c99beb50-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:23:17+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d85d5a70-6b18-11ed-b433-eeff34ab9b48 | InvocationID=d85d5d54-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:23:32+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24e4a0e-6b18-11ed-b433-eeff34ab9b48 | InvocationID=d24e5148-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:23:32+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1398f92-6b18-11ed-b433-eeff34ab9b48 | InvocationID=e139910e-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:23:32+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1398f92-6b18-11ed-b433-eeff34ab9b48 | InvocationID=e139910e-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:23:32+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1398f92-6b18-11ed-b433-eeff34ab9b48 | InvocationID=e139910e-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:23:41+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d85d5a70-6b18-11ed-b433-eeff34ab9b48 | InvocationID=d85d5d54-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:23:41+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e720599a-6b18-11ed-b433-eeff34ab9b48 | InvocationID=e7205b2a-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:23:57+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1398f92-6b18-11ed-b433-eeff34ab9b48 | InvocationID=e139910e-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:23:57+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0250ec8-6b18-11ed-b433-eeff34ab9b48 | InvocationID=f0251058-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:23:57+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0250ec8-6b18-11ed-b433-eeff34ab9b48 | InvocationID=f0251058-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:23:57+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0250ec8-6b18-11ed-b433-eeff34ab9b48 | InvocationID=f0251058-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:24:06+0000 | aai_event_thread | 140318596156192 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e720599a-6b18-11ed-b433-eeff34ab9b48 | InvocationID=e7205b2a-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF AAI events.
2022-11-23T10:24:06+0000 | aai_event_thread | 140318596156192 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5e31ab2-6b18-11ed-b433-eeff34ab9b48 | InvocationID=f5e31c42-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-23T10:24:22+0000 | policy_event_thread | 140318597217056 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0250ec8-6b18-11ed-b433-eeff34ab9b48 | InvocationID=f0251058-6b18-11ed-b433-eeff34ab9b48 | Polling MR for XNF activation/deactivation policy response events.
2022-11-23T10:24:22+0000 | policy_event_thread | 140318597217056 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1101e4-6b18-11ed-b433-eeff34ab9b48 | InvocationID=ff110496-6b18-11ed-b433-eeff34ab9b48 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-23T10:24:22+0000 | policy_event_thread | 140318597217056 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1101e4-6b18-11ed-b433-eeff34ab9b48 | InvocationID=ff110496-6b18-11ed-b433-eeff34ab9b48 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-23T10:24:22+0000 | policy_event_thread | 140318597217056 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff1101e4-6b18-11ed-b433-eeff34ab9b48 | InvocationID=ff110496-6b18-11ed-b433-eeff34ab9b48 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeou