Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2023-01-25T05:00:47+0000 | MainThread | 140230599089480 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-25T05:00:47+0000 | MainThread | 140230599089480 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2023-01-25T05:00:47+0000 | MainThread | 140230599089480 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-25T05:00:47+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:00:47+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-25T05:00:47+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3af5f4aa-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=3af5f6da-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:00:47+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3af620d8-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=3af62240-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:00:47+0000 | MainThread | 140230599089480 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-25T05:00:47+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3af5f4aa-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=3af5f6da-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:00:47+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3af5f4aa-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=3af5f6da-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:00:47+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3af620d8-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=3af62240-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:00:47+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3af620d8-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=3af62240-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:01:07+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3af620d8-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=3af62240-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:01:07+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47117f84-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=471181fa-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:01:07+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47117f84-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=471181fa-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:01:07+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47117f84-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=471181fa-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:01:12+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3af5f4aa-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=3af5f6da-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:01:12+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a09d678-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=4a09d8da-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:01:12+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a09d678-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=4a09d8da-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:01:12+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a09d678-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=4a09d8da-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:01:27+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47117f84-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=471181fa-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:01:27+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5302a192-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=5302a390-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:01:27+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5302a192-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=5302a390-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:01:27+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5302a192-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=5302a390-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:01:37+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a09d678-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=4a09d8da-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:01:37+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f6e0e0-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=58f6ec48-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:01:37+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f6e0e0-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=58f6ec48-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:01:37+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f6e0e0-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=58f6ec48-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:01:47+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5302a192-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=5302a390-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:01:47+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ef2f9c0-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=5ef2fc36-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:01:47+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ef2f9c0-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=5ef2fc36-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:01:47+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ef2f9c0-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=5ef2fc36-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:02:02+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f6e0e0-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=58f6ec48-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:02:02+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67e28d98-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=67e290d6-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:02:02+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67e28d98-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=67e290d6-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:02:02+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67e28d98-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=67e290d6-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:02:07+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ef2f9c0-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=5ef2fc36-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:02:07+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ae3f932-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=6ae3fb94-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:02:07+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ae3f932-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=6ae3fb94-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:02:07+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ae3f932-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=6ae3fb94-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:02:27+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67e28d98-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=67e290d6-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:02:27+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76cef454-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=76cef63e-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:02:27+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76cef454-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=76cef63e-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:02:27+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76cef454-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=76cef63e-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:02:27+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ae3f932-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=6ae3fb94-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:02:27+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76d4e6f2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=76d4e9c2-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:02:27+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76d4e6f2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=76d4e9c2-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:02:27+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76d4e6f2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=76d4e9c2-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:02:47+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76d4e6f2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=76d4e9c2-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:02:47+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82c7d398-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=82c7d690-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:02:47+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82c7d398-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=82c7d690-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:02:47+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82c7d398-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=82c7d690-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:02:52+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76cef454-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=76cef63e-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:02:52+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85b9fd60-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=85b9ffc2-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:02:52+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85b9fd60-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=85b9ffc2-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:02:52+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85b9fd60-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=85b9ffc2-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:03:07+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82c7d398-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=82c7d690-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:03:07+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb80fe2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=8eb811cc-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:03:07+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb80fe2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=8eb811cc-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:03:07+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eb80fe2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=8eb811cc-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:03:17+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85b9fd60-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=85b9ffc2-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:03:17+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94a60f12-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=94a6171e-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:03:17+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94a60f12-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=94a6171e-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:03:17+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94a60f12-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=94a6171e-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:03:27+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eb80fe2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=8eb811cc-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:03:27+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aa8a168-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=9aa8a3ca-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:03:27+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aa8a168-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=9aa8a3ca-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:03:27+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aa8a168-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=9aa8a3ca-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:03:42+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94a60f12-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=94a6171e-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:03:42+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3925a62-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=a3925d6e-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:03:42+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3925a62-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=a3925d6e-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:03:42+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3925a62-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=a3925d6e-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:03:47+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aa8a168-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=9aa8a3ca-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:03:47+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6987e08-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=a69880b0-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:03:47+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6987e08-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=a69880b0-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:03:47+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6987e08-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=a69880b0-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:04:07+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3925a62-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=a3925d6e-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:04:07+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b27dbd82-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=b27dc098-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:04:07+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b27dbd82-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=b27dc098-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:04:07+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b27dbd82-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=b27dc098-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:04:07+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6987e08-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=a69880b0-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:04:07+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2886566-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=b28867dc-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:04:07+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2886566-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=b28867dc-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:04:07+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2886566-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=b28867dc-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:04:27+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2886566-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=b28867dc-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:04:27+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be782668-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=be78288e-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:04:27+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be782668-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=be78288e-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:04:27+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be782668-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=be78288e-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:04:32+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b27dbd82-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=b27dc098-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:04:32+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1686388-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=c16865fe-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:04:32+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1686388-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=c16865fe-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:04:32+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1686388-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=c16865fe-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:04:47+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be782668-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=be78288e-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:04:47+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca691428-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ca6915ea-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:04:47+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca691428-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ca6915ea-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:04:47+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca691428-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ca6915ea-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:04:57+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1686388-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=c16865fe-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:04:57+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d052e0b2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=d052e274-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:04:57+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d052e0b2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=d052e274-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:04:57+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d052e0b2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=d052e274-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:05:07+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca691428-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ca6915ea-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:05:07+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d658780a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=d65879c2-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:05:08+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d658780a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=d65879c2-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:05:08+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d658780a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=d65879c2-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:05:22+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d052e0b2-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=d052e274-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:05:22+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3d73a8-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=df3d75d8-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:05:22+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3d73a8-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=df3d75d8-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:05:22+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df3d73a8-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=df3d75d8-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:05:28+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d658780a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=d65879c2-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:05:28+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2483312-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=e24834de-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:05:28+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2483312-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=e24834de-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:05:28+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2483312-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=e24834de-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:05:47+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df3d73a8-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=df3d75d8-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:05:47+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee288a6a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ee288d12-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:05:47+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee288a6a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ee288d12-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:05:47+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee288a6a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ee288d12-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:05:48+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2483312-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=e24834de-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:05:48+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee38cd26-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ee38cee8-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:05:48+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee38cd26-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ee38cee8-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:05:48+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee38cd26-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ee38cee8-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:06:08+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee38cd26-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ee38cee8-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:06:08+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa27db9a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=fa27dd84-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:06:08+0000 | aai_event_thread | 140230548351776 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa27db9a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=fa27dd84-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:06:08+0000 | aai_event_thread | 140230548351776 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa27db9a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=fa27dd84-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-25T05:06:12+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee288a6a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=ee288d12-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:06:12+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd14bf8a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=fd14c1f6-9c6d-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:06:13+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd14bf8a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=fd14c1f6-9c6d-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:06:13+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd14bf8a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=fd14c1f6-9c6d-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:06:28+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa27db9a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=fa27dd84-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:06:28+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0617da04-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=0617de1e-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:06:38+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd14bf8a-9c6d-11ed-bd1e-2a1fea3f13c3 | InvocationID=fd14c1f6-9c6d-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:06:38+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c005d56-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=0c005f7c-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:06:38+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c005d56-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=0c005f7c-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:06:38+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c005d56-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=0c005f7c-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:06:52+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0617da04-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=0617de1e-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:06:52+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1479e3f8-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=1479e786-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:07:03+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c005d56-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=0c005f7c-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:07:03+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aeb3494-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=1aeb36ce-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:07:03+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aeb3494-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=1aeb36ce-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:07:03+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aeb3494-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=1aeb36ce-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:07:12+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1479e3f8-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=1479e786-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:07:12+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=206e9c8a-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=206e9e7e-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:07:28+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aeb3494-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=1aeb36ce-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:07:28+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29d62fc2-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=29d63328-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:07:28+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29d62fc2-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=29d63328-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:07:28+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29d62fc2-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=29d63328-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:07:32+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=206e9c8a-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=206e9e7e-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:07:32+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c6207ac-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=2c620acc-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:07:52+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c6207ac-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=2c620acc-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:07:52+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386bab70-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=386bae2c-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:07:53+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29d62fc2-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=29d63328-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:07:53+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38c1fb38-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=38c1fd18-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:07:53+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38c1fb38-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=38c1fd18-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:07:53+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38c1fb38-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=38c1fd18-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:08:13+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=386bab70-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=386bae2c-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:08:13+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ac2b62-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=44ac2d4c-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:08:18+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38c1fb38-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=38c1fd18-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:08:18+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47acdfaa-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=47ace194-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:08:18+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47acdfaa-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=47ace194-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:08:18+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47acdfaa-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=47ace194-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:08:37+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44ac2b62-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=44ac2d4c-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:08:37+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=536cf9ba-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=536cfc76-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:08:43+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47acdfaa-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=47ace194-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:08:43+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5697642c-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=5697662a-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:08:43+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5697642c-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=5697662a-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:08:43+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5697642c-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=5697662a-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:09:02+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=536cf9ba-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=536cfc76-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:09:02+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=622f9d7c-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=622f9fb6-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:09:08+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5697642c-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=5697662a-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:09:08+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65829344-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=6582959c-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:09:08+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65829344-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=6582959c-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:09:08+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65829344-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=6582959c-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:09:27+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=622f9d7c-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=622f9fb6-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:09:27+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70f2e440-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=70f2e7ec-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:09:33+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65829344-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=6582959c-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:09:33+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746d673a-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=746d6a32-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:09:33+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746d673a-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=746d6a32-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:09:33+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=746d673a-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=746d6a32-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:09:52+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70f2e440-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=70f2e7ec-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:09:52+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fb54338-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=7fb54676-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:09:58+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=746d673a-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=746d6a32-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:09:58+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8359b000-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=8359b226-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:09:58+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8359b000-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=8359b226-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:09:58+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8359b000-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=8359b226-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:10:16+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fb54338-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=7fb54676-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:10:16+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e7729ae-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=8e772cba-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:10:23+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8359b000-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=8359b226-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:10:23+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9244abf6-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=9244aeb2-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:10:23+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9244abf6-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=9244aeb2-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:10:23+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9244abf6-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=9244aeb2-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:10:41+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e7729ae-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=8e772cba-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:10:41+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d378704-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=9d378998-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:10:48+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9244abf6-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=9244aeb2-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:10:48+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a130ff34-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=a1310132-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:10:48+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a130ff34-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=a1310132-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:10:48+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a130ff34-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=a1310132-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:11:06+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d378704-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=9d378998-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:11:06+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf7d1c2-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=abf7d398-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:11:13+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a130ff34-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=a1310132-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:11:13+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02015fc-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=b02018d6-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:11:13+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02015fc-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=b02018d6-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:11:13+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b02015fc-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=b02018d6-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:11:31+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abf7d1c2-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=abf7d398-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:11:31+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bab7507a-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=bab75278-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:11:38+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b02015fc-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=b02018d6-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:11:38+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf0af168-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=bf0af41a-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:11:38+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf0af168-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=bf0af41a-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:11:38+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf0af168-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=bf0af41a-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:11:55+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bab7507a-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=bab75278-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:11:55+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9796ff8-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=c97972f0-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:12:03+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf0af168-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=bf0af41a-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:12:03+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdf5ba82-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=cdf5be24-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:12:03+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdf5ba82-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=cdf5be24-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:12:03+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdf5ba82-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=cdf5be24-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:12:20+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9796ff8-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=c97972f0-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:12:20+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d83b08f8-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=d83b0cf4-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:12:28+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdf5ba82-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=cdf5be24-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:12:28+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce0e7c4-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=dce0eabc-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:12:28+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce0e7c4-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=dce0eabc-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:12:28+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dce0e7c4-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=dce0eabc-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:12:45+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d83b08f8-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=d83b0cf4-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:12:45+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6ff60b4-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=e6ff62ee-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:12:53+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dce0e7c4-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=dce0eabc-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:12:53+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebcda272-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=ebcda466-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:12:53+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebcda272-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=ebcda466-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:12:53+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebcda272-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=ebcda466-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:13:10+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6ff60b4-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=e6ff62ee-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:13:10+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c13d84-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=f5c13f82-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:13:18+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebcda272-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=ebcda466-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:13:18+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab86f38-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=fab870e6-9c6e-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:13:18+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab86f38-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=fab870e6-9c6e-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:13:18+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fab86f38-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=fab870e6-9c6e-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:13:34+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5c13d84-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=f5c13f82-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:13:34+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0480ea4a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=0480ecde-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:13:43+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fab86f38-9c6e-11ed-bd1e-2a1fea3f13c3 | InvocationID=fab870e6-9c6e-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:13:43+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09a2f644-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=09a2f810-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:13:43+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09a2f644-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=09a2f810-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:13:43+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09a2f644-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=09a2f810-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:13:59+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0480ea4a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=0480ecde-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:13:59+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1340c15e-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=1340c35c-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:14:08+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09a2f644-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=09a2f810-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:14:08+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=188f1d7c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=188f1f3e-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:14:08+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=188f1d7c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=188f1f3e-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:14:08+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=188f1d7c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=188f1f3e-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:14:24+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1340c15e-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=1340c35c-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:14:24+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2200e1ce-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=2200e3f4-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:14:33+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=188f1d7c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=188f1f3e-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:14:33+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2779be14-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=2779bfcc-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:14:33+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2779be14-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=2779bfcc-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:14:33+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2779be14-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=2779bfcc-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:14:49+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2200e1ce-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=2200e3f4-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:14:49+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30c3316c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=30c3375c-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:14:58+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2779be14-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=2779bfcc-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:14:58+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36649ef8-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=3664a0ba-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:14:58+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36649ef8-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=3664a0ba-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:14:58+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36649ef8-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=3664a0ba-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:15:13+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30c3316c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=30c3375c-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:15:13+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f8438c2-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=3f843ab6-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:15:23+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36649ef8-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=3664a0ba-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:15:23+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=454fd0fe-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=454fd496-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:15:23+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=454fd0fe-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=454fd496-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:15:23+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=454fd0fe-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=454fd496-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:15:38+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f8438c2-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=3f843ab6-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:15:38+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e44435c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=4e44460e-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:15:48+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=454fd0fe-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=454fd496-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:15:48+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543a6dea-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=543a754c-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:15:48+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543a6dea-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=543a754c-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:15:48+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=543a6dea-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=543a754c-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:16:03+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e44435c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=4e44460e-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:16:03+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d04ca2e-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=5d04cc54-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:16:13+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=543a6dea-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=543a754c-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:16:13+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6326396a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=63263b40-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:16:13+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6326396a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=63263b40-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:16:13+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6326396a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=63263b40-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:16:28+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d04ca2e-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=5d04cc54-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:16:28+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc6613a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=6bc6632e-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:16:38+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6326396a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=63263b40-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:16:38+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7210e8d0-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=7210ea92-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:16:38+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7210e8d0-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=7210ea92-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:16:38+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7210e8d0-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=7210ea92-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:16:52+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bc6613a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=6bc6632e-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:16:52+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a884274-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=7a884472-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:17:03+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7210e8d0-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=7210ea92-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:17:03+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80fbcc66-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=80fbd350-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:17:03+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80fbcc66-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=80fbd350-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:17:03+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80fbcc66-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=80fbd350-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:17:17+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a884274-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=7a884472-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:17:17+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8949f406-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=8949f6fe-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:17:28+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80fbcc66-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=80fbd350-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:17:28+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fe6a23c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=8fe6a4b2-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:17:28+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fe6a23c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=8fe6a4b2-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:17:28+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fe6a23c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=8fe6a4b2-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:17:42+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8949f406-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=8949f6fe-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:17:42+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=980a72ea-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=980a74c0-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:17:53+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fe6a23c-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=8fe6a4b2-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:17:53+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed15508-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=9ed156ca-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:17:53+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed15508-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=9ed156ca-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:17:53+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ed15508-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=9ed156ca-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:18:07+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=980a72ea-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=980a74c0-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:18:07+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6cc60b8-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=a6cc62ac-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:18:18+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ed15508-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=9ed156ca-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:18:18+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adbc12c4-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=adbc1daa-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:18:18+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adbc12c4-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=adbc1daa-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:18:18+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adbc12c4-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=adbc1daa-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:18:31+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6cc60b8-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=a6cc62ac-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:18:31+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b58c15a8-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=b58c1792-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:18:43+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adbc12c4-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=adbc1daa-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:18:43+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bca6c5e0-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=bca6c7fc-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:18:43+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bca6c5e0-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=bca6c7fc-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:18:43+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bca6c5e0-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=bca6c7fc-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:18:56+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b58c15a8-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=b58c1792-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:18:56+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c44ccd12-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=c44ccf06-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:19:08+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bca6c5e0-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=bca6c7fc-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:19:08+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb918a68-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=cb918d06-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:19:08+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb918a68-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=cb918d06-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:19:08+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb918a68-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=cb918d06-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:19:21+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c44ccd12-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=c44ccf06-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:19:21+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d30cfe80-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=d30d007e-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:19:33+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb918a68-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=cb918d06-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:19:33+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da7c4888-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=da7c4b58-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:19:33+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da7c4888-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=da7c4b58-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:19:33+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da7c4888-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=da7c4b58-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:19:46+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d30cfe80-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=d30d007e-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:19:46+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1cd578a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=e1cd5b68-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:19:58+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da7c4888-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=da7c4b58-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:19:58+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9675f54-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=e967621a-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:19:58+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9675f54-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=e967621a-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:19:58+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9675f54-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=e967621a-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:20:10+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1cd578a-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=e1cd5b68-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:20:10+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f08e3438-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=f08e3686-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:20:23+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9675f54-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=e967621a-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:20:23+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f85251cc-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=f85254e2-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:20:24+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f85251cc-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=f85254e2-9c6f-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:20:24+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f85251cc-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=f85254e2-9c6f-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:20:35+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f08e3438-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=f08e3686-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:20:35+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff4fd40e-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=ff4fd904-9c6f-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:20:49+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f85251cc-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=f85254e2-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:20:49+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073d709a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=073d741e-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:20:49+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073d709a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=073d741e-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:20:49+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=073d709a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=073d741e-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:21:00+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff4fd40e-9c6f-11ed-bd1e-2a1fea3f13c3 | InvocationID=ff4fd904-9c6f-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:21:00+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e11b2f0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=0e11b62e-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:21:14+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=073d709a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=073d741e-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:21:14+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=162b89de-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=162b8be6-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:21:14+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=162b89de-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=162b8be6-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:21:14+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=162b89de-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=162b8be6-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:21:25+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e11b2f0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=0e11b62e-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:21:25+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cd4e488-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=1cd4e848-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:21:39+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=162b89de-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=162b8be6-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:21:39+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2516352a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=251637a0-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:21:39+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2516352a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=251637a0-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:21:39+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2516352a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=251637a0-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:21:49+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cd4e488-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=1cd4e848-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:21:49+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b94b520-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=2b94b6ec-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:22:04+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2516352a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=251637a0-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:22:04+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3400f84a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=3400fa84-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:22:04+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3400f84a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=3400fa84-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:22:04+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3400f84a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=3400fa84-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:22:14+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b94b520-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=2b94b6ec-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:22:14+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a5493e6-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=3a5495d0-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:22:29+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3400f84a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=3400fa84-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:22:29+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42eb8208-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=42eb8b40-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:22:29+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42eb8208-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=42eb8b40-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:22:29+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42eb8208-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=42eb8b40-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:22:39+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a5493e6-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=3a5495d0-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:22:39+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49159920-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=49159b78-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:22:54+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42eb8208-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=42eb8b40-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:22:54+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51d8214a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=51d82320-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:22:54+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51d8214a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=51d82320-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:22:54+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51d8214a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=51d82320-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:23:04+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49159920-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=49159b78-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:23:04+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57d77898-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=57d77a6e-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:23:19+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51d8214a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=51d82320-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:23:19+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60c2cae8-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=60c2cf02-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:23:19+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60c2cae8-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=60c2cf02-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:23:19+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60c2cae8-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=60c2cf02-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:23:28+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57d77898-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=57d77a6e-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:23:28+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66980460-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=66980640-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:23:44+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60c2cae8-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=60c2cf02-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:23:44+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fae86be-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=6fae8a10-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:23:44+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fae86be-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=6fae8a10-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:23:44+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fae86be-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=6fae8a10-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:23:53+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66980460-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=66980640-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:23:53+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7558eeec-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=7558f13a-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:24:09+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fae86be-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=6fae8a10-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:24:09+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e99f12c-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=7e99f91a-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:24:09+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e99f12c-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=7e99f91a-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:24:09+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e99f12c-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=7e99f91a-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:24:18+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7558eeec-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=7558f13a-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:24:18+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8419acaa-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=8419afe8-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:24:34+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e99f12c-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=7e99f91a-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:24:34+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d872038-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=8d87240c-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:24:34+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d872038-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=8d87240c-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:24:34+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d872038-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=8d87240c-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:24:43+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8419acaa-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=8419afe8-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:24:43+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92da29f4-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=92da2be8-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:24:59+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d872038-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=8d87240c-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:24:59+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c7230b0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=9c723362-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:24:59+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c7230b0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=9c723362-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:24:59+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c7230b0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=9c723362-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:25:07+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92da29f4-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=92da2be8-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:25:07+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a19afb58-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=a19afd1a-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:25:24+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c7230b0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=9c723362-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:25:24+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab5d3da4-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=ab5d4010-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:25:24+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab5d3da4-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=ab5d4010-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:25:24+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab5d3da4-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=ab5d4010-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:25:32+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a19afb58-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=a19afd1a-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:25:32+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b05aaef4-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=b05ab0e8-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:25:49+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab5d3da4-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=ab5d4010-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:25:49+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba484138-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=ba4842fa-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:25:49+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba484138-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=ba4842fa-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:25:49+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba484138-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=ba4842fa-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:25:57+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b05aaef4-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=b05ab0e8-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:25:57+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf1b49f8-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=bf1b4bd8-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:26:14+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba484138-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=ba4842fa-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:26:14+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c932e68a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=c932e874-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:26:14+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c932e68a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=c932e874-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:26:14+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c932e68a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=c932e874-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:26:22+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf1b49f8-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=bf1b4bd8-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:26:22+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cddc6d28-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=cddc6ef4-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:26:39+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c932e68a-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=c932e874-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:26:39+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d81e3bfe-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=d81e402c-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:26:39+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d81e3bfe-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=d81e402c-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:26:39+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d81e3bfe-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=d81e402c-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:26:46+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cddc6d28-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=cddc6ef4-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:26:46+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc9cd1ea-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=dc9cd46a-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:27:04+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d81e3bfe-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=d81e402c-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:27:04+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7099424-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=e7099640-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:27:04+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7099424-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=e7099640-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:27:04+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7099424-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=e7099640-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:27:11+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc9cd1ea-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=dc9cd46a-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:27:11+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb5cdc20-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=eb5ce4f4-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:27:29+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7099424-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=e7099640-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:27:29+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5f45aa0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=f5f45c62-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:27:29+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5f45aa0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=f5f45c62-9c70-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:27:29+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5f45aa0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=f5f45c62-9c70-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:27:36+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb5cdc20-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=eb5ce4f4-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:27:36+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa1c9296-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=fa1c948a-9c70-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:27:54+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5f45aa0-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=f5f45c62-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:27:54+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04df9d9a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=04dfa010-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:27:54+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04df9d9a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=04dfa010-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:27:54+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04df9d9a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=04dfa010-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:28:01+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa1c9296-9c70-11ed-bd1e-2a1fea3f13c3 | InvocationID=fa1c948a-9c70-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:28:01+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08dc582a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=08dc5a5a-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:28:19+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04df9d9a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=04dfa010-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:28:19+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13ca7848-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=13ca7adc-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:28:19+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13ca7848-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=13ca7adc-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:28:19+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13ca7848-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=13ca7adc-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:28:25+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08dc582a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=08dc5a5a-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:28:25+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=179e4ad0-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=179e4c6a-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:28:44+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13ca7848-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=13ca7adc-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:28:44+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b7034e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=22b70600-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:28:44+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b7034e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=22b70600-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:28:44+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22b7034e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=22b70600-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:28:50+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=179e4ad0-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=179e4c6a-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:28:50+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=265eee30-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=265ef006-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:29:09+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22b7034e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=22b70600-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:29:09+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a1db5e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=31a1de4c-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:29:09+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a1db5e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=31a1de4c-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:29:09+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31a1db5e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=31a1de4c-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:29:15+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=265eee30-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=265ef006-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:29:15+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3520e34c-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=3520e586-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:29:34+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31a1db5e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=31a1de4c-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:29:34+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408d3a5a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=408d423e-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:29:34+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408d3a5a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=408d423e-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:29:34+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=408d3a5a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=408d423e-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:29:40+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3520e34c-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=3520e586-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:29:40+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43e12310-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=43e12608-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:29:59+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=408d3a5a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=408d423e-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:29:59+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f793abe-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=4f793d5c-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:29:59+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f793abe-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=4f793d5c-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:29:59+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f793abe-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=4f793d5c-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:30:04+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43e12310-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=43e12608-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:30:04+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52a15fdc-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=52a162c0-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:30:24+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f793abe-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=4f793d5c-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:30:24+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e64ec76-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=5e64f02c-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:30:24+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e64ec76-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=5e64f02c-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:30:24+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e64ec76-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=5e64f02c-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:30:29+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52a15fdc-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=52a162c0-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:30:29+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616182a4-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=616184f2-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:30:49+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e64ec76-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=5e64f02c-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:30:49+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4fd62e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=6d4fda70-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:30:49+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4fd62e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=6d4fda70-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:30:49+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4fd62e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=6d4fda70-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:30:54+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=616182a4-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=616184f2-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:30:54+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70217ff6-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=702181fe-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:31:14+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4fd62e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=6d4fda70-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:31:14+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3cec12-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=7c3cedf2-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:31:14+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3cec12-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=7c3cedf2-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:31:14+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c3cec12-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=7c3cedf2-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:31:19+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70217ff6-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=702181fe-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:31:19+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee12f46-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=7ee1313a-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:31:39+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c3cec12-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=7c3cedf2-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:31:39+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b2812e2-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=8b2814d6-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:31:39+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b2812e2-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=8b2814d6-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:31:39+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b2812e2-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=8b2814d6-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:31:43+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ee12f46-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=7ee1313a-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:31:43+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da10efc-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=8da110fa-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:32:04+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b2812e2-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=8b2814d6-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:32:04+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a138ee4-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=9a1390c4-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:32:04+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a138ee4-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=9a1390c4-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:32:04+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a138ee4-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=9a1390c4-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:32:08+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8da10efc-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=8da110fa-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:32:08+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c61053c-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=9c61078a-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:32:29+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a138ee4-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=9a1390c4-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:32:29+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8fe7158-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=a8fe7338-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:32:29+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8fe7158-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=a8fe7338-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:32:29+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8fe7158-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=a8fe7338-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:32:33+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c61053c-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=9c61078a-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:32:33+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab206d88-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=ab206fcc-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:32:54+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8fe7158-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=a8fe7338-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:32:54+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7e99b16-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=b7e99d6e-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:32:54+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7e99b16-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=b7e99d6e-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:32:54+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7e99b16-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=b7e99d6e-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:32:58+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab206d88-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=ab206fcc-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:32:58+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e231da-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=b9e237f2-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:33:19+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7e99b16-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=b7e99d6e-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:33:19+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6d43d7a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=c6d44220-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:33:19+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6d43d7a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=c6d44220-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:33:19+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6d43d7a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=c6d44220-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:33:22+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9e231da-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=b9e237f2-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:33:22+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8a1da5e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=c8a1dc20-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:33:44+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6d43d7a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=c6d44220-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:33:44+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c1325c-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=d5c13432-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:33:45+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5c1325c-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=d5c13432-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:33:45+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5c1325c-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=d5c13432-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:33:47+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8a1da5e-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=c8a1dc20-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:33:47+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d761fb78-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=d76209d8-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:34:10+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5c1325c-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=d5c13432-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:34:10+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4ac4720-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=e4ac4900-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:34:10+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4ac4720-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=e4ac4900-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:34:10+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4ac4720-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=e4ac4900-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:34:12+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d761fb78-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=d76209d8-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:34:12+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e621cbc0-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=e621cda0-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:34:35+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4ac4720-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=e4ac4900-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:34:35+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f396eba0-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=f396f118-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:34:35+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f396eba0-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=f396f118-9c71-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:34:35+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f396eba0-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=f396f118-9c71-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:34:37+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e621cbc0-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=e621cda0-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:34:37+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4e23f5a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=f4e24144-9c71-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:35:00+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f396eba0-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=f396f118-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:35:00+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02875fd2-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=02876388-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:35:00+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02875fd2-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=02876388-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:35:00+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02875fd2-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=02876388-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:35:01+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4e23f5a-9c71-11ed-bd1e-2a1fea3f13c3 | InvocationID=f4e24144-9c71-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:35:01+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03a258b8-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=03a25b2e-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:35:25+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02875fd2-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=02876388-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:35:25+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1172eeda-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=1172f150-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:35:25+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1172eeda-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=1172f150-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:35:25+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1172eeda-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=1172f150-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:35:26+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03a258b8-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=03a25b2e-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:35:26+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1263229c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=1263259e-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:35:50+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1172eeda-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=1172f150-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:35:50+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205dde0a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=205dec1a-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:35:50+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205dde0a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=205dec1a-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:35:50+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=205dde0a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=205dec1a-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:35:51+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1263229c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=1263259e-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:35:51+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2123eb04-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=2123ecf8-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:36:15+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=205dde0a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=205dec1a-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:36:15+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f4a340e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=2f4a371a-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:36:15+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f4a340e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=2f4a371a-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:36:15+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f4a340e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=2f4a371a-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:36:16+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2123eb04-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=2123ecf8-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:36:16+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fe3f7c4-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=2fe3f9ae-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:36:40+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f4a340e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=2f4a371a-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:36:40+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e35215e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=3e352348-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:36:40+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e35215e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=3e352348-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:36:40+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e35215e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=3e352348-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:36:40+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fe3f7c4-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=2fe3f9ae-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:36:40+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ea3cb2c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=3ea3cd20-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:37:05+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e35215e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=3e352348-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:37:05+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d1fdb6e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=4d1fddd0-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:37:05+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d1fdb6e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=4d1fddd0-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:37:05+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d1fdb6e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=4d1fddd0-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:37:05+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ea3cb2c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=3ea3cd20-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:37:05+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d63bc62-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=4d63be42-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:37:30+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d1fdb6e-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=4d1fddd0-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:37:30+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0a855c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=5c0a87fa-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:37:30+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0a855c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=5c0a87fa-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:37:30+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0a855c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=5c0a87fa-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:37:30+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d63bc62-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=4d63be42-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:37:30+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c2376ac-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=5c237882-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:37:55+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c2376ac-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=5c237882-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:37:55+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ae2eac4-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=6ae2ecf4-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:37:55+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0a855c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=5c0a87fa-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:37:55+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6af66298-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=6af664e6-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:37:55+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6af66298-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=6af664e6-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:37:55+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6af66298-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=6af664e6-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:38:19+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ae2eac4-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=6ae2ecf4-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:38:19+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a44440-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=79a4500c-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:38:20+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6af66298-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=6af664e6-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:38:20+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e0dd9c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=79e0e2a6-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:38:20+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e0dd9c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=79e0e2a6-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:38:20+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79e0dd9c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=79e0e2a6-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:38:44+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79a44440-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=79a4500c-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:38:44+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88665c7a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=88665e82-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:38:45+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79e0dd9c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=79e0e2a6-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:38:45+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88cc80ae-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=88cc828e-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:38:45+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88cc80ae-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=88cc828e-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:38:45+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88cc80ae-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=88cc828e-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:39:09+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88665c7a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=88665e82-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:39:09+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97263546-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=972638de-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:39:10+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88cc80ae-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=88cc828e-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:39:10+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97b6feb4-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=97b70076-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:39:10+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97b6feb4-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=97b70076-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:39:10+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97b6feb4-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=97b70076-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:39:34+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97263546-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=972638de-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:39:34+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5e7798c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=a5e77b58-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:39:35+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97b6feb4-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=97b70076-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:39:35+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6a2462c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=a6a247ee-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:39:35+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6a2462c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=a6a247ee-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:39:35+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6a2462c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=a6a247ee-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:39:58+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5e7798c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=a5e77b58-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:39:58+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4a7b75c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=b4a7bd42-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:40:00+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6a2462c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=a6a247ee-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:40:00+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b58cef98-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=b58cf38a-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:40:00+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b58cef98-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=b58cf38a-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:40:00+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b58cef98-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=b58cf38a-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:40:23+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4a7b75c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=b4a7bd42-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:40:23+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c368731c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=c3687e8e-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:40:25+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b58cef98-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=b58cf38a-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:40:25+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c479037a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=c4790604-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:40:25+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c479037a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=c4790604-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:40:25+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c479037a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=c4790604-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:40:48+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c368731c-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=c3687e8e-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:40:48+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d22c0ce2-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=d22c0f80-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:40:50+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c479037a-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=c4790604-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:40:50+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d365ca80-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=d365cc4c-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:40:50+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d365ca80-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=d365cc4c-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:40:50+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d365ca80-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=d365cc4c-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:41:13+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d22c0ce2-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=d22c0f80-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:41:13+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0ec03e0-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=e0ec08f4-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:41:15+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d365ca80-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=d365cc4c-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:41:15+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2548b08-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=e2548cde-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:41:15+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2548b08-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=e2548cde-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:41:15+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2548b08-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=e2548cde-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:41:37+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0ec03e0-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=e0ec08f4-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:41:37+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efad46d2-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=efad4920-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:41:40+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2548b08-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=e2548cde-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:41:40+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f13f5a12-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=f13f5ca6-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:41:40+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f13f5a12-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=f13f5ca6-9c72-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:41:40+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f13f5a12-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=f13f5ca6-9c72-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:42:02+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efad46d2-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=efad4920-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:42:02+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6d1fd0-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=fe6d2188-9c72-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:42:05+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f13f5a12-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=f13f5ca6-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:42:05+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0029c1ca-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0029c418-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:42:05+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0029c1ca-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0029c418-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:42:05+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0029c1ca-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0029c418-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:42:27+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe6d1fd0-9c72-11ed-bd1e-2a1fea3f13c3 | InvocationID=fe6d2188-9c72-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:42:27+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d2d5bc0-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0d2d5eae-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:42:30+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0029c1ca-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0029c418-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:42:30+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1457e0-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0f1459ac-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:42:30+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1457e0-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0f1459ac-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:42:30+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f1457e0-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0f1459ac-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:42:52+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d2d5bc0-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0d2d5eae-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:42:52+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bed6c18-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=1bed6f74-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:42:55+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f1457e0-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=0f1459ac-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:42:55+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dff1218-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=1dff1f60-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:42:55+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dff1218-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=1dff1f60-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:42:55+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dff1218-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=1dff1f60-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:43:16+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bed6c18-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=1bed6f74-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:43:16+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aad77de-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=2aad7f40-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:43:20+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dff1218-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=1dff1f60-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:43:20+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cec5056-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=2cec5286-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:43:20+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cec5056-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=2cec5286-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:43:20+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cec5056-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=2cec5286-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:43:41+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2aad77de-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=2aad7f40-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:43:41+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=396e1dbe-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=396e1fa8-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:43:45+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cec5056-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=2cec5286-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:43:45+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bd7b93e-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=3bd7bbdc-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:43:45+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bd7b93e-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=3bd7bbdc-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:43:45+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bd7b93e-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=3bd7bbdc-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:44:06+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=396e1dbe-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=396e1fa8-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:44:06+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482f2078-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=482f2276-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:44:10+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bd7b93e-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=3bd7bbdc-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:44:10+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ac1f96e-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=4ac1fb58-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:44:10+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ac1f96e-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=4ac1fb58-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:44:10+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ac1f96e-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=4ac1fb58-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:44:31+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=482f2078-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=482f2276-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:44:31+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56ef1d0c-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=56ef1eec-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:44:35+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ac1f96e-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=4ac1fb58-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:44:35+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59ac4a10-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=59ac4bf0-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:44:35+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59ac4a10-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=59ac4bf0-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:44:35+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59ac4a10-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=59ac4bf0-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:44:55+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56ef1d0c-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=56ef1eec-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:44:55+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65b01b70-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=65b01daa-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:45:00+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59ac4a10-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=59ac4bf0-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:45:00+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6896dcb6-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=6896e0b2-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:45:00+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6896dcb6-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=6896e0b2-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:45:00+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6896dcb6-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=6896e0b2-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:45:20+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65b01b70-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=65b01daa-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:45:20+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7471f9e4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=7471ffc0-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:45:25+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6896dcb6-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=6896e0b2-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:45:25+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7781788a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=77817b00-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:45:25+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7781788a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=77817b00-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:45:25+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7781788a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=77817b00-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:45:45+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7471f9e4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=7471ffc0-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:45:45+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=833314b8-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=83331738-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:45:50+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7781788a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=77817b00-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:45:50+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=866c287c-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=866c2bd8-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:45:50+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=866c287c-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=866c2bd8-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:45:50+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=866c287c-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=866c2bd8-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:46:10+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=833314b8-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=83331738-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:46:10+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91f43ec8-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=91f44116-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:46:15+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=866c287c-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=866c2bd8-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:46:15+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95597d44-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=95598122-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:46:15+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95597d44-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=95598122-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:46:15+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95597d44-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=95598122-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:46:34+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91f43ec8-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=91f44116-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:46:34+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b3a106-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=a0b3a67e-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:46:40+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95597d44-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=95598122-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:46:40+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a444d3b2-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=a444d592-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:46:40+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a444d3b2-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=a444d592-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:46:40+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a444d3b2-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=a444d592-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:46:59+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0b3a106-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=a0b3a67e-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:46:59+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af73aaba-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=af73ad26-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:47:05+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a444d3b2-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=a444d592-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:47:05+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b32fb09a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=b32fb4be-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:47:06+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b32fb09a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=b32fb4be-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:47:06+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b32fb09a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=b32fb4be-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:47:24+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af73aaba-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=af73ad26-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:47:24+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be337e86-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=be338070-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:47:31+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b32fb09a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=b32fb4be-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:47:31+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c21a6f78-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=c21a71d0-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:47:31+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c21a6f78-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=c21a71d0-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:47:31+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c21a6f78-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=c21a71d0-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:47:49+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be337e86-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=be338070-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:47:49+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccf346cc-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=ccf34898-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:47:56+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c21a6f78-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=c21a71d0-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:47:56+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d10553cc-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=d1055598-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:47:56+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d10553cc-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=d1055598-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:47:56+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d10553cc-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=d1055598-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:48:13+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccf346cc-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=ccf34898-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:48:13+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbb657da-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=dbb659b0-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:48:21+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d10553cc-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=d1055598-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:48:21+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dff014e4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=dff016ce-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:48:21+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dff014e4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=dff016ce-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:48:21+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dff014e4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=dff016ce-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:48:38+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbb657da-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=dbb659b0-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:48:38+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea77201a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=ea7721f0-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:48:46+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dff014e4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=dff016ce-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:48:46+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eedb4ce4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=eedb4ee2-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:48:46+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eedb4ce4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=eedb4ee2-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:48:46+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eedb4ce4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=eedb4ee2-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:49:03+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea77201a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=ea7721f0-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:49:03+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f936b1ce-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=f936b3ae-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:49:11+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eedb4ce4-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=eedb4ee2-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:49:11+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc5bf5a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=fdc5c11c-9c73-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:49:11+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdc5bf5a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=fdc5c11c-9c73-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:49:11+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdc5bf5a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=fdc5c11c-9c73-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:49:28+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f936b1ce-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=f936b3ae-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:49:28+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f67762-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=07f67f00-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:49:36+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdc5bf5a-9c73-11ed-bd1e-2a1fea3f13c3 | InvocationID=fdc5c11c-9c73-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:49:36+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cb085fe-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=0cb087e8-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:49:36+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cb085fe-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=0cb087e8-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:49:36+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cb085fe-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=0cb087e8-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:49:52+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07f67762-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=07f67f00-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:49:52+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b63d46-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=16b63fb2-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:50:01+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cb085fe-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=0cb087e8-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:50:01+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b9b3fb4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=1b9b4536-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:50:01+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b9b3fb4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=1b9b4536-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:50:01+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b9b3fb4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=1b9b4536-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:50:17+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16b63d46-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=16b63fb2-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:50:17+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25771332-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=257714fe-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:50:26+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b9b3fb4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=1b9b4536-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:50:26+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a86ba12-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=2a86bdd2-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:50:26+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a86ba12-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=2a86bdd2-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:50:26+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a86ba12-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=2a86bdd2-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:50:42+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25771332-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=257714fe-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:50:42+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=343767e6-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=34376f5c-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:50:51+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a86ba12-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=2a86bdd2-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:50:51+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39714bf0-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=39714f10-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:50:51+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39714bf0-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=39714f10-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:50:51+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39714bf0-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=39714f10-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:51:07+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=343767e6-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=34376f5c-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:51:07+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42f8d346-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=42f8d580-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:51:16+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39714bf0-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=39714f10-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:51:16+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=485fd6a4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=485fd94c-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:51:16+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=485fd6a4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=485fd94c-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:51:16+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=485fd6a4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=485fd94c-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:51:31+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42f8d346-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=42f8d580-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:51:31+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b87dd2-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=51b87fbc-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:51:41+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=485fd6a4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=485fd94c-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:51:41+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=574adeac-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=574ae2bc-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:51:41+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=574adeac-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=574ae2bc-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:51:41+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=574adeac-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=574ae2bc-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:51:56+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51b87dd2-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=51b87fbc-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:51:56+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=607bcc8e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=607bcfb8-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:52:06+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=574adeac-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=574ae2bc-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:52:06+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6635832c-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=6635853e-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:52:06+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6635832c-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=6635853e-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:52:06+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6635832c-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=6635853e-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:52:21+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=607bcc8e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=607bcfb8-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:52:21+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3c069e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=6f3c0874-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:52:31+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6635832c-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=6635853e-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:52:31+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75203314-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=752034d6-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:52:31+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75203314-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=752034d6-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:52:31+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75203314-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=752034d6-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:52:46+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f3c069e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=6f3c0874-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:52:46+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dfb4776-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=7dfb4960-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:52:56+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75203314-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=752034d6-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:52:56+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=840aadb4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=840aafa8-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:52:56+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=840aadb4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=840aafa8-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:52:56+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=840aadb4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=840aafa8-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:53:10+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dfb4776-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=7dfb4960-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:53:10+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cbadfa6-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=8cbae168-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:53:21+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=840aadb4-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=840aafa8-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:53:21+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92f5352e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=92f538c6-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:53:21+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92f5352e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=92f538c6-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:53:21+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92f5352e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=92f538c6-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:53:35+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cbadfa6-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=8cbae168-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:53:35+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b7b43f0-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=9b7b45c6-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:53:46+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92f5352e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=92f538c6-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:53:46+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1e1d5ec-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=a1e1d858-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:53:46+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1e1d5ec-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=a1e1d858-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:53:46+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1e1d5ec-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=a1e1d858-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:54:00+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b7b43f0-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=9b7b45c6-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:54:00+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa3b8012-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=aa3b81e8-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:54:11+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1e1d5ec-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=a1e1d858-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:54:11+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0cfeb3e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=b0cfed14-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:54:11+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0cfeb3e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=b0cfed14-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:54:11+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0cfeb3e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=b0cfed14-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:54:25+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa3b8012-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=aa3b81e8-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:54:25+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8fbe72c-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=b8fbe920-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:54:36+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0cfeb3e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=b0cfed14-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:54:36+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfba969e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=bfba99c8-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:54:36+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfba969e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=bfba99c8-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:54:36+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfba969e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=bfba99c8-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:54:49+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8fbe72c-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=b8fbe920-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:54:49+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7bc5bfc-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=c7bc5e0e-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:55:01+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfba969e-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=bfba99c8-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:55:01+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cea519fe-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=cea51c24-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:55:01+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cea519fe-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=cea51c24-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:55:01+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cea519fe-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=cea51c24-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:55:14+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7bc5bfc-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=c7bc5e0e-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:55:14+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d67c52d2-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=d67c5534-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:55:26+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cea519fe-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=cea51c24-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:55:26+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd8fe188-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=dd8fe35e-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:55:26+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd8fe188-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=dd8fe35e-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:55:26+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd8fe188-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=dd8fe35e-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:55:39+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d67c52d2-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=d67c5534-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:55:39+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e53db48c-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=e53db70c-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:55:51+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd8fe188-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=dd8fe35e-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:55:51+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec7a9e40-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=ec7aa098-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:55:51+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec7a9e40-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=ec7aa098-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:55:51+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec7a9e40-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=ec7aa098-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:56:04+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e53db48c-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=e53db70c-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:56:04+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3feb020-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=f3feb57a-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:56:16+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec7a9e40-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=ec7aa098-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:56:16+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb657d12-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=fb65810e-9c74-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:56:16+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb657d12-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=fb65810e-9c74-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:56:16+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb657d12-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=fb65810e-9c74-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:56:28+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3feb020-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=f3feb57a-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:56:28+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bee954-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=02beede6-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:56:41+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb657d12-9c74-11ed-bd1e-2a1fea3f13c3 | InvocationID=fb65810e-9c74-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:56:41+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a520b42-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=0a521254-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:56:41+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a520b42-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=0a521254-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:56:41+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a520b42-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=0a521254-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:56:53+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02bee954-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=02beede6-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:56:53+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=117f754e-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=117f7832-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:57:06+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a520b42-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=0a521254-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:57:06+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193ccf7a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=193cd470-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:57:06+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193ccf7a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=193cd470-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:57:06+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193ccf7a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=193cd470-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:57:18+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=117f754e-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=117f7832-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:57:18+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203f122e-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=203f14e0-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:57:31+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193ccf7a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=193cd470-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:57:31+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2827ee7a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=2827f03c-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:57:31+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2827ee7a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=2827f03c-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:57:31+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2827ee7a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=2827f03c-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:57:43+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=203f122e-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=203f14e0-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:57:43+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f051c04-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=2f051de4-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:57:56+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2827ee7a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=2827f03c-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:57:56+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37132a12-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=37132d32-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:57:56+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37132a12-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=37132d32-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:57:56+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37132a12-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=37132d32-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:58:07+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f051c04-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=2f051de4-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:58:07+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc5e6a6-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=3dc5e926-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:58:21+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37132a12-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=37132d32-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:58:21+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45fdb010-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=45fdb1c8-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:58:21+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45fdb010-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=45fdb1c8-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:58:21+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45fdb010-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=45fdb1c8-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:58:32+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc5e6a6-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=3dc5e926-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:58:32+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c85c350-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=4c85c620-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:58:46+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45fdb010-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=45fdb1c8-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:58:46+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54e83438-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=54e8360e-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:58:46+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54e83438-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=54e8360e-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:58:46+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54e83438-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=54e8360e-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:58:57+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c85c350-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=4c85c620-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:58:57+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b459348-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=5b4595b4-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:59:11+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54e83438-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=54e8360e-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:59:11+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63d2ac80-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=63d2ae4c-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:59:11+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63d2ac80-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=63d2ae4c-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:59:11+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63d2ac80-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=63d2ae4c-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:59:22+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b459348-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=5b4595b4-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:59:22+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a0591f8-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=6a0593c4-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T05:59:36+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63d2ac80-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=63d2ae4c-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T05:59:36+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72bd6d5c-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=72bd6fd2-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T05:59:36+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72bd6d5c-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=72bd6fd2-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:59:36+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72bd6d5c-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=72bd6fd2-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T05:59:46+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a0591f8-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=6a0593c4-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T05:59:46+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c5c35c-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=78c5c546-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T06:00:01+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72bd6d5c-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=72bd6fd2-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T06:00:01+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81a834a0-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=81a836a8-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T06:00:01+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81a834a0-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=81a836a8-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:00:01+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81a834a0-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=81a836a8-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:00:11+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78c5c35c-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=78c5c546-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T06:00:11+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87864038-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=8786427c-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T06:00:26+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81a834a0-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=81a836a8-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T06:00:26+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=909538b4-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=90953aa8-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T06:00:26+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=909538b4-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=90953aa8-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:00:26+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=909538b4-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=90953aa8-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:00:36+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87864038-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=8786427c-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T06:00:36+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9645c56c-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=9645c738-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T06:00:51+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=909538b4-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=90953aa8-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T06:00:51+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7fdece-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=9f7fe0ae-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T06:00:51+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7fdece-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=9f7fe0ae-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:00:51+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f7fdece-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=9f7fe0ae-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:01:01+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9645c56c-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=9645c738-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T06:01:01+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5064e1e-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=a5065292-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T06:01:16+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f7fdece-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=9f7fe0ae-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T06:01:16+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae6e58de-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=ae6e5e56-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T06:01:17+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae6e58de-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=ae6e5e56-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:01:17+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae6e58de-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=ae6e5e56-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:01:25+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5064e1e-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=a5065292-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T06:01:25+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3c7466a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=b3c74836-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T06:01:42+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae6e58de-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=ae6e5e56-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T06:01:42+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5995ac-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=bd5997e6-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T06:01:42+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5995ac-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=bd5997e6-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:01:42+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd5995ac-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=bd5997e6-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:01:50+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3c7466a-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=b3c74836-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T06:01:50+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2879268-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=c2879556-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T06:02:07+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd5995ac-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=bd5997e6-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T06:02:07+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc449f94-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=cc44a336-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T06:02:07+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc449f94-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=cc44a336-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:02:07+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc449f94-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=cc44a336-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:02:15+0000 | aai_event_thread | 140230548351776 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2879268-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=c2879556-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF AAI events.
2023-01-25T06:02:15+0000 | aai_event_thread | 140230548351776 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d14793de-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=d1479618-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-25T06:02:32+0000 | policy_event_thread | 140230549412640 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc449f94-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=cc44a336-9c75-11ed-bd1e-2a1fea3f13c3 | Polling MR for XNF activation/deactivation policy response events.
2023-01-25T06:02:32+0000 | policy_event_thread | 140230549412640 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db306880-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=db306aec-9c75-11ed-bd1e-2a1fea3f13c3 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-25T06:02:32+0000 | policy_event_thread | 140230549412640 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db306880-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=db306aec-9c75-11ed-bd1e-2a1fea3f13c3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-25T06:02:32+0000 | policy_event_thread | 140230549412640 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db306880-9c75-11ed-bd1e-2a1fea3f13c3 | InvocationID=db306aec-9c75-11ed-bd1e-2a1fea3f13c3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT