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-02-22T09:38:53+0000 | MainThread | 139887711403336 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-02-22T09:38:53+0000 | MainThread | 139887711403336 | 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-02-22T09:38:53+0000 | MainThread | 139887711403336 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-02-22T09:38:53+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:38:53+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b83ffff4-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=b8400314-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:38:53+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-02-22T09:38:53+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b842a556-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=b842abd2-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:38:53+0000 | MainThread | 139887711403336 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-02-22T09:38:53+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b842a556-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=b842abd2-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:38:53+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b842a556-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=b842abd2-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:38:53+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b83ffff4-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=b8400314-b294-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:38:53+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b83ffff4-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=b8400314-b294-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:39:13+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b842a556-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=b842abd2-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:39:13+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c46df2a4-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=c46df4a2-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:39:13+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c46df2a4-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=c46df4a2-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:39:13+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c46df2a4-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=c46df4a2-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:39:18+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b83ffff4-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=b8400314-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:39:18+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c769488c-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=c7694a58-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:39:18+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c769488c-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=c7694a58-b294-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:39:18+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c769488c-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=c7694a58-b294-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:39:33+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c46df2a4-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=c46df4a2-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:39:33+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d05e62e2-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=d05e6832-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:39:33+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d05e62e2-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=d05e6832-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:39:33+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d05e62e2-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=d05e6832-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:39:43+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c769488c-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=c7694a58-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:39:43+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6555a3e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=d6555dc2-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:39:43+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6555a3e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=d6555dc2-b294-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:39:43+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6555a3e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=d6555dc2-b294-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:39:53+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d05e62e2-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=d05e6832-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:39:53+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc500e20-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=dc501064-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:39:53+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc500e20-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=dc501064-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:39:53+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc500e20-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=dc501064-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:40:08+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6555a3e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=d6555dc2-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:40:08+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e540db5e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=e540e0cc-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:40:08+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e540db5e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=e540e0cc-b294-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:40:08+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e540db5e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=e540e0cc-b294-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:40:13+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc500e20-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=dc501064-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:40:13+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8407a1c-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=e8407c1a-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:40:14+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8407a1c-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=e8407c1a-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:40:14+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8407a1c-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=e8407c1a-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:40:33+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e540db5e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=e540e0cc-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:40:33+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f42c6052-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=f42c62b4-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:40:34+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f42c6052-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=f42c62b4-b294-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:40:34+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f42c6052-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=f42c62b4-b294-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:40:34+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8407a1c-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=e8407c1a-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:40:34+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f431865e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=f4318802-b294-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:40:34+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f431865e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=f4318802-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:40:34+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f431865e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=f4318802-b294-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:40:54+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f431865e-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=f4318802-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:40:54+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00222270-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=002224be-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:40:54+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00222270-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=002224be-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:40:54+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00222270-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=002224be-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:40:59+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f42c6052-b294-11ed-8c6c-36a7b1a500b5 | InvocationID=f42c62b4-b294-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:40:59+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0317f3e2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=0317f5d6-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:40:59+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0317f3e2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=0317f5d6-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:40:59+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0317f3e2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=0317f5d6-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:41:14+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00222270-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=002224be-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:41:14+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c157a46-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=0c157c8a-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:41:14+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c157a46-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=0c157c8a-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:41:14+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c157a46-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=0c157c8a-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:41:24+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0317f3e2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=0317f5d6-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:41:24+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=120436cc-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=1204387a-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:41:24+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=120436cc-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=1204387a-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:41:24+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=120436cc-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=1204387a-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:41:34+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c157a46-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=0c157c8a-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:41:34+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1807528e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=18075b08-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:41:34+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1807528e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=18075b08-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:41:34+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1807528e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=18075b08-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:41:49+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=120436cc-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=1204387a-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:41:49+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f0116a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=20f01728-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:41:49+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f0116a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=20f01728-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:41:49+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f0116a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=20f01728-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:41:54+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1807528e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=18075b08-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:41:54+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23f956d2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=23f9586c-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:41:54+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23f956d2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=23f9586c-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:41:54+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23f956d2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=23f9586c-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:42:14+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20f0116a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=20f01728-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:42:14+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fdb9848-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=2fdb9adc-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:42:14+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fdb9848-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=2fdb9adc-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:42:14+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fdb9848-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=2fdb9adc-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:42:14+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23f956d2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=23f9586c-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:42:14+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fe8f308-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=2fe8f48e-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:42:14+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fe8f308-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=2fe8f48e-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:42:14+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fe8f308-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=2fe8f48e-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:42:34+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fe8f308-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=2fe8f48e-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:42:34+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bda0332-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=3bda0530-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:42:34+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bda0332-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=3bda0530-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:42:34+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bda0332-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=3bda0530-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:42:39+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fdb9848-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=2fdb9adc-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:42:39+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ec6e632-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=3ec6e89e-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:42:39+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ec6e632-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=3ec6e89e-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:42:39+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ec6e632-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=3ec6e89e-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:42:54+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bda0332-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=3bda0530-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:42:54+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47ca15ba-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=47ca17cc-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:42:54+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47ca15ba-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=47ca17cc-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:42:54+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47ca15ba-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=47ca17cc-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:43:04+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ec6e632-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=3ec6e89e-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:43:04+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4db6218a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=4db624c8-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:43:04+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4db6218a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=4db624c8-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:43:04+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4db6218a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=4db624c8-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:43:14+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47ca15ba-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=47ca17cc-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:43:14+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bc793a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=53bc7cb4-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:43:14+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bc793a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=53bc7cb4-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:43:14+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53bc793a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=53bc7cb4-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:43:29+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4db6218a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=4db624c8-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:43:29+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca1d932-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=5ca1dbbc-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:43:29+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca1d932-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=5ca1dbbc-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:43:29+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ca1d932-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=5ca1dbbc-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:43:34+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53bc793a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=53bc7cb4-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:43:34+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fae02e0-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=5fae048e-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:43:34+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fae02e0-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=5fae048e-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:43:34+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fae02e0-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=5fae048e-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:43:54+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ca1d932-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=5ca1dbbc-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:43:54+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8cfc1a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=6b8cfde6-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:43:54+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8cfc1a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=6b8cfde6-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:43:54+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8cfc1a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=6b8cfde6-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:43:54+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fae02e0-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=5fae048e-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:43:54+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9ec288-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=6b9ec422-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:43:54+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9ec288-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=6b9ec422-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:43:54+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b9ec288-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=6b9ec422-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:44:14+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b9ec288-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=6b9ec422-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:44:14+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=778ed95c-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=778edcb8-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:44:14+0000 | aai_event_thread | 139887660649248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=778ed95c-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=778edcb8-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:44:14+0000 | aai_event_thread | 139887660649248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=778ed95c-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=778edcb8-b295-11ed-8c6c-36a7b1a500b5 | 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-02-22T09:44:19+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b8cfc1a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=6b8cfde6-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:44:19+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a77aee6-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=7a77c26e-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:44:19+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a77aee6-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=7a77c26e-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:44:19+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a77aee6-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=7a77c26e-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:44:34+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=778ed95c-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=778edcb8-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:44:34+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=837ed4b0-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=837ed6e0-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:44:44+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a77aee6-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=7a77c26e-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:44:44+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89639ef6-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=8963a0a4-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:44:44+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89639ef6-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=8963a0a4-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:44:44+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89639ef6-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=8963a0a4-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:44:58+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=837ed4b0-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=837ed6e0-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:44:58+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91edd500-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=91edd7e4-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:45:09+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89639ef6-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=8963a0a4-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:45:09+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984f4672-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=984f487a-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:45:09+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984f4672-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=984f487a-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:45:09+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984f4672-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=984f487a-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:45:18+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91edd500-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=91edd7e4-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:45:18+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9de3da1c-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=9de3dbc0-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:45:34+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984f4672-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=984f487a-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:45:34+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73ad9b2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=a73ae27c-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:45:34+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73ad9b2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=a73ae27c-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:45:34+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a73ad9b2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=a73ae27c-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:45:38+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9de3da1c-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=9de3dbc0-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:45:38+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9d90e3c-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=a9d91936-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:45:58+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9d90e3c-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=a9d91936-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:45:58+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5d6754e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=b5d6783c-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:45:59+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a73ad9b2-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=a73ae27c-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:45:59+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b626592e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=b6265abe-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:45:59+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b626592e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=b6265abe-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:45:59+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b626592e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=b6265abe-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:46:19+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5d6754e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=b5d6783c-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:46:19+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c22a89de-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=c22a8ba0-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:46:24+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b626592e-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=b6265abe-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:46:24+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c511ba00-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=c511bdca-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:46:24+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c511ba00-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=c511bdca-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:46:24+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c511ba00-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=c511bdca-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:46:44+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c22a89de-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=c22a8ba0-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:46:44+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0f09148-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=d0f09346-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:46:49+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c511ba00-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=c511bdca-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:46:49+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3fc7ab4-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=d3fc7c76-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:46:49+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3fc7ab4-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=d3fc7c76-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:46:49+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3fc7ab4-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=d3fc7c76-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:47:09+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0f09148-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=d0f09346-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:47:09+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfb1267a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=dfb12832-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:47:14+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3fc7ab4-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=d3fc7c76-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:47:14+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e87c26-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=e2e87db6-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:47:14+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e87c26-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=e2e87db6-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:47:14+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e87c26-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=e2e87db6-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:47:33+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfb1267a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=dfb12832-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:47:33+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee72788a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=ee727a92-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:47:39+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2e87c26-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=e2e87db6-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:47:39+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d39676-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=f1d3986a-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:47:39+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d39676-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=f1d3986a-b295-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:47:39+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1d39676-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=f1d3986a-b295-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:47:58+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee72788a-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=ee727a92-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:47:58+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd339fd4-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=fd33a89e-b295-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:48:04+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1d39676-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=f1d3986a-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:48:04+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00c1106e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=00c112bc-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:48:04+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00c1106e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=00c112bc-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:48:04+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00c1106e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=00c112bc-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:48:23+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd339fd4-b295-11ed-8c6c-36a7b1a500b5 | InvocationID=fd33a89e-b295-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:48:23+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bf6ca00-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=0bf6cc1c-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:48:29+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00c1106e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=00c112bc-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:48:29+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fabe824-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=0fabec16-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:48:29+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fabe824-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=0fabec16-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:48:29+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fabe824-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=0fabec16-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:48:48+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bf6ca00-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=0bf6cc1c-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:48:48+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ab96b2e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=1ab96d5e-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:48:54+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fabe824-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=0fabec16-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:48:54+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e968d76-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=1e9690c8-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:48:54+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e968d76-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=1e9690c8-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:48:54+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e968d76-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=1e9690c8-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:49:12+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ab96b2e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=1ab96d5e-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:49:12+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=297b2710-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=297b28c8-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:49:19+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e968d76-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=1e9690c8-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:49:19+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d856a6e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=2d856c94-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:49:19+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d856a6e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=2d856c94-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:49:19+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d856a6e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=2d856c94-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:49:37+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=297b2710-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=297b28c8-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:49:37+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3841df32-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=3841e7fc-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:49:44+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d856a6e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=2d856c94-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:49:44+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c70ba2e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=3c70bca4-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:49:44+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c70ba2e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=3c70bca4-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:49:44+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c70ba2e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=3c70bca4-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:50:02+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3841df32-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=3841e7fc-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:50:02+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47063446-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=470635f4-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:50:09+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c70ba2e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=3c70bca4-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:50:09+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5c256e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=4b5c2758-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:50:09+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5c256e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=4b5c2758-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:50:09+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5c256e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=4b5c2758-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:50:27+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47063446-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=470635f4-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:50:27+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55c6c6c6-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=55c6d3be-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:50:34+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5c256e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=4b5c2758-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:50:34+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a46fe46-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=5a4706ac-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:50:34+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a46fe46-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=5a4706ac-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:50:34+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a46fe46-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=5a4706ac-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:50:51+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55c6c6c6-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=55c6d3be-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:50:51+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6487bd8c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=6487bf3a-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:50:59+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a46fe46-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=5a4706ac-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:50:59+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69323b28-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=69323f4c-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:50:59+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69323b28-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=69323f4c-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:50:59+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69323b28-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=69323f4c-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:51:16+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6487bd8c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=6487bf3a-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:51:16+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73486c86-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=73486e3e-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:51:24+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69323b28-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=69323f4c-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:51:24+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781d931c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=781d9dc6-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:51:24+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781d931c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=781d9dc6-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:51:24+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=781d931c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=781d9dc6-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:51:41+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73486c86-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=73486e3e-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:51:41+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8208cee6-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=8208d9d6-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:51:49+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=781d931c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=781d9dc6-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:51:49+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87082fc2-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=870832a6-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:51:49+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87082fc2-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=870832a6-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:51:49+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87082fc2-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=870832a6-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:52:06+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8208cee6-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=8208d9d6-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:52:06+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d207e4-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=90d209b0-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:52:14+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87082fc2-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=870832a6-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:52:14+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f342d8-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=95f34486-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:52:14+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f342d8-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=95f34486-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:52:14+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f342d8-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=95f34486-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:52:31+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90d207e4-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=90d209b0-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:52:31+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f92e3fc-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=9f92e5b4-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:52:39+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f342d8-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=95f34486-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:52:39+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4dfbfec-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=a4dfc1ea-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:52:39+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4dfbfec-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=a4dfc1ea-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:52:39+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4dfbfec-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=a4dfc1ea-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:52:55+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f92e3fc-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=9f92e5b4-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:52:55+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae54d54e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=ae54d6fc-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:53:04+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4dfbfec-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=a4dfc1ea-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:53:04+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ca8d2a-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=b3ca8f64-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:53:04+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ca8d2a-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=b3ca8f64-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:53:04+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3ca8d2a-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=b3ca8f64-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:53:20+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae54d54e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=ae54d6fc-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:53:20+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd19ab36-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=bd19ad2a-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:53:29+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3ca8d2a-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=b3ca8f64-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:53:29+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b62f92-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=c2b63154-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:53:30+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b62f92-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=c2b63154-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:53:30+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b62f92-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=c2b63154-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:53:45+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd19ab36-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=bd19ad2a-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:53:45+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbde4c1c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=cbde4e60-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:53:55+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b62f92-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=c2b63154-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:53:55+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a0ee5c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=d1a0f000-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:53:55+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a0ee5c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=d1a0f000-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:53:55+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a0ee5c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=d1a0f000-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:54:10+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbde4c1c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=cbde4e60-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:54:10+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da9f7e6a-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=da9f80ae-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:54:20+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a0ee5c-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=d1a0f000-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:54:20+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08ba8b2-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=e08baa60-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:54:20+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08ba8b2-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=e08baa60-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:54:20+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08ba8b2-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=e08baa60-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:54:34+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da9f7e6a-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=da9f80ae-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:54:34+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e96296bc-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=e962998c-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:54:45+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08ba8b2-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=e08baa60-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:54:45+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef767eb0-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=ef768158-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:54:45+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef767eb0-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=ef768158-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:54:45+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef767eb0-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=ef768158-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:54:59+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e96296bc-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=e962998c-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:54:59+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8265e0e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=f826607a-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:55:10+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef767eb0-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=ef768158-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:55:10+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe61cff6-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=fe61d1a4-b296-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:55:10+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe61cff6-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=fe61d1a4-b296-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:55:10+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe61cff6-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=fe61d1a4-b296-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:55:24+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8265e0e-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=f826607a-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:55:24+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06e6a0de-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=06e6a3ea-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:55:35+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe61cff6-b296-11ed-8c6c-36a7b1a500b5 | InvocationID=fe61d1a4-b296-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:55:35+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d4d9108-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=0d4d9806-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:55:35+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d4d9108-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=0d4d9806-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:55:35+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d4d9108-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=0d4d9806-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:55:49+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06e6a0de-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=06e6a3ea-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:55:49+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15addf42-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=15ade15e-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:56:00+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d4d9108-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=0d4d9806-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:56:00+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c38f6f8-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=1c38f8ba-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:56:00+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c38f6f8-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=1c38f8ba-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:56:00+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c38f6f8-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=1c38f8ba-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:56:13+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15addf42-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=15ade15e-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:56:13+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=246f1b7c-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=246f1d16-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:56:25+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c38f6f8-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=1c38f8ba-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:56:25+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b23cd6e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=2b23cfb2-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:56:25+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b23cd6e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=2b23cfb2-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:56:25+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b23cd6e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=2b23cfb2-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:56:38+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=246f1b7c-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=246f1d16-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:56:38+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=332f7422-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=332f76ac-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:56:50+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b23cd6e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=2b23cfb2-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:56:50+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a0f20c6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=3a0f22e2-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:56:50+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a0f20c6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=3a0f22e2-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:56:50+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a0f20c6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=3a0f22e2-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:57:03+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=332f7422-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=332f76ac-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:57:03+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f067a0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=41f06962-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:57:15+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a0f20c6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=3a0f22e2-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:57:15+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48fa863e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=48fa8878-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:57:15+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48fa863e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=48fa8878-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:57:15+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48fa863e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=48fa8878-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:57:28+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41f067a0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=41f06962-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:57:28+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50b55750-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=50b55ce6-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:57:40+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48fa863e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=48fa8878-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:57:40+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57e54c42-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=57e54dfa-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:57:40+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57e54c42-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=57e54dfa-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:57:40+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57e54c42-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=57e54dfa-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:57:52+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50b55750-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=50b55ce6-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:57:52+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f78379e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=5f783a46-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:58:05+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57e54c42-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=57e54dfa-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:58:05+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66d0bfa2-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=66d0d4f6-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:58:05+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66d0bfa2-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=66d0d4f6-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:58:05+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66d0bfa2-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=66d0d4f6-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:58:17+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f78379e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=5f783a46-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:58:17+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3938dc-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=6e393b16-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:58:30+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66d0bfa2-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=66d0d4f6-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:58:30+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75bbdad8-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=75bbdc90-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:58:30+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75bbdad8-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=75bbdc90-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:58:30+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75bbdad8-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=75bbdc90-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:58:42+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e3938dc-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=6e393b16-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:58:42+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cfa9438-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=7cfa95e6-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:58:55+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75bbdad8-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=75bbdc90-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:58:55+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a6cb16-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=84a6cd6e-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:58:55+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a6cb16-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=84a6cd6e-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:58:55+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a6cb16-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=84a6cd6e-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:59:07+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cfa9438-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=7cfa95e6-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:59:07+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bbb085e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=8bbb0a0c-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:59:20+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a6cb16-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=84a6cd6e-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:59:20+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93978cbe-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=93978e6c-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:59:20+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93978cbe-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=93978e6c-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:59:20+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93978cbe-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=93978e6c-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:59:31+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bbb085e-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=8bbb0a0c-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:59:31+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7b9340-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=9a7b94f8-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T09:59:45+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93978cbe-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=93978e6c-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T09:59:45+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a283a0dc-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=a283a2da-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T09:59:45+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a283a0dc-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=a283a2da-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:59:45+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a283a0dc-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=a283a2da-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T09:59:56+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a7b9340-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=9a7b94f8-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T09:59:56+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a93e1574-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=a93e1830-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:00:10+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a283a0dc-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=a283a2da-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:00:10+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b16ea682-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=b16ea84e-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:00:10+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b16ea682-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=b16ea84e-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:00:10+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b16ea682-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=b16ea84e-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:00:21+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a93e1574-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=a93e1830-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:00:21+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ffc9fe-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=b7ffcc10-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:00:35+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b16ea682-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=b16ea84e-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:00:35+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c05a0fb0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=c05a11f4-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:00:35+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c05a0fb0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=c05a11f4-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:00:35+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c05a0fb0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=c05a11f4-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:00:46+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7ffc9fe-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=b7ffcc10-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:00:46+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c18360-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=c6c18518-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:01:00+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c05a0fb0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=c05a11f4-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:01:00+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf457370-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=cf45751e-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:01:00+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf457370-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=cf45751e-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:01:00+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf457370-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=cf45751e-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:01:11+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6c18360-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=c6c18518-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:01:11+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d583c250-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=d583c3ea-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:01:25+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf457370-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=cf45751e-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:01:25+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3048f6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=de304b80-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:01:25+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3048f6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=de304b80-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:01:25+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3048f6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=de304b80-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:01:35+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d583c250-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=d583c3ea-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:01:35+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e446e042-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=e446e998-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:01:50+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3048f6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=de304b80-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:01:50+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed1b67ce-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=ed1b6a1c-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:01:50+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed1b67ce-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=ed1b6a1c-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:01:50+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed1b67ce-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=ed1b6a1c-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:02:00+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e446e042-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=e446e998-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:02:00+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f30c38b6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=f30c43ce-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:02:15+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed1b67ce-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=ed1b6a1c-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:02:15+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc0691a0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=fc0693b2-b297-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:02:15+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc0691a0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=fc0693b2-b297-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:02:15+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc0691a0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=fc0693b2-b297-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:02:25+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f30c38b6-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=f30c43ce-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:02:25+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d0a1fc-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=01d0a3e6-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:02:40+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc0691a0-b297-11ed-8c6c-36a7b1a500b5 | InvocationID=fc0693b2-b297-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:02:40+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af12982-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=0af12b94-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:02:40+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af12982-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=0af12b94-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:02:40+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0af12982-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=0af12b94-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:02:50+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01d0a1fc-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=01d0a3e6-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:02:50+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=109547e2-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=10954a58-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:03:05+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0af12982-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=0af12b94-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:03:05+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19dc5bf6-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=19dc6542-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:03:05+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19dc5bf6-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=19dc6542-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:03:05+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19dc5bf6-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=19dc6542-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:03:14+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=109547e2-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=10954a58-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:03:14+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f598126-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=1f598356-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:03:30+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19dc5bf6-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=19dc6542-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:03:30+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28c75486-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=28c75800-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:03:30+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28c75486-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=28c75800-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:03:30+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28c75486-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=28c75800-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:03:39+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f598126-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=1f598356-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:03:39+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e1a1b8a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=2e1a1ebe-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:03:55+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28c75486-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=28c75800-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:03:55+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37b20900-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=37b20aae-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:03:55+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37b20900-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=37b20aae-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:03:55+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37b20900-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=37b20aae-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:04:04+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e1a1b8a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=2e1a1ebe-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:04:04+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cdd2608-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=3cdd2856-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:04:20+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37b20900-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=37b20aae-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:04:20+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=469ccfb8-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=469cd1d4-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:04:20+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=469ccfb8-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=469cd1d4-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:04:20+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=469ccfb8-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=469cd1d4-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:04:29+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cdd2608-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=3cdd2856-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:04:29+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b9e9a00-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=4b9e9b9a-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:04:45+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=469ccfb8-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=469cd1d4-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:04:45+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55881b68-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=55881f1e-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:04:45+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55881b68-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=55881f1e-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:04:45+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55881b68-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=55881f1e-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:04:53+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b9e9a00-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=4b9e9b9a-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:04:53+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a5faad4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=5a5fb466-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:05:10+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55881b68-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=55881f1e-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:05:10+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6472fa76-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=6472fc24-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:05:10+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6472fa76-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=6472fc24-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:05:10+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6472fa76-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=6472fc24-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:05:18+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a5faad4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=5a5fb466-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:05:18+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69205762-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=69205a0a-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:05:35+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6472fa76-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=6472fc24-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:05:35+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=735df59a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=735df752-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:05:35+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=735df59a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=735df752-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:05:35+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=735df59a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=735df752-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:05:43+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69205762-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=69205a0a-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:05:43+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77e3d6f2-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=77e3da58-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:06:00+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=735df59a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=735df752-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:06:00+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8248e164-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=8248e39e-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:06:00+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8248e164-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=8248e39e-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:06:00+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8248e164-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=8248e39e-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:06:08+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77e3d6f2-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=77e3da58-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:06:08+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a9a608-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=86a9a892-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:06:25+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8248e164-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=8248e39e-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:06:25+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9133dc1a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=9133defe-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:06:25+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9133dc1a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=9133defe-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:06:25+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9133dc1a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=9133defe-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:06:32+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86a9a608-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=86a9a892-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:06:32+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9569b5d4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=9569b782-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:06:50+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9133dc1a-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=9133defe-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:06:50+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a01f70a4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=a01f793c-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:06:50+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a01f70a4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=a01f793c-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:06:50+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a01f70a4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=a01f793c-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:06:57+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9569b5d4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=9569b782-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:06:57+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42c6eea-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=a42c7160-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:07:15+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a01f70a4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=a01f793c-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:07:15+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af0a5980-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=af0a5c32-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:07:16+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af0a5980-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=af0a5c32-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:07:16+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af0a5980-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=af0a5c32-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:07:22+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a42c6eea-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=a42c7160-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:07:22+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ef6928-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=b2ef6bd0-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:07:41+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af0a5980-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=af0a5c32-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:07:41+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdf60764-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=bdf60dea-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:07:41+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdf60764-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=bdf60dea-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:07:41+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdf60764-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=bdf60dea-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:07:47+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2ef6928-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=b2ef6bd0-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:07:47+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b0cbf0-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=c1b0ce16-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:08:06+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdf60764-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=bdf60dea-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:08:06+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cce17fba-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=cce18226-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:08:06+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cce17fba-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=cce18226-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:08:06+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cce17fba-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=cce18226-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:08:12+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b0cbf0-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=c1b0ce16-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:08:12+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0715f4c-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=d071617c-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:08:31+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cce17fba-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=cce18226-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:08:31+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbcc5af4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=dbcc5d42-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:08:31+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbcc5af4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=dbcc5d42-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:08:31+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbcc5af4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=dbcc5d42-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:08:36+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0715f4c-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=d071617c-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:08:36+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df342870-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=df342ac8-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:08:56+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbcc5af4-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=dbcc5d42-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:08:56+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eab6bafa-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=eab6bd48-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:08:56+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eab6bafa-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=eab6bd48-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:08:56+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eab6bafa-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=eab6bd48-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:09:01+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df342870-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=df342ac8-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:09:01+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf5ddd6-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=edf5dfac-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:09:21+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eab6bafa-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=eab6bd48-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:09:21+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9a4307e-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=f9a4333a-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:09:21+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9a4307e-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=f9a4333a-b298-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:09:21+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9a4307e-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=f9a4333a-b298-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:09:26+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edf5ddd6-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=edf5dfac-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:09:26+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcb64e96-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=fcb6503a-b298-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:09:46+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9a4307e-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=f9a4333a-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:09:46+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=088f1bbc-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=088f1dec-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:09:46+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=088f1bbc-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=088f1dec-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:09:46+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=088f1bbc-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=088f1dec-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:09:51+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcb64e96-b298-11ed-8c6c-36a7b1a500b5 | InvocationID=fcb6503a-b298-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:09:51+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b77e660-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=0b77eab6-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:10:11+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=088f1bbc-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=088f1dec-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:10:11+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1779e26a-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=1779e42c-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:10:11+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1779e26a-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=1779e42c-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:10:11+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1779e26a-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=1779e42c-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:10:15+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b77e660-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=0b77eab6-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:10:15+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a3b8eea-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=1a3b96b0-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:10:36+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1779e26a-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=1779e42c-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:10:36+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2664d4ce-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=2664d686-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:10:36+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2664d4ce-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=2664d686-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:10:36+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2664d4ce-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=2664d686-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:10:40+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a3b8eea-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=1a3b96b0-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:10:40+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fe0214-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=28fe0408-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:11:01+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2664d4ce-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=2664d686-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:11:01+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3550295c-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=35502bf0-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:11:01+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3550295c-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=35502bf0-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:11:01+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3550295c-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=35502bf0-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:11:05+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28fe0214-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=28fe0408-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:11:05+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37beacd6-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=37beaed4-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:11:26+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3550295c-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=35502bf0-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:11:26+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44407192-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=4440734a-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:11:26+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44407192-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=4440734a-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:11:26+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44407192-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=4440734a-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:11:30+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37beacd6-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=37beaed4-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:11:30+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=467f5c16-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=467f5e1e-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:11:51+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44407192-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=4440734a-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:11:51+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=532da238-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=532da404-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:11:51+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=532da238-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=532da404-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:11:51+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=532da238-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=532da404-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:11:54+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=467f5c16-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=467f5e1e-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:11:54+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=553fd956-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=553fdafa-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:12:16+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=532da238-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=532da404-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:12:16+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62187a52-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=62188402-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:12:16+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62187a52-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=62188402-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:12:16+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62187a52-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=62188402-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:12:19+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=553fd956-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=553fdafa-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:12:19+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6401b612-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=6401b7a2-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:12:41+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62187a52-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=62188402-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:12:41+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=710661aa-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=710667d6-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:12:41+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=710661aa-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=710667d6-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:12:41+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=710661aa-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=710667d6-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:12:44+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6401b612-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=6401b7a2-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:12:44+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72c22222-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=72c22524-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:13:06+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=710661aa-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=710667d6-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:13:06+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff3009c-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=7ff302ae-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:13:06+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff3009c-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=7ff302ae-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:13:06+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ff3009c-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=7ff302ae-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:13:09+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72c22222-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=72c22524-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:13:09+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8183a48e-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=8183a68c-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:13:31+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ff3009c-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=7ff302ae-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:13:31+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8edea818-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=8edea9d0-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:13:31+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8edea818-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=8edea9d0-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:13:31+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8edea818-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=8edea9d0-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:13:33+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8183a48e-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=8183a68c-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:13:33+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90494e88-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=90495036-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:13:56+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8edea818-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=8edea9d0-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:13:56+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dc9b232-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=9dc9b98a-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:13:56+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dc9b232-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=9dc9b98a-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:13:56+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dc9b232-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=9dc9b98a-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:13:58+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90494e88-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=90495036-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:13:58+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f0a2686-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=9f0a2884-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:14:21+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dc9b232-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=9dc9b98a-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:14:21+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acb83638-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=acb838b8-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:14:21+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acb83638-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=acb838b8-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:14:21+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acb83638-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=acb838b8-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:14:23+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f0a2686-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=9f0a2884-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:14:23+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adcb7616-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=adcb785a-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:14:46+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acb83638-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=acb838b8-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:14:46+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bba345e8-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=bba347a0-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:14:46+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bba345e8-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=bba347a0-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:14:46+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bba345e8-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=bba347a0-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:14:48+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adcb7616-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=adcb785a-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:14:48+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc8d89a0-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=bc8d8c52-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:15:11+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bba345e8-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=bba347a0-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:15:11+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8ddbf4-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=ca8de91e-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:15:11+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8ddbf4-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=ca8de91e-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:15:11+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8ddbf4-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=ca8de91e-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:15:12+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc8d89a0-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=bc8d8c52-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:15:12+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4e97f4-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=cb4e9a1a-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:15:36+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8ddbf4-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=ca8de91e-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:15:36+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d978fea0-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=d979006c-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:15:36+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d978fea0-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=d979006c-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:15:36+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d978fea0-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=d979006c-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:15:37+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb4e97f4-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=cb4e9a1a-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:15:37+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da0f5120-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=da0f5314-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:16:01+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d978fea0-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=d979006c-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:16:01+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e864e668-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=e864f586-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:16:01+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e864e668-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=e864f586-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:16:01+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e864e668-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=e864f586-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:16:02+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da0f5120-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=da0f5314-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:16:02+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8d6e61e-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=e8d6e7c2-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:16:26+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e864e668-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=e864f586-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:16:26+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f750036a-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=f75005ae-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:16:26+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f750036a-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=f75005ae-b299-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:16:26+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f750036a-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=f75005ae-b299-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:16:27+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8d6e61e-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=e8d6e7c2-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:16:27+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7974874-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=f7974a0e-b299-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:16:51+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f750036a-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=f75005ae-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:16:51+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063bd28c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=063bd444-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:16:51+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063bd28c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=063bd444-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:16:51+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=063bd28c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=063bd444-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:16:51+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7974874-b299-11ed-8c6c-36a7b1a500b5 | InvocationID=f7974a0e-b299-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:16:51+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=065770a0-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=06577244-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:17:16+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=065770a0-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=06577244-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:17:16+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=151819fa-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=15181c5c-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:17:16+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=063bd28c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=063bd444-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:17:16+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15270c8a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=15270df2-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:17:16+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15270c8a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=15270df2-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:17:16+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15270c8a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=15270df2-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:17:41+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=151819fa-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=15181c5c-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:17:41+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23d85068-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=23d8527a-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:17:41+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15270c8a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=15270df2-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:17:41+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2411a926-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=2411ab56-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:17:41+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2411a926-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=2411ab56-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:17:41+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2411a926-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=2411ab56-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:18:06+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23d85068-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=23d8527a-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:18:06+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3299f408-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=3299f638-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:18:06+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2411a926-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=2411ab56-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:18:06+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32fc4e0a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=32fc50c6-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:18:06+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32fc4e0a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=32fc50c6-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:18:06+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32fc4e0a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=32fc50c6-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:18:30+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3299f408-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=3299f638-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:18:30+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=415a25a8-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=415a2864-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:18:31+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32fc4e0a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=32fc50c6-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:18:31+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41e75180-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=41e754a0-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:18:31+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41e75180-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=41e754a0-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:18:31+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41e75180-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=41e754a0-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:18:55+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=415a25a8-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=415a2864-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:18:55+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501bf328-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=501bf62a-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:18:56+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41e75180-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=41e754a0-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:18:56+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d22616-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=50d227f6-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:18:56+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d22616-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=50d227f6-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:18:56+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50d22616-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=50d227f6-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:19:20+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=501bf328-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=501bf62a-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:19:20+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5edb89c8-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=5edb8bf8-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:19:21+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50d22616-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=50d227f6-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:19:21+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fc123b6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=5fc12550-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:19:21+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fc123b6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=5fc12550-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:19:21+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fc123b6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=5fc12550-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:19:45+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5edb89c8-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=5edb8bf8-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:19:45+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6da1918c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=6da19344-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:19:46+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fc123b6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=5fc12550-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:19:46+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eabdc68-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=6eabdefc-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:19:47+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eabdc68-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=6eabdefc-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:19:47+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6eabdc68-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=6eabdefc-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:20:10+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6da1918c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=6da19344-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:20:10+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c65d3b8-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=7c65d566-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:20:12+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6eabdc68-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=6eabdefc-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:20:12+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d96ff5a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=7d970158-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:20:12+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d96ff5a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=7d970158-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:20:12+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d96ff5a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=7d970158-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:20:34+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c65d3b8-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=7c65d566-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:20:34+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b27ad04-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=8b27b4ca-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:20:37+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d96ff5a-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=7d970158-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:20:37+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c837d68-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=8c837f02-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:20:37+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c837d68-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=8c837f02-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:20:37+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c837d68-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=8c837f02-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:20:59+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b27ad04-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=8b27b4ca-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:20:59+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99eb65b0-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=99eb68bc-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:21:02+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c837d68-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=8c837f02-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:21:02+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b6e8624-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=9b6e8872-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:21:02+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b6e8624-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=9b6e8872-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:21:02+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b6e8624-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=9b6e8872-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:21:24+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99eb65b0-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=99eb68bc-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:21:24+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8ade654-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=a8ade7f8-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:21:27+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b6e8624-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=9b6e8872-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:21:27+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa5955a6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=aa595740-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:21:27+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa5955a6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=aa595740-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:21:27+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa5955a6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=aa595740-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:21:49+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8ade654-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=a8ade7f8-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:21:49+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b76de324-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=b76de5e0-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:21:52+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa5955a6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=aa595740-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:21:52+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9441f4c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=b94420f0-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:21:52+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9441f4c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=b94420f0-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:21:52+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9441f4c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=b94420f0-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:22:13+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b76de324-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=b76de5e0-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:22:13+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6349c36-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=c6349ee8-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:22:17+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9441f4c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=b94420f0-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:22:17+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c82f092c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=c82f0ada-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:22:17+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c82f092c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=c82f0ada-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:22:17+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c82f092c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=c82f0ada-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:22:38+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6349c36-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=c6349ee8-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:22:38+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4f5c4ac-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=d4f5c70e-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:22:42+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c82f092c-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=c82f0ada-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:22:42+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d71a30e2-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=d71a32c2-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:22:42+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d71a30e2-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=d71a32c2-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:22:42+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d71a30e2-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=d71a32c2-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:23:03+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4f5c4ac-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=d4f5c70e-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:23:03+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3b651fa-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=e3b65510-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:23:07+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d71a30e2-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=d71a32c2-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:23:07+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e60511ee-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=e6051414-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:23:07+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e60511ee-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=e6051414-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:23:07+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e60511ee-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=e6051414-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:23:28+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3b651fa-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=e3b65510-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:23:28+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f27697c2-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=f276a1d6-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:23:32+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e60511ee-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=e6051414-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:23:32+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4efeca6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=f4efee86-b29a-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:23:32+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4efeca6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=f4efee86-b29a-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:23:32+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4efeca6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=f4efee86-b29a-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:23:52+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f27697c2-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=f276a1d6-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:23:52+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0139f326-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=0139f54c-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:23:57+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4efeca6-b29a-11ed-8c6c-36a7b1a500b5 | InvocationID=f4efee86-b29a-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:23:57+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03dabd54-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=03dabf02-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:23:57+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03dabd54-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=03dabf02-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:23:57+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03dabd54-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=03dabf02-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:24:17+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0139f326-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=0139f54c-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:24:17+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ffcd2ac-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=0ffcd4b4-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:24:22+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03dabd54-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=03dabf02-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:24:22+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c59f46-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=12c5a1a8-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:24:22+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c59f46-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=12c5a1a8-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:24:22+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12c59f46-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=12c5a1a8-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:24:42+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ffcd2ac-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=0ffcd4b4-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:24:42+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ebf72f4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=1ebf754c-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:24:47+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12c59f46-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=12c5a1a8-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:24:47+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21b0542e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=21b055dc-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:24:47+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21b0542e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=21b055dc-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:24:47+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21b0542e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=21b055dc-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:25:07+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ebf72f4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=1ebf754c-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:25:07+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d80674e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=2d806960-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:25:12+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21b0542e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=21b055dc-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:25:12+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=309b04d4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=309b068c-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:25:12+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=309b04d4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=309b068c-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:25:12+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=309b04d4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=309b068c-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:25:31+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d80674e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=2d806960-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:25:31+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c405fc8-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=3c406324-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:25:37+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=309b04d4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=309b068c-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:25:37+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f86c06e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=3f86c26c-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:25:37+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f86c06e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=3f86c26c-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:25:37+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f86c06e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=3f86c26c-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:25:56+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c405fc8-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=3c406324-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:25:56+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b00a9b4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=4b00ac5c-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:26:02+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f86c06e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=3f86c26c-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:26:02+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e725cf0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=4e72602e-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:26:02+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e725cf0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=4e72602e-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:26:02+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e725cf0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=4e72602e-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:26:21+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b00a9b4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=4b00ac5c-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:26:21+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59c37184-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=59c37346-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:26:27+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e725cf0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=4e72602e-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:26:27+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d5d3488-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=5d5d3622-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:26:27+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d5d3488-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=5d5d3622-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:26:27+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d5d3488-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=5d5d3622-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:26:46+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59c37184-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=59c37346-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:26:46+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68856c4a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=6885700a-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:26:52+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d5d3488-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=5d5d3622-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:26:52+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c484302-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=6c4844f6-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:26:52+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c484302-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=6c4844f6-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:26:52+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c484302-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=6c4844f6-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:27:10+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68856c4a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=6885700a-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:27:10+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7745e958-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=7745eeb2-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:27:17+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c484302-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=6c4844f6-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:27:17+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b33645a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=7b336608-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:27:17+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b33645a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=7b336608-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:27:17+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b33645a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=7b336608-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:27:35+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7745e958-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=7745eeb2-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:27:35+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=860786d6-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=86078bae-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:27:42+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b33645a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=7b336608-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:27:42+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a1e5ac4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=8a1e5c5e-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:27:42+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a1e5ac4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=8a1e5c5e-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:27:42+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a1e5ac4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=8a1e5c5e-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:28:00+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=860786d6-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=86078bae-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:28:00+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94c822d4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=94c824e6-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:28:07+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a1e5ac4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=8a1e5c5e-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:28:07+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9909b01a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=9909b27c-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:28:07+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9909b01a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=9909b27c-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:28:07+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9909b01a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=9909b27c-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:28:25+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94c822d4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=94c824e6-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:28:25+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a387e73c-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=a387eb1a-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:28:32+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9909b01a-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=9909b27c-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:28:32+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7f56722-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=a7f568f8-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:28:32+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7f56722-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=a7f568f8-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:28:32+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7f56722-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=a7f568f8-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:28:49+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a387e73c-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=a387eb1a-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:28:49+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b24cc1de-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=b24cc436-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:28:57+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7f56722-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=a7f568f8-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:28:57+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6e015c0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=b6e01764-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:28:57+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6e015c0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=b6e01764-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:28:57+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6e015c0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=b6e01764-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:29:14+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b24cc1de-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=b24cc436-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:29:14+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c111f7a2-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=c111f9f0-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:29:22+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6e015c0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=b6e01764-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:29:22+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5cef452-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=c5cef628-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:29:22+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5cef452-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=c5cef628-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:29:22+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5cef452-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=c5cef628-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:29:39+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c111f7a2-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=c111f9f0-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:29:39+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd405b4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=cfd407e4-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:29:47+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5cef452-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=c5cef628-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:29:47+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4b9b5b0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=d4b9b81c-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:29:47+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4b9b5b0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=d4b9b81c-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:29:47+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4b9b5b0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=d4b9b81c-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:30:04+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfd405b4-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=cfd407e4-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:30:04+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de9530dc-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=de953334-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:30:12+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4b9b5b0-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=d4b9b81c-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:30:12+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a43e92-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=e3a44040-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:30:12+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a43e92-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=e3a44040-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:30:12+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3a43e92-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=e3a44040-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:30:28+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de9530dc-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=de953334-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:30:28+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed55532c-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=ed55550c-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:30:37+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3a43e92-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=e3a44040-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:30:37+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28f212e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=f28f2340-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:30:37+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28f212e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=f28f2340-b29b-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:30:37+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f28f212e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=f28f2340-b29b-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:30:53+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed55532c-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=ed55550c-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:30:53+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc15d558-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=fc15d7ce-b29b-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:31:02+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f28f212e-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=f28f2340-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:31:02+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=017bb6b6-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=017bb8dc-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:31:02+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=017bb6b6-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=017bb8dc-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:31:02+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=017bb6b6-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=017bb8dc-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:31:18+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc15d558-b29b-11ed-8c6c-36a7b1a500b5 | InvocationID=fc15d7ce-b29b-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:31:18+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ad6d4fc-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=0ad6d6fa-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:31:27+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=017bb6b6-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=017bb8dc-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:31:27+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=106698d0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=10669b14-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:31:27+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=106698d0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=10669b14-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:31:27+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=106698d0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=10669b14-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:31:43+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ad6d4fc-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=0ad6d6fa-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:31:43+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1997458a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=19974878-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:31:52+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=106698d0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=10669b14-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:31:52+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f51ee62-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=1f51f0f6-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:31:52+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f51ee62-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=1f51f0f6-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:31:52+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f51ee62-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=1f51f0f6-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:32:07+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1997458a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=19974878-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:32:07+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28581568-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=285817b6-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:32:17+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f51ee62-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=1f51f0f6-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:32:17+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e3d649c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=2e3d6776-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:32:17+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e3d649c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=2e3d6776-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:32:17+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e3d649c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=2e3d6776-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:32:32+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28581568-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=285817b6-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:32:32+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37195dd2-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=37195f80-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:32:42+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e3d649c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=2e3d6776-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:32:42+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2b9046-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=3d2b9258-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:32:42+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d2b9046-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=3d2b9258-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:32:42+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d2b9046-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=3d2b9258-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:32:57+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37195dd2-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=37195f80-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:32:57+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45da4f7a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=45da5312-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:33:07+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d2b9046-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=3d2b9258-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:33:07+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c16463c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=4c16488a-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:33:07+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c16463c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=4c16488a-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:33:07+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c16463c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=4c16488a-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:33:22+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45da4f7a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=45da5312-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:33:22+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=549d599e-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=549d5ba6-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:33:32+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c16463c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=4c16488a-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:33:32+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b01ae02-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=5b01b244-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:33:33+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b01ae02-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=5b01b244-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:33:33+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b01ae02-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=5b01b244-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:33:47+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=549d599e-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=549d5ba6-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:33:47+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635f11de-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=635f138c-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:33:58+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b01ae02-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=5b01b244-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:33:58+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69ecbe02-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=69ecc3b6-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:33:58+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69ecbe02-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=69ecc3b6-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:33:58+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69ecbe02-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=69ecc3b6-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:34:11+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=635f11de-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=635f138c-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:34:11+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=721f31a4-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=721f350a-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:34:23+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69ecbe02-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=69ecc3b6-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:34:23+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d7d0f0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=78d7d2f8-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:34:23+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d7d0f0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=78d7d2f8-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:34:23+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78d7d0f0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=78d7d2f8-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:34:36+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=721f31a4-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=721f350a-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:34:36+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e18f84-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=80e1918c-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:34:48+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78d7d0f0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=78d7d2f8-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:34:48+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87c29a1e-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=87c29c62-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:34:48+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87c29a1e-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=87c29c62-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:34:48+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87c29a1e-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=87c29c62-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:35:01+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80e18f84-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=80e1918c-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:35:01+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fa175fc-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=8fa17796-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:35:13+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87c29a1e-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=87c29c62-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:35:13+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ae9190-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=96ae941a-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:35:13+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96ae9190-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=96ae941a-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:35:13+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96ae9190-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=96ae941a-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:35:26+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fa175fc-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=8fa17796-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:35:26+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e627c9e-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=9e627ed8-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:35:38+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96ae9190-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=96ae941a-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:35:38+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a59a0bb2-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=a59a0d6a-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:35:38+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a59a0bb2-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=a59a0d6a-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:35:38+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a59a0bb2-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=a59a0d6a-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:35:50+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e627c9e-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=9e627ed8-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:35:50+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad2417c4-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=ad241b66-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:36:03+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a59a0bb2-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=a59a0d6a-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:36:03+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b485ac58-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=b485aec4-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:36:03+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b485ac58-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=b485aec4-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:36:03+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b485ac58-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=b485aec4-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:36:15+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad2417c4-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=ad241b66-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:36:15+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe52190-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=bbe52384-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:36:28+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b485ac58-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=b485aec4-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:36:28+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3719470-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=c3719916-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:36:28+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3719470-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=c3719916-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:36:28+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3719470-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=c3719916-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:36:40+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbe52190-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=bbe52384-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:36:40+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caab32d2-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=caab3606-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:36:53+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3719470-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=c3719916-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:36:53+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d25c849a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=d25c8da0-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:36:53+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d25c849a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=d25c8da0-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:36:53+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d25c849a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=d25c8da0-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:37:05+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caab32d2-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=caab3606-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:37:05+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d96fac44-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=d96fadf2-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:37:18+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d25c849a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=d25c8da0-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:37:18+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e147d70c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=e147e594-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:37:18+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e147d70c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=e147e594-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:37:18+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e147d70c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=e147e594-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:37:29+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d96fac44-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=d96fadf2-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:37:29+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8312aa0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=e8312c4e-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:37:43+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e147d70c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=e147e594-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:37:43+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f032dd2a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=f032df46-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:37:43+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f032dd2a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=f032df46-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:37:43+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f032dd2a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=f032df46-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:37:54+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8312aa0-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=e8312c4e-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:37:54+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6f2b43c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=f6f2b5e0-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:38:08+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f032dd2a-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=f032df46-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:38:08+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1dc9ee-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=ff1dcb92-b29c-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:38:08+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1dc9ee-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=ff1dcb92-b29c-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:38:08+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff1dc9ee-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=ff1dcb92-b29c-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:38:19+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6f2b43c-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=f6f2b5e0-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:38:19+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05b6b388-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=05b6b806-b29d-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:38:33+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff1dc9ee-b29c-11ed-8c6c-36a7b1a500b5 | InvocationID=ff1dcb92-b29c-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:38:33+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e0880a2-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=0e08825a-b29d-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:38:33+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e0880a2-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=0e08825a-b29d-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:38:33+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e0880a2-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=0e08825a-b29d-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:38:44+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05b6b388-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=05b6b806-b29d-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:38:44+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14780200-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=1478039a-b29d-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-22T10:38:58+0000 | policy_event_thread | 139887661710112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e0880a2-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=0e08825a-b29d-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF activation/deactivation policy response events.
2023-02-22T10:38:58+0000 | policy_event_thread | 139887661710112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf31a3c-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=1cf31bea-b29d-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-22T10:38:58+0000 | policy_event_thread | 139887661710112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf31a3c-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=1cf31bea-b29d-11ed-8c6c-36a7b1a500b5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:38:58+0000 | policy_event_thread | 139887661710112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cf31a3c-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=1cf31bea-b29d-11ed-8c6c-36a7b1a500b5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-22T10:39:08+0000 | aai_event_thread | 139887660649248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14780200-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=1478039a-b29d-11ed-8c6c-36a7b1a500b5 | Polling MR for XNF AAI events.
2023-02-22T10:39:08+0000 | aai_event_thread | 139887660649248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=233952bc-b29d-11ed-8c6c-36a7b1a500b5 | InvocationID=2339551e-b29d-11ed-8c6c-36a7b1a500b5 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT