Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-11-18T03:00:36+0000 | MainThread | 140011764837704 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-18T03:00:36+0000 | MainThread | 140011764837704 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-11-18T03:00:36+0000 | MainThread | 140011764837704 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-18T03:00:36+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:00:36+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-18T03:00:36+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d13ca2a-66ed-11ed-943d-8225a9b8caeb | InvocationID=2d13cc46-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:00:36+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d13e30c-66ed-11ed-943d-8225a9b8caeb | InvocationID=2d13e41a-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:00:36+0000 | MainThread | 140011764837704 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-18T03:00:37+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d13ca2a-66ed-11ed-943d-8225a9b8caeb | InvocationID=2d13cc46-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:00:37+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d13e30c-66ed-11ed-943d-8225a9b8caeb | InvocationID=2d13e41a-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:00:37+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d13ca2a-66ed-11ed-943d-8225a9b8caeb | InvocationID=2d13cc46-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:00:37+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d13e30c-66ed-11ed-943d-8225a9b8caeb | InvocationID=2d13e41a-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:00:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d13e30c-66ed-11ed-943d-8225a9b8caeb | InvocationID=2d13e41a-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:00:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39319134-66ed-11ed-943d-8225a9b8caeb | InvocationID=39319422-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:00:57+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39319134-66ed-11ed-943d-8225a9b8caeb | InvocationID=39319422-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:00:57+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39319134-66ed-11ed-943d-8225a9b8caeb | InvocationID=39319422-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:01:02+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d13ca2a-66ed-11ed-943d-8225a9b8caeb | InvocationID=2d13cc46-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:01:02+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2c9870-66ed-11ed-943d-8225a9b8caeb | InvocationID=3c2c9b68-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:01:02+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2c9870-66ed-11ed-943d-8225a9b8caeb | InvocationID=3c2c9b68-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:01:02+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c2c9870-66ed-11ed-943d-8225a9b8caeb | InvocationID=3c2c9b68-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:01:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39319134-66ed-11ed-943d-8225a9b8caeb | InvocationID=39319422-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:01:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4522c36e-66ed-11ed-943d-8225a9b8caeb | InvocationID=4522c616-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:01:17+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4522c36e-66ed-11ed-943d-8225a9b8caeb | InvocationID=4522c616-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:01:17+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4522c36e-66ed-11ed-943d-8225a9b8caeb | InvocationID=4522c616-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:01:27+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c2c9870-66ed-11ed-943d-8225a9b8caeb | InvocationID=3c2c9b68-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:01:27+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b17b4b4-66ed-11ed-943d-8225a9b8caeb | InvocationID=4b17b694-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:01:27+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b17b4b4-66ed-11ed-943d-8225a9b8caeb | InvocationID=4b17b694-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:01:27+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b17b4b4-66ed-11ed-943d-8225a9b8caeb | InvocationID=4b17b694-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:01:37+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4522c36e-66ed-11ed-943d-8225a9b8caeb | InvocationID=4522c616-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:01:37+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51131110-66ed-11ed-943d-8225a9b8caeb | InvocationID=511312d2-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:01:37+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51131110-66ed-11ed-943d-8225a9b8caeb | InvocationID=511312d2-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:01:37+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51131110-66ed-11ed-943d-8225a9b8caeb | InvocationID=511312d2-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:01:52+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b17b4b4-66ed-11ed-943d-8225a9b8caeb | InvocationID=4b17b694-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:01:52+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a050422-66ed-11ed-943d-8225a9b8caeb | InvocationID=5a05060c-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:01:52+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a050422-66ed-11ed-943d-8225a9b8caeb | InvocationID=5a05060c-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:01:52+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a050422-66ed-11ed-943d-8225a9b8caeb | InvocationID=5a05060c-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:01:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51131110-66ed-11ed-943d-8225a9b8caeb | InvocationID=511312d2-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:01:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d02afee-66ed-11ed-943d-8225a9b8caeb | InvocationID=5d02b278-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:01:57+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d02afee-66ed-11ed-943d-8225a9b8caeb | InvocationID=5d02b278-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:01:57+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d02afee-66ed-11ed-943d-8225a9b8caeb | InvocationID=5d02b278-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:02:17+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a050422-66ed-11ed-943d-8225a9b8caeb | InvocationID=5a05060c-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:02:17+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f08f60-66ed-11ed-943d-8225a9b8caeb | InvocationID=68f09168-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:02:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d02afee-66ed-11ed-943d-8225a9b8caeb | InvocationID=5d02b278-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:02:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f3e67e-66ed-11ed-943d-8225a9b8caeb | InvocationID=68f3e868-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:02:17+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f08f60-66ed-11ed-943d-8225a9b8caeb | InvocationID=68f09168-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:02:17+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f08f60-66ed-11ed-943d-8225a9b8caeb | InvocationID=68f09168-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:02:17+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f3e67e-66ed-11ed-943d-8225a9b8caeb | InvocationID=68f3e868-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:02:17+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68f3e67e-66ed-11ed-943d-8225a9b8caeb | InvocationID=68f3e868-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:02:37+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68f3e67e-66ed-11ed-943d-8225a9b8caeb | InvocationID=68f3e868-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:02:37+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e3c364-66ed-11ed-943d-8225a9b8caeb | InvocationID=74e3c5e4-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:02:37+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e3c364-66ed-11ed-943d-8225a9b8caeb | InvocationID=74e3c5e4-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:02:37+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74e3c364-66ed-11ed-943d-8225a9b8caeb | InvocationID=74e3c5e4-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:02:42+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f08f60-66ed-11ed-943d-8225a9b8caeb | InvocationID=68f09168-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:02:42+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77dd0b48-66ed-11ed-943d-8225a9b8caeb | InvocationID=77dd0d32-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:02:42+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77dd0b48-66ed-11ed-943d-8225a9b8caeb | InvocationID=77dd0d32-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:02:42+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77dd0b48-66ed-11ed-943d-8225a9b8caeb | InvocationID=77dd0d32-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:02:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74e3c364-66ed-11ed-943d-8225a9b8caeb | InvocationID=74e3c5e4-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:02:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80d36c9c-66ed-11ed-943d-8225a9b8caeb | InvocationID=80d3714c-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:02:57+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80d36c9c-66ed-11ed-943d-8225a9b8caeb | InvocationID=80d3714c-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:02:57+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80d36c9c-66ed-11ed-943d-8225a9b8caeb | InvocationID=80d3714c-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:03:07+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77dd0b48-66ed-11ed-943d-8225a9b8caeb | InvocationID=77dd0d32-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:03:07+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86c74c18-66ed-11ed-943d-8225a9b8caeb | InvocationID=86c74de4-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:03:07+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86c74c18-66ed-11ed-943d-8225a9b8caeb | InvocationID=86c74de4-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:03:07+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86c74c18-66ed-11ed-943d-8225a9b8caeb | InvocationID=86c74de4-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:03:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80d36c9c-66ed-11ed-943d-8225a9b8caeb | InvocationID=80d3714c-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:03:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cc4b362-66ed-11ed-943d-8225a9b8caeb | InvocationID=8cc4b628-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:03:17+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cc4b362-66ed-11ed-943d-8225a9b8caeb | InvocationID=8cc4b628-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:03:17+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cc4b362-66ed-11ed-943d-8225a9b8caeb | InvocationID=8cc4b628-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:03:32+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86c74c18-66ed-11ed-943d-8225a9b8caeb | InvocationID=86c74de4-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:03:32+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b16862-66ed-11ed-943d-8225a9b8caeb | InvocationID=95b17ef6-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:03:32+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b16862-66ed-11ed-943d-8225a9b8caeb | InvocationID=95b17ef6-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:03:32+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95b16862-66ed-11ed-943d-8225a9b8caeb | InvocationID=95b17ef6-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:03:37+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cc4b362-66ed-11ed-943d-8225a9b8caeb | InvocationID=8cc4b628-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:03:37+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b44b24-66ed-11ed-943d-8225a9b8caeb | InvocationID=98b45bdc-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:03:37+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b44b24-66ed-11ed-943d-8225a9b8caeb | InvocationID=98b45bdc-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:03:37+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98b44b24-66ed-11ed-943d-8225a9b8caeb | InvocationID=98b45bdc-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:03:57+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95b16862-66ed-11ed-943d-8225a9b8caeb | InvocationID=95b17ef6-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:03:57+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a49c19a8-66ed-11ed-943d-8225a9b8caeb | InvocationID=a49c1bb0-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:03:57+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a49c19a8-66ed-11ed-943d-8225a9b8caeb | InvocationID=a49c1bb0-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:03:57+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a49c19a8-66ed-11ed-943d-8225a9b8caeb | InvocationID=a49c1bb0-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:03:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98b44b24-66ed-11ed-943d-8225a9b8caeb | InvocationID=98b45bdc-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:03:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a47e86-66ed-11ed-943d-8225a9b8caeb | InvocationID=a4a480ac-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:03:57+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a47e86-66ed-11ed-943d-8225a9b8caeb | InvocationID=a4a480ac-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:03:57+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4a47e86-66ed-11ed-943d-8225a9b8caeb | InvocationID=a4a480ac-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:04:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4a47e86-66ed-11ed-943d-8225a9b8caeb | InvocationID=a4a480ac-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:04:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b09462ba-66ed-11ed-943d-8225a9b8caeb | InvocationID=b094647c-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:04:17+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b09462ba-66ed-11ed-943d-8225a9b8caeb | InvocationID=b094647c-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:04:17+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b09462ba-66ed-11ed-943d-8225a9b8caeb | InvocationID=b094647c-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:04:22+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a49c19a8-66ed-11ed-943d-8225a9b8caeb | InvocationID=a49c1bb0-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:04:22+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3867b70-66ed-11ed-943d-8225a9b8caeb | InvocationID=b3867cec-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:04:22+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3867b70-66ed-11ed-943d-8225a9b8caeb | InvocationID=b3867cec-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:04:22+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3867b70-66ed-11ed-943d-8225a9b8caeb | InvocationID=b3867cec-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:04:37+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b09462ba-66ed-11ed-943d-8225a9b8caeb | InvocationID=b094647c-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:04:37+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc854b8e-66ed-11ed-943d-8225a9b8caeb | InvocationID=bc854d5a-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:04:37+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc854b8e-66ed-11ed-943d-8225a9b8caeb | InvocationID=bc854d5a-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:04:37+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc854b8e-66ed-11ed-943d-8225a9b8caeb | InvocationID=bc854d5a-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:04:47+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3867b70-66ed-11ed-943d-8225a9b8caeb | InvocationID=b3867cec-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:04:47+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2708680-66ed-11ed-943d-8225a9b8caeb | InvocationID=c2708838-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:04:47+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2708680-66ed-11ed-943d-8225a9b8caeb | InvocationID=c2708838-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:04:47+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2708680-66ed-11ed-943d-8225a9b8caeb | InvocationID=c2708838-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:04:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc854b8e-66ed-11ed-943d-8225a9b8caeb | InvocationID=bc854d5a-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:04:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c874a91c-66ed-11ed-943d-8225a9b8caeb | InvocationID=c874aafc-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:04:57+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c874a91c-66ed-11ed-943d-8225a9b8caeb | InvocationID=c874aafc-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:04:57+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c874a91c-66ed-11ed-943d-8225a9b8caeb | InvocationID=c874aafc-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:05:12+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2708680-66ed-11ed-943d-8225a9b8caeb | InvocationID=c2708838-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:05:12+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15ec896-66ed-11ed-943d-8225a9b8caeb | InvocationID=d15eca1c-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:05:12+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15ec896-66ed-11ed-943d-8225a9b8caeb | InvocationID=d15eca1c-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:05:12+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d15ec896-66ed-11ed-943d-8225a9b8caeb | InvocationID=d15eca1c-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:05:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c874a91c-66ed-11ed-943d-8225a9b8caeb | InvocationID=c874aafc-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:05:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4645592-66ed-11ed-943d-8225a9b8caeb | InvocationID=d4645b96-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:05:17+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4645592-66ed-11ed-943d-8225a9b8caeb | InvocationID=d4645b96-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:05:17+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4645592-66ed-11ed-943d-8225a9b8caeb | InvocationID=d4645b96-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:05:37+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d15ec896-66ed-11ed-943d-8225a9b8caeb | InvocationID=d15eca1c-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:05:37+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e04b435c-66ed-11ed-943d-8225a9b8caeb | InvocationID=e04b4dac-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:05:37+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e04b435c-66ed-11ed-943d-8225a9b8caeb | InvocationID=e04b4dac-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:05:37+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e04b435c-66ed-11ed-943d-8225a9b8caeb | InvocationID=e04b4dac-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:05:37+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4645592-66ed-11ed-943d-8225a9b8caeb | InvocationID=d4645b96-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:05:37+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e053e016-66ed-11ed-943d-8225a9b8caeb | InvocationID=e053e1d8-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:05:37+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e053e016-66ed-11ed-943d-8225a9b8caeb | InvocationID=e053e1d8-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:05:37+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e053e016-66ed-11ed-943d-8225a9b8caeb | InvocationID=e053e1d8-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:05:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e053e016-66ed-11ed-943d-8225a9b8caeb | InvocationID=e053e1d8-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:05:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec430f32-66ed-11ed-943d-8225a9b8caeb | InvocationID=ec4311a8-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:05:57+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec430f32-66ed-11ed-943d-8225a9b8caeb | InvocationID=ec4311a8-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:05:57+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec430f32-66ed-11ed-943d-8225a9b8caeb | InvocationID=ec4311a8-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:06:02+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e04b435c-66ed-11ed-943d-8225a9b8caeb | InvocationID=e04b4dac-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:06:02+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3591ce-66ed-11ed-943d-8225a9b8caeb | InvocationID=ef3593a4-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:06:02+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3591ce-66ed-11ed-943d-8225a9b8caeb | InvocationID=ef3593a4-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:06:02+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef3591ce-66ed-11ed-943d-8225a9b8caeb | InvocationID=ef3593a4-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:06:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec430f32-66ed-11ed-943d-8225a9b8caeb | InvocationID=ec4311a8-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:06:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f83259ec-66ed-11ed-943d-8225a9b8caeb | InvocationID=f8325b68-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:06:17+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f83259ec-66ed-11ed-943d-8225a9b8caeb | InvocationID=f8325b68-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:06:17+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f83259ec-66ed-11ed-943d-8225a9b8caeb | InvocationID=f8325b68-66ed-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:06:27+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef3591ce-66ed-11ed-943d-8225a9b8caeb | InvocationID=ef3593a4-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:06:27+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe1fcab0-66ed-11ed-943d-8225a9b8caeb | InvocationID=fe1fd776-66ed-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:06:27+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe1fcab0-66ed-11ed-943d-8225a9b8caeb | InvocationID=fe1fd776-66ed-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:06:27+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe1fcab0-66ed-11ed-943d-8225a9b8caeb | InvocationID=fe1fd776-66ed-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:06:37+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f83259ec-66ed-11ed-943d-8225a9b8caeb | InvocationID=f8325b68-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:06:37+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04218002-66ee-11ed-943d-8225a9b8caeb | InvocationID=04218674-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:06:37+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04218002-66ee-11ed-943d-8225a9b8caeb | InvocationID=04218674-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:06:37+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04218002-66ee-11ed-943d-8225a9b8caeb | InvocationID=04218674-66ee-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:06:52+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe1fcab0-66ed-11ed-943d-8225a9b8caeb | InvocationID=fe1fd776-66ed-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:06:52+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0a9212-66ee-11ed-943d-8225a9b8caeb | InvocationID=0d0aa4b4-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:06:52+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0a9212-66ee-11ed-943d-8225a9b8caeb | InvocationID=0d0aa4b4-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:06:52+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0a9212-66ee-11ed-943d-8225a9b8caeb | InvocationID=0d0aa4b4-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:06:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04218002-66ee-11ed-943d-8225a9b8caeb | InvocationID=04218674-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:06:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1010e416-66ee-11ed-943d-8225a9b8caeb | InvocationID=1010e81c-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:06:57+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1010e416-66ee-11ed-943d-8225a9b8caeb | InvocationID=1010e81c-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:06:57+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1010e416-66ee-11ed-943d-8225a9b8caeb | InvocationID=1010e81c-66ee-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:07:17+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0a9212-66ee-11ed-943d-8225a9b8caeb | InvocationID=0d0aa4b4-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:07:17+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf64942-66ee-11ed-943d-8225a9b8caeb | InvocationID=1bf65270-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:07:17+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf64942-66ee-11ed-943d-8225a9b8caeb | InvocationID=1bf65270-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:07:17+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bf64942-66ee-11ed-943d-8225a9b8caeb | InvocationID=1bf65270-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:07:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1010e416-66ee-11ed-943d-8225a9b8caeb | InvocationID=1010e81c-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:07:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c027e56-66ee-11ed-943d-8225a9b8caeb | InvocationID=1c028d2e-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:07:17+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c027e56-66ee-11ed-943d-8225a9b8caeb | InvocationID=1c028d2e-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:07:17+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c027e56-66ee-11ed-943d-8225a9b8caeb | InvocationID=1c028d2e-66ee-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:07:37+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c027e56-66ee-11ed-943d-8225a9b8caeb | InvocationID=1c028d2e-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:07:37+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27f22f9a-66ee-11ed-943d-8225a9b8caeb | InvocationID=27f231c0-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:07:37+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27f22f9a-66ee-11ed-943d-8225a9b8caeb | InvocationID=27f231c0-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:07:37+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27f22f9a-66ee-11ed-943d-8225a9b8caeb | InvocationID=27f231c0-66ee-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:07:42+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bf64942-66ee-11ed-943d-8225a9b8caeb | InvocationID=1bf65270-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:07:42+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae20180-66ee-11ed-943d-8225a9b8caeb | InvocationID=2ae203e2-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:07:42+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae20180-66ee-11ed-943d-8225a9b8caeb | InvocationID=2ae203e2-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:07:42+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae20180-66ee-11ed-943d-8225a9b8caeb | InvocationID=2ae203e2-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:07:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27f22f9a-66ee-11ed-943d-8225a9b8caeb | InvocationID=27f231c0-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:07:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33e237fa-66ee-11ed-943d-8225a9b8caeb | InvocationID=33e23bc4-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:07:57+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33e237fa-66ee-11ed-943d-8225a9b8caeb | InvocationID=33e23bc4-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:07:57+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33e237fa-66ee-11ed-943d-8225a9b8caeb | InvocationID=33e23bc4-66ee-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:08:07+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae20180-66ee-11ed-943d-8225a9b8caeb | InvocationID=2ae203e2-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:08:07+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39cefdc4-66ee-11ed-943d-8225a9b8caeb | InvocationID=39cf05bc-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:08:07+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39cefdc4-66ee-11ed-943d-8225a9b8caeb | InvocationID=39cf05bc-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:08:07+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39cefdc4-66ee-11ed-943d-8225a9b8caeb | InvocationID=39cf05bc-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:08:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33e237fa-66ee-11ed-943d-8225a9b8caeb | InvocationID=33e23bc4-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:08:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd19c36-66ee-11ed-943d-8225a9b8caeb | InvocationID=3fd19dbc-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:08:17+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd19c36-66ee-11ed-943d-8225a9b8caeb | InvocationID=3fd19dbc-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:08:17+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fd19c36-66ee-11ed-943d-8225a9b8caeb | InvocationID=3fd19dbc-66ee-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:08:32+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39cefdc4-66ee-11ed-943d-8225a9b8caeb | InvocationID=39cf05bc-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:08:32+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48b9da98-66ee-11ed-943d-8225a9b8caeb | InvocationID=48b9dde0-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:08:32+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48b9da98-66ee-11ed-943d-8225a9b8caeb | InvocationID=48b9dde0-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:08:32+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48b9da98-66ee-11ed-943d-8225a9b8caeb | InvocationID=48b9dde0-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:08:37+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fd19c36-66ee-11ed-943d-8225a9b8caeb | InvocationID=3fd19dbc-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:08:37+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bc17728-66ee-11ed-943d-8225a9b8caeb | InvocationID=4bc178ae-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:08:37+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bc17728-66ee-11ed-943d-8225a9b8caeb | InvocationID=4bc178ae-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:08:37+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bc17728-66ee-11ed-943d-8225a9b8caeb | InvocationID=4bc178ae-66ee-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:08:57+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48b9da98-66ee-11ed-943d-8225a9b8caeb | InvocationID=48b9dde0-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:08:57+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57a5a492-66ee-11ed-943d-8225a9b8caeb | InvocationID=57a5a71c-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:08:57+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57a5a492-66ee-11ed-943d-8225a9b8caeb | InvocationID=57a5a71c-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:08:57+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57a5a492-66ee-11ed-943d-8225a9b8caeb | InvocationID=57a5a71c-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:08:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bc17728-66ee-11ed-943d-8225a9b8caeb | InvocationID=4bc178ae-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:08:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b05f54-66ee-11ed-943d-8225a9b8caeb | InvocationID=57b060e4-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:08:57+0000 | aai_event_thread | 140011714100000 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b05f54-66ee-11ed-943d-8225a9b8caeb | InvocationID=57b060e4-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:08:57+0000 | aai_event_thread | 140011714100000 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57b05f54-66ee-11ed-943d-8225a9b8caeb | InvocationID=57b060e4-66ee-11ed-943d-8225a9b8caeb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-18T03:09:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57b05f54-66ee-11ed-943d-8225a9b8caeb | InvocationID=57b060e4-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:09:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=639f464a-66ee-11ed-943d-8225a9b8caeb | InvocationID=639f47f8-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:09:22+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57a5a492-66ee-11ed-943d-8225a9b8caeb | InvocationID=57a5a71c-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:09:22+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66916b76-66ee-11ed-943d-8225a9b8caeb | InvocationID=66916efa-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:09:22+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66916b76-66ee-11ed-943d-8225a9b8caeb | InvocationID=66916efa-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:09:22+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66916b76-66ee-11ed-943d-8225a9b8caeb | InvocationID=66916efa-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:09:42+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=639f464a-66ee-11ed-943d-8225a9b8caeb | InvocationID=639f47f8-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:09:42+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72965d3c-66ee-11ed-943d-8225a9b8caeb | InvocationID=72965f3a-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:09:47+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66916b76-66ee-11ed-943d-8225a9b8caeb | InvocationID=66916efa-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:09:47+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7584ebf8-66ee-11ed-943d-8225a9b8caeb | InvocationID=7584f120-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:09:47+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7584ebf8-66ee-11ed-943d-8225a9b8caeb | InvocationID=7584f120-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:09:47+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7584ebf8-66ee-11ed-943d-8225a9b8caeb | InvocationID=7584f120-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:10:02+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72965d3c-66ee-11ed-943d-8225a9b8caeb | InvocationID=72965f3a-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:10:02+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e89e9c4-66ee-11ed-943d-8225a9b8caeb | InvocationID=7e89ec26-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:10:12+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7584ebf8-66ee-11ed-943d-8225a9b8caeb | InvocationID=7584f120-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:10:12+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=846f3fa6-66ee-11ed-943d-8225a9b8caeb | InvocationID=846f41fe-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:10:12+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=846f3fa6-66ee-11ed-943d-8225a9b8caeb | InvocationID=846f41fe-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:10:12+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=846f3fa6-66ee-11ed-943d-8225a9b8caeb | InvocationID=846f41fe-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:10:23+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e89e9c4-66ee-11ed-943d-8225a9b8caeb | InvocationID=7e89ec26-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:10:23+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a86b7fc-66ee-11ed-943d-8225a9b8caeb | InvocationID=8a86ba0e-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:10:37+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=846f3fa6-66ee-11ed-943d-8225a9b8caeb | InvocationID=846f41fe-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:10:37+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=935a6928-66ee-11ed-943d-8225a9b8caeb | InvocationID=935a6bd0-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:10:37+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=935a6928-66ee-11ed-943d-8225a9b8caeb | InvocationID=935a6bd0-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:10:37+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=935a6928-66ee-11ed-943d-8225a9b8caeb | InvocationID=935a6bd0-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:10:43+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a86b7fc-66ee-11ed-943d-8225a9b8caeb | InvocationID=8a86ba0e-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:10:43+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=967f7ddc-66ee-11ed-943d-8225a9b8caeb | InvocationID=967f8048-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:11:02+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=935a6928-66ee-11ed-943d-8225a9b8caeb | InvocationID=935a6bd0-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:11:02+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2480e0e-66ee-11ed-943d-8225a9b8caeb | InvocationID=a2481250-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:11:02+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2480e0e-66ee-11ed-943d-8225a9b8caeb | InvocationID=a2481250-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:11:02+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2480e0e-66ee-11ed-943d-8225a9b8caeb | InvocationID=a2481250-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:11:03+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=967f7ddc-66ee-11ed-943d-8225a9b8caeb | InvocationID=967f8048-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:11:03+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a28d8b32-66ee-11ed-943d-8225a9b8caeb | InvocationID=a28d8c86-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:11:23+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a28d8b32-66ee-11ed-943d-8225a9b8caeb | InvocationID=a28d8c86-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:11:23+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aecc5cac-66ee-11ed-943d-8225a9b8caeb | InvocationID=aecc5f86-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:11:27+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2480e0e-66ee-11ed-943d-8225a9b8caeb | InvocationID=a2481250-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:11:27+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b132bd6a-66ee-11ed-943d-8225a9b8caeb | InvocationID=b132bf2c-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:11:27+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b132bd6a-66ee-11ed-943d-8225a9b8caeb | InvocationID=b132bf2c-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:11:27+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b132bd6a-66ee-11ed-943d-8225a9b8caeb | InvocationID=b132bf2c-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:11:48+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aecc5cac-66ee-11ed-943d-8225a9b8caeb | InvocationID=aecc5f86-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:11:48+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd8d477e-66ee-11ed-943d-8225a9b8caeb | InvocationID=bd8d49ea-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:11:52+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b132bd6a-66ee-11ed-943d-8225a9b8caeb | InvocationID=b132bf2c-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:11:52+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c01d4912-66ee-11ed-943d-8225a9b8caeb | InvocationID=c01d4b92-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:11:53+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c01d4912-66ee-11ed-943d-8225a9b8caeb | InvocationID=c01d4b92-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:11:53+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c01d4912-66ee-11ed-943d-8225a9b8caeb | InvocationID=c01d4b92-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:12:13+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd8d477e-66ee-11ed-943d-8225a9b8caeb | InvocationID=bd8d49ea-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:12:13+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc4d25cc-66ee-11ed-943d-8225a9b8caeb | InvocationID=cc4d27a2-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:12:18+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c01d4912-66ee-11ed-943d-8225a9b8caeb | InvocationID=c01d4b92-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:12:18+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf091dfc-66ee-11ed-943d-8225a9b8caeb | InvocationID=cf091fbe-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:12:18+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf091dfc-66ee-11ed-943d-8225a9b8caeb | InvocationID=cf091fbe-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:12:18+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf091dfc-66ee-11ed-943d-8225a9b8caeb | InvocationID=cf091fbe-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:12:38+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc4d25cc-66ee-11ed-943d-8225a9b8caeb | InvocationID=cc4d27a2-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:12:38+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db0efeaa-66ee-11ed-943d-8225a9b8caeb | InvocationID=db0f008a-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:12:43+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf091dfc-66ee-11ed-943d-8225a9b8caeb | InvocationID=cf091fbe-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:12:43+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf3989c-66ee-11ed-943d-8225a9b8caeb | InvocationID=ddf39ab8-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:12:43+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf3989c-66ee-11ed-943d-8225a9b8caeb | InvocationID=ddf39ab8-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:12:43+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddf3989c-66ee-11ed-943d-8225a9b8caeb | InvocationID=ddf39ab8-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:13:02+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db0efeaa-66ee-11ed-943d-8225a9b8caeb | InvocationID=db0f008a-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:13:02+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9ce4004-66ee-11ed-943d-8225a9b8caeb | InvocationID=e9ce41e4-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:13:08+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddf3989c-66ee-11ed-943d-8225a9b8caeb | InvocationID=ddf39ab8-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:13:08+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecdefee6-66ee-11ed-943d-8225a9b8caeb | InvocationID=ecdf0044-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:13:08+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecdefee6-66ee-11ed-943d-8225a9b8caeb | InvocationID=ecdf0044-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:13:08+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecdefee6-66ee-11ed-943d-8225a9b8caeb | InvocationID=ecdf0044-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:13:27+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9ce4004-66ee-11ed-943d-8225a9b8caeb | InvocationID=e9ce41e4-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:13:27+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f88eae94-66ee-11ed-943d-8225a9b8caeb | InvocationID=f88eb042-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:13:33+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecdefee6-66ee-11ed-943d-8225a9b8caeb | InvocationID=ecdf0044-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:13:33+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbc943f8-66ee-11ed-943d-8225a9b8caeb | InvocationID=fbc945a6-66ee-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:13:33+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbc943f8-66ee-11ed-943d-8225a9b8caeb | InvocationID=fbc945a6-66ee-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:13:33+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbc943f8-66ee-11ed-943d-8225a9b8caeb | InvocationID=fbc945a6-66ee-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:13:52+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f88eae94-66ee-11ed-943d-8225a9b8caeb | InvocationID=f88eb042-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:13:52+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=074dcfe6-66ef-11ed-943d-8225a9b8caeb | InvocationID=074dd1bc-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:13:58+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbc943f8-66ee-11ed-943d-8225a9b8caeb | InvocationID=fbc945a6-66ee-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:13:58+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ab38d2e-66ef-11ed-943d-8225a9b8caeb | InvocationID=0ab3903a-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:13:58+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ab38d2e-66ef-11ed-943d-8225a9b8caeb | InvocationID=0ab3903a-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:13:58+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ab38d2e-66ef-11ed-943d-8225a9b8caeb | InvocationID=0ab3903a-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:14:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=074dcfe6-66ef-11ed-943d-8225a9b8caeb | InvocationID=074dd1bc-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:14:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=160f2e1c-66ef-11ed-943d-8225a9b8caeb | InvocationID=160f3146-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:14:23+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ab38d2e-66ef-11ed-943d-8225a9b8caeb | InvocationID=0ab3903a-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:14:23+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=199e3ba4-66ef-11ed-943d-8225a9b8caeb | InvocationID=199e3dac-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:14:23+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=199e3ba4-66ef-11ed-943d-8225a9b8caeb | InvocationID=199e3dac-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:14:23+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=199e3ba4-66ef-11ed-943d-8225a9b8caeb | InvocationID=199e3dac-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:14:41+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=160f2e1c-66ef-11ed-943d-8225a9b8caeb | InvocationID=160f3146-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:14:41+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24ce91cc-66ef-11ed-943d-8225a9b8caeb | InvocationID=24ce942e-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:14:48+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=199e3ba4-66ef-11ed-943d-8225a9b8caeb | InvocationID=199e3dac-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:14:48+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2889697c-66ef-11ed-943d-8225a9b8caeb | InvocationID=28896b0c-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:14:48+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2889697c-66ef-11ed-943d-8225a9b8caeb | InvocationID=28896b0c-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:14:48+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2889697c-66ef-11ed-943d-8225a9b8caeb | InvocationID=28896b0c-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:15:06+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24ce91cc-66ef-11ed-943d-8225a9b8caeb | InvocationID=24ce942e-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:15:06+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338df392-66ef-11ed-943d-8225a9b8caeb | InvocationID=338df568-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:15:13+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2889697c-66ef-11ed-943d-8225a9b8caeb | InvocationID=28896b0c-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:15:13+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3773a876-66ef-11ed-943d-8225a9b8caeb | InvocationID=3773aa06-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:15:13+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3773a876-66ef-11ed-943d-8225a9b8caeb | InvocationID=3773aa06-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:15:13+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3773a876-66ef-11ed-943d-8225a9b8caeb | InvocationID=3773aa06-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:15:31+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=338df392-66ef-11ed-943d-8225a9b8caeb | InvocationID=338df568-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:15:31+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=424e2d3e-66ef-11ed-943d-8225a9b8caeb | InvocationID=424e2f0a-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:15:38+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3773a876-66ef-11ed-943d-8225a9b8caeb | InvocationID=3773aa06-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:15:38+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=465df346-66ef-11ed-943d-8225a9b8caeb | InvocationID=465df4ae-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:15:38+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=465df346-66ef-11ed-943d-8225a9b8caeb | InvocationID=465df4ae-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:15:38+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=465df346-66ef-11ed-943d-8225a9b8caeb | InvocationID=465df4ae-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:15:56+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=424e2d3e-66ef-11ed-943d-8225a9b8caeb | InvocationID=424e2f0a-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:15:56+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=510d4c4c-66ef-11ed-943d-8225a9b8caeb | InvocationID=510d4dd2-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:16:03+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=465df346-66ef-11ed-943d-8225a9b8caeb | InvocationID=465df4ae-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:16:03+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5548243a-66ef-11ed-943d-8225a9b8caeb | InvocationID=554825f2-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:16:03+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5548243a-66ef-11ed-943d-8225a9b8caeb | InvocationID=554825f2-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:16:03+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5548243a-66ef-11ed-943d-8225a9b8caeb | InvocationID=554825f2-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:16:20+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=510d4c4c-66ef-11ed-943d-8225a9b8caeb | InvocationID=510d4dd2-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:16:20+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fcebbda-66ef-11ed-943d-8225a9b8caeb | InvocationID=5fcebe78-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:16:28+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5548243a-66ef-11ed-943d-8225a9b8caeb | InvocationID=554825f2-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:16:28+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64329bce-66ef-11ed-943d-8225a9b8caeb | InvocationID=64329dea-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:16:28+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64329bce-66ef-11ed-943d-8225a9b8caeb | InvocationID=64329dea-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:16:28+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64329bce-66ef-11ed-943d-8225a9b8caeb | InvocationID=64329dea-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:16:45+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fcebbda-66ef-11ed-943d-8225a9b8caeb | InvocationID=5fcebe78-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:16:45+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e9235fc-66ef-11ed-943d-8225a9b8caeb | InvocationID=6e9237e6-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:16:53+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64329bce-66ef-11ed-943d-8225a9b8caeb | InvocationID=64329dea-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:16:53+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=731cf40e-66ef-11ed-943d-8225a9b8caeb | InvocationID=731cf85a-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:16:53+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=731cf40e-66ef-11ed-943d-8225a9b8caeb | InvocationID=731cf85a-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:16:53+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=731cf40e-66ef-11ed-943d-8225a9b8caeb | InvocationID=731cf85a-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:17:10+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e9235fc-66ef-11ed-943d-8225a9b8caeb | InvocationID=6e9237e6-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:17:10+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d52c23c-66ef-11ed-943d-8225a9b8caeb | InvocationID=7d52c58e-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:17:18+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=731cf40e-66ef-11ed-943d-8225a9b8caeb | InvocationID=731cf85a-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:17:18+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82073916-66ef-11ed-943d-8225a9b8caeb | InvocationID=82073bdc-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:17:18+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82073916-66ef-11ed-943d-8225a9b8caeb | InvocationID=82073bdc-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:17:18+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82073916-66ef-11ed-943d-8225a9b8caeb | InvocationID=82073bdc-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:17:35+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d52c23c-66ef-11ed-943d-8225a9b8caeb | InvocationID=7d52c58e-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:17:35+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c151630-66ef-11ed-943d-8225a9b8caeb | InvocationID=8c15187e-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:17:43+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82073916-66ef-11ed-943d-8225a9b8caeb | InvocationID=82073bdc-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:17:43+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f14e80-66ef-11ed-943d-8225a9b8caeb | InvocationID=90f15272-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:17:43+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f14e80-66ef-11ed-943d-8225a9b8caeb | InvocationID=90f15272-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:17:43+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90f14e80-66ef-11ed-943d-8225a9b8caeb | InvocationID=90f15272-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:17:59+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c151630-66ef-11ed-943d-8225a9b8caeb | InvocationID=8c15187e-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:17:59+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ad5301a-66ef-11ed-943d-8225a9b8caeb | InvocationID=9ad5331c-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:18:08+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90f14e80-66ef-11ed-943d-8225a9b8caeb | InvocationID=90f15272-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:18:08+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fdc7a1e-66ef-11ed-943d-8225a9b8caeb | InvocationID=9fdc7bc2-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:18:08+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fdc7a1e-66ef-11ed-943d-8225a9b8caeb | InvocationID=9fdc7bc2-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:18:08+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fdc7a1e-66ef-11ed-943d-8225a9b8caeb | InvocationID=9fdc7bc2-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:18:24+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ad5301a-66ef-11ed-943d-8225a9b8caeb | InvocationID=9ad5331c-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:18:24+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a996929c-66ef-11ed-943d-8225a9b8caeb | InvocationID=a9969468-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:18:33+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fdc7a1e-66ef-11ed-943d-8225a9b8caeb | InvocationID=9fdc7bc2-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:18:33+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec67ade-66ef-11ed-943d-8225a9b8caeb | InvocationID=aec67cb4-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:18:33+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec67ade-66ef-11ed-943d-8225a9b8caeb | InvocationID=aec67cb4-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:18:33+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec67ade-66ef-11ed-943d-8225a9b8caeb | InvocationID=aec67cb4-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:18:49+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a996929c-66ef-11ed-943d-8225a9b8caeb | InvocationID=a9969468-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:18:49+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b856ad12-66ef-11ed-943d-8225a9b8caeb | InvocationID=b856aed4-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:18:58+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec67ade-66ef-11ed-943d-8225a9b8caeb | InvocationID=aec67cb4-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:18:58+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb14a6a-66ef-11ed-943d-8225a9b8caeb | InvocationID=bdb14c04-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:18:58+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb14a6a-66ef-11ed-943d-8225a9b8caeb | InvocationID=bdb14c04-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:18:58+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb14a6a-66ef-11ed-943d-8225a9b8caeb | InvocationID=bdb14c04-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:19:14+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b856ad12-66ef-11ed-943d-8225a9b8caeb | InvocationID=b856aed4-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:19:14+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c716277e-66ef-11ed-943d-8225a9b8caeb | InvocationID=c7162a58-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:19:23+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb14a6a-66ef-11ed-943d-8225a9b8caeb | InvocationID=bdb14c04-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:19:23+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc9b9e0e-66ef-11ed-943d-8225a9b8caeb | InvocationID=cc9b9fbc-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:19:23+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc9b9e0e-66ef-11ed-943d-8225a9b8caeb | InvocationID=cc9b9fbc-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:19:23+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc9b9e0e-66ef-11ed-943d-8225a9b8caeb | InvocationID=cc9b9fbc-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:19:38+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c716277e-66ef-11ed-943d-8225a9b8caeb | InvocationID=c7162a58-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:19:38+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5d7513e-66ef-11ed-943d-8225a9b8caeb | InvocationID=d5d75314-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:19:48+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc9b9e0e-66ef-11ed-943d-8225a9b8caeb | InvocationID=cc9b9fbc-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:19:48+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db85fa18-66ef-11ed-943d-8225a9b8caeb | InvocationID=db85fb9e-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:19:48+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db85fa18-66ef-11ed-943d-8225a9b8caeb | InvocationID=db85fb9e-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:19:48+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db85fa18-66ef-11ed-943d-8225a9b8caeb | InvocationID=db85fb9e-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:20:03+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5d7513e-66ef-11ed-943d-8225a9b8caeb | InvocationID=d5d75314-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:20:03+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4977e24-66ef-11ed-943d-8225a9b8caeb | InvocationID=e49784f0-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:20:13+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db85fa18-66ef-11ed-943d-8225a9b8caeb | InvocationID=db85fb9e-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:20:13+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea75c152-66ef-11ed-943d-8225a9b8caeb | InvocationID=ea75c328-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:20:13+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea75c152-66ef-11ed-943d-8225a9b8caeb | InvocationID=ea75c328-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:20:13+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea75c152-66ef-11ed-943d-8225a9b8caeb | InvocationID=ea75c328-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:20:28+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4977e24-66ef-11ed-943d-8225a9b8caeb | InvocationID=e49784f0-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:20:28+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35873f0-66ef-11ed-943d-8225a9b8caeb | InvocationID=f35876ac-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:20:38+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea75c152-66ef-11ed-943d-8225a9b8caeb | InvocationID=ea75c328-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:20:38+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f960b0b4-66ef-11ed-943d-8225a9b8caeb | InvocationID=f960b2ee-66ef-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:20:38+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f960b0b4-66ef-11ed-943d-8225a9b8caeb | InvocationID=f960b2ee-66ef-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:20:38+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f960b0b4-66ef-11ed-943d-8225a9b8caeb | InvocationID=f960b2ee-66ef-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:20:53+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f35873f0-66ef-11ed-943d-8225a9b8caeb | InvocationID=f35876ac-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:20:53+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02191f84-66f0-11ed-943d-8225a9b8caeb | InvocationID=0219218c-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:21:03+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f960b0b4-66ef-11ed-943d-8225a9b8caeb | InvocationID=f960b2ee-66ef-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:21:03+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=084e5b94-66f0-11ed-943d-8225a9b8caeb | InvocationID=084e5dc4-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:21:03+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=084e5b94-66f0-11ed-943d-8225a9b8caeb | InvocationID=084e5dc4-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:21:03+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=084e5b94-66f0-11ed-943d-8225a9b8caeb | InvocationID=084e5dc4-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:21:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02191f84-66f0-11ed-943d-8225a9b8caeb | InvocationID=0219218c-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:21:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d82d9e-66f0-11ed-943d-8225a9b8caeb | InvocationID=10d82f4c-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:21:28+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=084e5b94-66f0-11ed-943d-8225a9b8caeb | InvocationID=084e5dc4-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:21:28+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1739a686-66f0-11ed-943d-8225a9b8caeb | InvocationID=1739a848-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:21:28+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1739a686-66f0-11ed-943d-8225a9b8caeb | InvocationID=1739a848-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:21:28+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1739a686-66f0-11ed-943d-8225a9b8caeb | InvocationID=1739a848-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:21:42+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10d82d9e-66f0-11ed-943d-8225a9b8caeb | InvocationID=10d82f4c-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:21:42+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f97d6d6-66f0-11ed-943d-8225a9b8caeb | InvocationID=1f97df14-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:21:53+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1739a686-66f0-11ed-943d-8225a9b8caeb | InvocationID=1739a848-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:21:53+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26241b5e-66f0-11ed-943d-8225a9b8caeb | InvocationID=26241d5c-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:21:53+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26241b5e-66f0-11ed-943d-8225a9b8caeb | InvocationID=26241d5c-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:21:53+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26241b5e-66f0-11ed-943d-8225a9b8caeb | InvocationID=26241d5c-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:22:07+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f97d6d6-66f0-11ed-943d-8225a9b8caeb | InvocationID=1f97df14-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:22:07+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e595ece-66f0-11ed-943d-8225a9b8caeb | InvocationID=2e596b94-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:22:18+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26241b5e-66f0-11ed-943d-8225a9b8caeb | InvocationID=26241d5c-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:22:18+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35119452-66f0-11ed-943d-8225a9b8caeb | InvocationID=35119678-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:22:18+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35119452-66f0-11ed-943d-8225a9b8caeb | InvocationID=35119678-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:22:18+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35119452-66f0-11ed-943d-8225a9b8caeb | InvocationID=35119678-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:22:32+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e595ece-66f0-11ed-943d-8225a9b8caeb | InvocationID=2e596b94-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:22:32+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d198150-66f0-11ed-943d-8225a9b8caeb | InvocationID=3d1982c2-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:22:43+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35119452-66f0-11ed-943d-8225a9b8caeb | InvocationID=35119678-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:22:43+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43fc6b7c-66f0-11ed-943d-8225a9b8caeb | InvocationID=43fc6d48-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:22:43+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43fc6b7c-66f0-11ed-943d-8225a9b8caeb | InvocationID=43fc6d48-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:22:43+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43fc6b7c-66f0-11ed-943d-8225a9b8caeb | InvocationID=43fc6d48-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:22:56+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d198150-66f0-11ed-943d-8225a9b8caeb | InvocationID=3d1982c2-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:22:56+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd8e9d8-66f0-11ed-943d-8225a9b8caeb | InvocationID=4bd8ec1c-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:23:08+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43fc6b7c-66f0-11ed-943d-8225a9b8caeb | InvocationID=43fc6d48-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:23:08+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52e7152e-66f0-11ed-943d-8225a9b8caeb | InvocationID=52e716e6-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:23:08+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52e7152e-66f0-11ed-943d-8225a9b8caeb | InvocationID=52e716e6-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:23:08+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52e7152e-66f0-11ed-943d-8225a9b8caeb | InvocationID=52e716e6-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:23:21+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bd8e9d8-66f0-11ed-943d-8225a9b8caeb | InvocationID=4bd8ec1c-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:23:21+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a995d9a-66f0-11ed-943d-8225a9b8caeb | InvocationID=5a996272-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:23:33+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52e7152e-66f0-11ed-943d-8225a9b8caeb | InvocationID=52e716e6-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:23:33+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61d3665a-66f0-11ed-943d-8225a9b8caeb | InvocationID=61d3689e-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:23:33+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61d3665a-66f0-11ed-943d-8225a9b8caeb | InvocationID=61d3689e-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:23:33+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61d3665a-66f0-11ed-943d-8225a9b8caeb | InvocationID=61d3689e-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:23:46+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a995d9a-66f0-11ed-943d-8225a9b8caeb | InvocationID=5a996272-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:23:46+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=695ae90c-66f0-11ed-943d-8225a9b8caeb | InvocationID=695aeaba-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:23:58+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61d3665a-66f0-11ed-943d-8225a9b8caeb | InvocationID=61d3689e-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:23:58+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70bdded4-66f0-11ed-943d-8225a9b8caeb | InvocationID=70bde122-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:23:58+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70bdded4-66f0-11ed-943d-8225a9b8caeb | InvocationID=70bde122-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:23:58+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70bdded4-66f0-11ed-943d-8225a9b8caeb | InvocationID=70bde122-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:24:11+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=695ae90c-66f0-11ed-943d-8225a9b8caeb | InvocationID=695aeaba-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:24:11+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781b3c9e-66f0-11ed-943d-8225a9b8caeb | InvocationID=781b3e9c-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:24:23+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70bdded4-66f0-11ed-943d-8225a9b8caeb | InvocationID=70bde122-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:24:23+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fa9be40-66f0-11ed-943d-8225a9b8caeb | InvocationID=7fa9c00c-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:24:23+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fa9be40-66f0-11ed-943d-8225a9b8caeb | InvocationID=7fa9c00c-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:24:23+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fa9be40-66f0-11ed-943d-8225a9b8caeb | InvocationID=7fa9c00c-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:24:35+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=781b3c9e-66f0-11ed-943d-8225a9b8caeb | InvocationID=781b3e9c-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:24:35+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86dc0452-66f0-11ed-943d-8225a9b8caeb | InvocationID=86dc063c-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:24:48+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fa9be40-66f0-11ed-943d-8225a9b8caeb | InvocationID=7fa9c00c-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:24:48+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e9514a4-66f0-11ed-943d-8225a9b8caeb | InvocationID=8e95167a-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:24:48+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e9514a4-66f0-11ed-943d-8225a9b8caeb | InvocationID=8e95167a-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:24:48+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e9514a4-66f0-11ed-943d-8225a9b8caeb | InvocationID=8e95167a-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:25:00+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86dc0452-66f0-11ed-943d-8225a9b8caeb | InvocationID=86dc063c-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:25:00+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=959cc97c-66f0-11ed-943d-8225a9b8caeb | InvocationID=959ccb34-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:25:13+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e9514a4-66f0-11ed-943d-8225a9b8caeb | InvocationID=8e95167a-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:25:13+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d7f2a2c-66f0-11ed-943d-8225a9b8caeb | InvocationID=9d7f365c-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:25:13+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d7f2a2c-66f0-11ed-943d-8225a9b8caeb | InvocationID=9d7f365c-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:25:13+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d7f2a2c-66f0-11ed-943d-8225a9b8caeb | InvocationID=9d7f365c-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:25:25+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=959cc97c-66f0-11ed-943d-8225a9b8caeb | InvocationID=959ccb34-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:25:25+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45cb4cc-66f0-11ed-943d-8225a9b8caeb | InvocationID=a45cb65c-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:25:38+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d7f2a2c-66f0-11ed-943d-8225a9b8caeb | InvocationID=9d7f365c-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:25:38+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac6a764a-66f0-11ed-943d-8225a9b8caeb | InvocationID=ac6a77b2-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:25:38+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac6a764a-66f0-11ed-943d-8225a9b8caeb | InvocationID=ac6a77b2-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:25:38+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac6a764a-66f0-11ed-943d-8225a9b8caeb | InvocationID=ac6a77b2-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:25:50+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a45cb4cc-66f0-11ed-943d-8225a9b8caeb | InvocationID=a45cb65c-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:25:50+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b31c1cc8-66f0-11ed-943d-8225a9b8caeb | InvocationID=b31c1f7a-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:26:03+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac6a764a-66f0-11ed-943d-8225a9b8caeb | InvocationID=ac6a77b2-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:26:03+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb54a6d0-66f0-11ed-943d-8225a9b8caeb | InvocationID=bb54a892-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:26:03+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb54a6d0-66f0-11ed-943d-8225a9b8caeb | InvocationID=bb54a892-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:26:03+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb54a6d0-66f0-11ed-943d-8225a9b8caeb | InvocationID=bb54a892-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:26:14+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b31c1cc8-66f0-11ed-943d-8225a9b8caeb | InvocationID=b31c1f7a-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:26:14+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1ddad8a-66f0-11ed-943d-8225a9b8caeb | InvocationID=c1ddafe2-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:26:28+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb54a6d0-66f0-11ed-943d-8225a9b8caeb | InvocationID=bb54a892-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:26:28+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca3efa4c-66f0-11ed-943d-8225a9b8caeb | InvocationID=ca3efbd2-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:26:28+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca3efa4c-66f0-11ed-943d-8225a9b8caeb | InvocationID=ca3efbd2-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:26:28+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca3efa4c-66f0-11ed-943d-8225a9b8caeb | InvocationID=ca3efbd2-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:26:39+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1ddad8a-66f0-11ed-943d-8225a9b8caeb | InvocationID=c1ddafe2-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:26:39+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d09f1e1c-66f0-11ed-943d-8225a9b8caeb | InvocationID=d09f2380-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:26:53+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca3efa4c-66f0-11ed-943d-8225a9b8caeb | InvocationID=ca3efbd2-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:26:53+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d92a32c4-66f0-11ed-943d-8225a9b8caeb | InvocationID=d92a3558-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:26:54+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d92a32c4-66f0-11ed-943d-8225a9b8caeb | InvocationID=d92a3558-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:26:54+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d92a32c4-66f0-11ed-943d-8225a9b8caeb | InvocationID=d92a3558-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:27:04+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d09f1e1c-66f0-11ed-943d-8225a9b8caeb | InvocationID=d09f2380-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:27:04+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df5fba9c-66f0-11ed-943d-8225a9b8caeb | InvocationID=df5fbd3a-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:27:19+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d92a32c4-66f0-11ed-943d-8225a9b8caeb | InvocationID=d92a3558-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:27:19+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e814acec-66f0-11ed-943d-8225a9b8caeb | InvocationID=e814af58-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:27:19+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e814acec-66f0-11ed-943d-8225a9b8caeb | InvocationID=e814af58-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:27:19+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e814acec-66f0-11ed-943d-8225a9b8caeb | InvocationID=e814af58-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:27:29+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df5fba9c-66f0-11ed-943d-8225a9b8caeb | InvocationID=df5fbd3a-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:27:29+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee252292-66f0-11ed-943d-8225a9b8caeb | InvocationID=ee252508-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:27:44+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e814acec-66f0-11ed-943d-8225a9b8caeb | InvocationID=e814af58-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:27:44+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ffb242-66f0-11ed-943d-8225a9b8caeb | InvocationID=f6ffb3d2-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:27:44+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ffb242-66f0-11ed-943d-8225a9b8caeb | InvocationID=f6ffb3d2-66f0-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:27:44+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ffb242-66f0-11ed-943d-8225a9b8caeb | InvocationID=f6ffb3d2-66f0-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:27:53+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee252292-66f0-11ed-943d-8225a9b8caeb | InvocationID=ee252508-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:27:53+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce66d72-66f0-11ed-943d-8225a9b8caeb | InvocationID=fce66ee4-66f0-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:28:09+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6ffb242-66f0-11ed-943d-8225a9b8caeb | InvocationID=f6ffb3d2-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:28:09+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05ea2774-66f1-11ed-943d-8225a9b8caeb | InvocationID=05ea2f76-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:28:09+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05ea2774-66f1-11ed-943d-8225a9b8caeb | InvocationID=05ea2f76-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:28:09+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05ea2774-66f1-11ed-943d-8225a9b8caeb | InvocationID=05ea2f76-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:28:18+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fce66d72-66f0-11ed-943d-8225a9b8caeb | InvocationID=fce66ee4-66f0-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:28:18+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba680a4-66f1-11ed-943d-8225a9b8caeb | InvocationID=0ba6823e-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:28:34+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05ea2774-66f1-11ed-943d-8225a9b8caeb | InvocationID=05ea2f76-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:28:34+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14d45ee4-66f1-11ed-943d-8225a9b8caeb | InvocationID=14d4610a-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:28:34+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14d45ee4-66f1-11ed-943d-8225a9b8caeb | InvocationID=14d4610a-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:28:34+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14d45ee4-66f1-11ed-943d-8225a9b8caeb | InvocationID=14d4610a-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:28:43+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ba680a4-66f1-11ed-943d-8225a9b8caeb | InvocationID=0ba6823e-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:28:43+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a666ec4-66f1-11ed-943d-8225a9b8caeb | InvocationID=1a667112-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:28:59+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14d45ee4-66f1-11ed-943d-8225a9b8caeb | InvocationID=14d4610a-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:28:59+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23beeca8-66f1-11ed-943d-8225a9b8caeb | InvocationID=23beee74-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:28:59+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23beeca8-66f1-11ed-943d-8225a9b8caeb | InvocationID=23beee74-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:28:59+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23beeca8-66f1-11ed-943d-8225a9b8caeb | InvocationID=23beee74-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:29:08+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a666ec4-66f1-11ed-943d-8225a9b8caeb | InvocationID=1a667112-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:29:08+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2928a288-66f1-11ed-943d-8225a9b8caeb | InvocationID=2928addc-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:29:24+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23beeca8-66f1-11ed-943d-8225a9b8caeb | InvocationID=23beee74-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:29:24+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32a94a24-66f1-11ed-943d-8225a9b8caeb | InvocationID=32a94bf0-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:29:24+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32a94a24-66f1-11ed-943d-8225a9b8caeb | InvocationID=32a94bf0-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:29:24+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32a94a24-66f1-11ed-943d-8225a9b8caeb | InvocationID=32a94bf0-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:29:32+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2928a288-66f1-11ed-943d-8225a9b8caeb | InvocationID=2928addc-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:29:32+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37e909d4-66f1-11ed-943d-8225a9b8caeb | InvocationID=37e90d44-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:29:49+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32a94a24-66f1-11ed-943d-8225a9b8caeb | InvocationID=32a94bf0-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:29:49+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=419565a4-66f1-11ed-943d-8225a9b8caeb | InvocationID=41957b2a-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:29:49+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=419565a4-66f1-11ed-943d-8225a9b8caeb | InvocationID=41957b2a-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:29:49+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=419565a4-66f1-11ed-943d-8225a9b8caeb | InvocationID=41957b2a-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:29:57+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37e909d4-66f1-11ed-943d-8225a9b8caeb | InvocationID=37e90d44-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:29:57+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46ac44c2-66f1-11ed-943d-8225a9b8caeb | InvocationID=46ac4698-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:30:14+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=419565a4-66f1-11ed-943d-8225a9b8caeb | InvocationID=41957b2a-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:30:14+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50801c3a-66f1-11ed-943d-8225a9b8caeb | InvocationID=50802022-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:30:14+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50801c3a-66f1-11ed-943d-8225a9b8caeb | InvocationID=50802022-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:30:14+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50801c3a-66f1-11ed-943d-8225a9b8caeb | InvocationID=50802022-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:30:22+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46ac44c2-66f1-11ed-943d-8225a9b8caeb | InvocationID=46ac4698-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:30:22+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=556c2d2e-66f1-11ed-943d-8225a9b8caeb | InvocationID=556c2ef0-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:30:39+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50801c3a-66f1-11ed-943d-8225a9b8caeb | InvocationID=50802022-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:30:39+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f6b0138-66f1-11ed-943d-8225a9b8caeb | InvocationID=5f6b032c-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:30:39+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f6b0138-66f1-11ed-943d-8225a9b8caeb | InvocationID=5f6b032c-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:30:39+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f6b0138-66f1-11ed-943d-8225a9b8caeb | InvocationID=5f6b032c-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:30:47+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=556c2d2e-66f1-11ed-943d-8225a9b8caeb | InvocationID=556c2ef0-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:30:47+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=642cd6f6-66f1-11ed-943d-8225a9b8caeb | InvocationID=642cd926-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:31:04+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f6b0138-66f1-11ed-943d-8225a9b8caeb | InvocationID=5f6b032c-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:31:04+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e58a6c8-66f1-11ed-943d-8225a9b8caeb | InvocationID=6e58a8d0-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:31:04+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e58a6c8-66f1-11ed-943d-8225a9b8caeb | InvocationID=6e58a8d0-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:31:04+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e58a6c8-66f1-11ed-943d-8225a9b8caeb | InvocationID=6e58a8d0-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:31:11+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=642cd6f6-66f1-11ed-943d-8225a9b8caeb | InvocationID=642cd926-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:31:11+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72ed3e88-66f1-11ed-943d-8225a9b8caeb | InvocationID=72ed413a-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:31:29+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e58a6c8-66f1-11ed-943d-8225a9b8caeb | InvocationID=6e58a8d0-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:31:29+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d434b3e-66f1-11ed-943d-8225a9b8caeb | InvocationID=7d434d28-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:31:29+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d434b3e-66f1-11ed-943d-8225a9b8caeb | InvocationID=7d434d28-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:31:29+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d434b3e-66f1-11ed-943d-8225a9b8caeb | InvocationID=7d434d28-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:31:36+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72ed3e88-66f1-11ed-943d-8225a9b8caeb | InvocationID=72ed413a-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:31:36+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b1e266-66f1-11ed-943d-8225a9b8caeb | InvocationID=81b1eafe-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:31:54+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d434b3e-66f1-11ed-943d-8225a9b8caeb | InvocationID=7d434d28-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:31:54+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c2dc110-66f1-11ed-943d-8225a9b8caeb | InvocationID=8c2dc35e-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:31:54+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c2dc110-66f1-11ed-943d-8225a9b8caeb | InvocationID=8c2dc35e-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:31:54+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c2dc110-66f1-11ed-943d-8225a9b8caeb | InvocationID=8c2dc35e-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:32:01+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81b1e266-66f1-11ed-943d-8225a9b8caeb | InvocationID=81b1eafe-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:32:01+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90756a3e-66f1-11ed-943d-8225a9b8caeb | InvocationID=90756c6e-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:32:19+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c2dc110-66f1-11ed-943d-8225a9b8caeb | InvocationID=8c2dc35e-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:32:19+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b17d06c-66f1-11ed-943d-8225a9b8caeb | InvocationID=9b17d1ca-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:32:19+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b17d06c-66f1-11ed-943d-8225a9b8caeb | InvocationID=9b17d1ca-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:32:19+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b17d06c-66f1-11ed-943d-8225a9b8caeb | InvocationID=9b17d1ca-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:32:26+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90756a3e-66f1-11ed-943d-8225a9b8caeb | InvocationID=90756c6e-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:32:26+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f34f80a-66f1-11ed-943d-8225a9b8caeb | InvocationID=9f34f9fe-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:32:44+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b17d06c-66f1-11ed-943d-8225a9b8caeb | InvocationID=9b17d1ca-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:32:44+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa02175e-66f1-11ed-943d-8225a9b8caeb | InvocationID=aa0218f8-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:32:44+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa02175e-66f1-11ed-943d-8225a9b8caeb | InvocationID=aa0218f8-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:32:44+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa02175e-66f1-11ed-943d-8225a9b8caeb | InvocationID=aa0218f8-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:32:51+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f34f80a-66f1-11ed-943d-8225a9b8caeb | InvocationID=9f34f9fe-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:32:51+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adf5d6ca-66f1-11ed-943d-8225a9b8caeb | InvocationID=adf5d832-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:33:09+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa02175e-66f1-11ed-943d-8225a9b8caeb | InvocationID=aa0218f8-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:33:09+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ec32c2-66f1-11ed-943d-8225a9b8caeb | InvocationID=b8ec3452-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:33:09+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ec32c2-66f1-11ed-943d-8225a9b8caeb | InvocationID=b8ec3452-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:33:09+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ec32c2-66f1-11ed-943d-8225a9b8caeb | InvocationID=b8ec3452-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:33:15+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adf5d6ca-66f1-11ed-943d-8225a9b8caeb | InvocationID=adf5d832-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:33:15+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb81c2c-66f1-11ed-943d-8225a9b8caeb | InvocationID=bcb81e2a-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:33:34+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8ec32c2-66f1-11ed-943d-8225a9b8caeb | InvocationID=b8ec3452-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:33:34+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d7574e-66f1-11ed-943d-8225a9b8caeb | InvocationID=c7d75974-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:33:34+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7d7574e-66f1-11ed-943d-8225a9b8caeb | InvocationID=c7d75974-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:33:34+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7d7574e-66f1-11ed-943d-8225a9b8caeb | InvocationID=c7d75974-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:33:40+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcb81c2c-66f1-11ed-943d-8225a9b8caeb | InvocationID=bcb81e2a-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:33:40+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb771a9c-66f1-11ed-943d-8225a9b8caeb | InvocationID=cb771c18-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:33:59+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7d7574e-66f1-11ed-943d-8225a9b8caeb | InvocationID=c7d75974-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:33:59+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c29a84-66f1-11ed-943d-8225a9b8caeb | InvocationID=d6c29e30-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:33:59+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c29a84-66f1-11ed-943d-8225a9b8caeb | InvocationID=d6c29e30-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:33:59+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6c29a84-66f1-11ed-943d-8225a9b8caeb | InvocationID=d6c29e30-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:34:05+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb771a9c-66f1-11ed-943d-8225a9b8caeb | InvocationID=cb771c18-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:34:05+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da3651e2-66f1-11ed-943d-8225a9b8caeb | InvocationID=da36654c-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:34:24+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6c29a84-66f1-11ed-943d-8225a9b8caeb | InvocationID=d6c29e30-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:34:24+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5acfe90-66f1-11ed-943d-8225a9b8caeb | InvocationID=e5ad00de-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:34:24+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5acfe90-66f1-11ed-943d-8225a9b8caeb | InvocationID=e5ad00de-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:34:24+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5acfe90-66f1-11ed-943d-8225a9b8caeb | InvocationID=e5ad00de-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:34:29+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da3651e2-66f1-11ed-943d-8225a9b8caeb | InvocationID=da36654c-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:34:29+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8f6a1c8-66f1-11ed-943d-8225a9b8caeb | InvocationID=e8f6a36c-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:34:49+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5acfe90-66f1-11ed-943d-8225a9b8caeb | InvocationID=e5ad00de-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:34:49+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f497fdf6-66f1-11ed-943d-8225a9b8caeb | InvocationID=f497ffd6-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:34:49+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f497fdf6-66f1-11ed-943d-8225a9b8caeb | InvocationID=f497ffd6-66f1-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:34:49+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f497fdf6-66f1-11ed-943d-8225a9b8caeb | InvocationID=f497ffd6-66f1-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:34:54+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8f6a1c8-66f1-11ed-943d-8225a9b8caeb | InvocationID=e8f6a36c-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:34:54+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7b8a90e-66f1-11ed-943d-8225a9b8caeb | InvocationID=f7b8ab48-66f1-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:35:14+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f497fdf6-66f1-11ed-943d-8225a9b8caeb | InvocationID=f497ffd6-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:35:14+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03822bac-66f2-11ed-943d-8225a9b8caeb | InvocationID=03822ef4-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:35:14+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03822bac-66f2-11ed-943d-8225a9b8caeb | InvocationID=03822ef4-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:35:14+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03822bac-66f2-11ed-943d-8225a9b8caeb | InvocationID=03822ef4-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:35:19+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7b8a90e-66f1-11ed-943d-8225a9b8caeb | InvocationID=f7b8ab48-66f1-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:35:19+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0678eb66-66f2-11ed-943d-8225a9b8caeb | InvocationID=0678ef26-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:35:39+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03822bac-66f2-11ed-943d-8225a9b8caeb | InvocationID=03822ef4-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:35:39+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=126c5e08-66f2-11ed-943d-8225a9b8caeb | InvocationID=126c5fd4-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:35:39+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=126c5e08-66f2-11ed-943d-8225a9b8caeb | InvocationID=126c5fd4-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:35:39+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=126c5e08-66f2-11ed-943d-8225a9b8caeb | InvocationID=126c5fd4-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:35:44+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0678eb66-66f2-11ed-943d-8225a9b8caeb | InvocationID=0678ef26-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:35:44+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1538e282-66f2-11ed-943d-8225a9b8caeb | InvocationID=1538e49e-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:36:04+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=126c5e08-66f2-11ed-943d-8225a9b8caeb | InvocationID=126c5fd4-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:36:04+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2158e3d2-66f2-11ed-943d-8225a9b8caeb | InvocationID=2158e5bc-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:36:04+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2158e3d2-66f2-11ed-943d-8225a9b8caeb | InvocationID=2158e5bc-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:36:04+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2158e3d2-66f2-11ed-943d-8225a9b8caeb | InvocationID=2158e5bc-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:36:08+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1538e282-66f2-11ed-943d-8225a9b8caeb | InvocationID=1538e49e-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:36:08+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23f810fe-66f2-11ed-943d-8225a9b8caeb | InvocationID=23f812f2-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:36:29+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2158e3d2-66f2-11ed-943d-8225a9b8caeb | InvocationID=2158e5bc-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:36:29+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30431d36-66f2-11ed-943d-8225a9b8caeb | InvocationID=30431eda-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:36:29+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30431d36-66f2-11ed-943d-8225a9b8caeb | InvocationID=30431eda-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:36:29+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30431d36-66f2-11ed-943d-8225a9b8caeb | InvocationID=30431eda-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:36:33+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23f810fe-66f2-11ed-943d-8225a9b8caeb | InvocationID=23f812f2-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:36:33+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32b7c4cc-66f2-11ed-943d-8225a9b8caeb | InvocationID=32b7c6ac-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:36:54+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30431d36-66f2-11ed-943d-8225a9b8caeb | InvocationID=30431eda-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:36:54+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f2d8886-66f2-11ed-943d-8225a9b8caeb | InvocationID=3f2d89e4-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:36:54+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f2d8886-66f2-11ed-943d-8225a9b8caeb | InvocationID=3f2d89e4-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:36:54+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f2d8886-66f2-11ed-943d-8225a9b8caeb | InvocationID=3f2d89e4-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:36:58+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32b7c4cc-66f2-11ed-943d-8225a9b8caeb | InvocationID=32b7c6ac-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:36:58+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4176add4-66f2-11ed-943d-8225a9b8caeb | InvocationID=4176afb4-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:37:19+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f2d8886-66f2-11ed-943d-8225a9b8caeb | InvocationID=3f2d89e4-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:37:19+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e17a818-66f2-11ed-943d-8225a9b8caeb | InvocationID=4e17aa16-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:37:19+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e17a818-66f2-11ed-943d-8225a9b8caeb | InvocationID=4e17aa16-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:37:19+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e17a818-66f2-11ed-943d-8225a9b8caeb | InvocationID=4e17aa16-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:37:23+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4176add4-66f2-11ed-943d-8225a9b8caeb | InvocationID=4176afb4-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:37:23+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50380f8e-66f2-11ed-943d-8225a9b8caeb | InvocationID=5038118c-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:37:44+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e17a818-66f2-11ed-943d-8225a9b8caeb | InvocationID=4e17aa16-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:37:44+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d0232b2-66f2-11ed-943d-8225a9b8caeb | InvocationID=5d023578-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:37:44+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d0232b2-66f2-11ed-943d-8225a9b8caeb | InvocationID=5d023578-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:37:44+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d0232b2-66f2-11ed-943d-8225a9b8caeb | InvocationID=5d023578-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:37:48+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50380f8e-66f2-11ed-943d-8225a9b8caeb | InvocationID=5038118c-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:37:48+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efc172c-66f2-11ed-943d-8225a9b8caeb | InvocationID=5efc1934-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:38:09+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d0232b2-66f2-11ed-943d-8225a9b8caeb | InvocationID=5d023578-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:38:09+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bec8ebc-66f2-11ed-943d-8225a9b8caeb | InvocationID=6bec9100-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:38:09+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bec8ebc-66f2-11ed-943d-8225a9b8caeb | InvocationID=6bec9100-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:38:09+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bec8ebc-66f2-11ed-943d-8225a9b8caeb | InvocationID=6bec9100-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:38:12+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5efc172c-66f2-11ed-943d-8225a9b8caeb | InvocationID=5efc1934-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:38:12+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dbc4886-66f2-11ed-943d-8225a9b8caeb | InvocationID=6dbc4a34-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:38:34+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bec8ebc-66f2-11ed-943d-8225a9b8caeb | InvocationID=6bec9100-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:38:34+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ad6d504-66f2-11ed-943d-8225a9b8caeb | InvocationID=7ad6d6ee-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:38:34+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ad6d504-66f2-11ed-943d-8225a9b8caeb | InvocationID=7ad6d6ee-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:38:34+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ad6d504-66f2-11ed-943d-8225a9b8caeb | InvocationID=7ad6d6ee-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:38:37+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dbc4886-66f2-11ed-943d-8225a9b8caeb | InvocationID=6dbc4a34-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:38:37+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c7be99e-66f2-11ed-943d-8225a9b8caeb | InvocationID=7c7beb56-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:38:59+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ad6d504-66f2-11ed-943d-8225a9b8caeb | InvocationID=7ad6d6ee-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:38:59+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89c160c0-66f2-11ed-943d-8225a9b8caeb | InvocationID=89c16246-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:38:59+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89c160c0-66f2-11ed-943d-8225a9b8caeb | InvocationID=89c16246-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:38:59+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89c160c0-66f2-11ed-943d-8225a9b8caeb | InvocationID=89c16246-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:39:02+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c7be99e-66f2-11ed-943d-8225a9b8caeb | InvocationID=7c7beb56-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:39:02+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b3bcbf2-66f2-11ed-943d-8225a9b8caeb | InvocationID=8b3bcdaa-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:39:24+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89c160c0-66f2-11ed-943d-8225a9b8caeb | InvocationID=89c16246-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:39:24+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98ab95e2-66f2-11ed-943d-8225a9b8caeb | InvocationID=98ab97b8-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:39:24+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98ab95e2-66f2-11ed-943d-8225a9b8caeb | InvocationID=98ab97b8-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:39:24+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98ab95e2-66f2-11ed-943d-8225a9b8caeb | InvocationID=98ab97b8-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:39:26+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b3bcbf2-66f2-11ed-943d-8225a9b8caeb | InvocationID=8b3bcdaa-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:39:26+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99fb630a-66f2-11ed-943d-8225a9b8caeb | InvocationID=99fb64f4-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:39:49+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98ab95e2-66f2-11ed-943d-8225a9b8caeb | InvocationID=98ab97b8-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:39:49+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7964624-66f2-11ed-943d-8225a9b8caeb | InvocationID=a7964818-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:39:49+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7964624-66f2-11ed-943d-8225a9b8caeb | InvocationID=a7964818-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:39:49+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7964624-66f2-11ed-943d-8225a9b8caeb | InvocationID=a7964818-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:39:51+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99fb630a-66f2-11ed-943d-8225a9b8caeb | InvocationID=99fb64f4-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:39:51+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8bb23d0-66f2-11ed-943d-8225a9b8caeb | InvocationID=a8bb2538-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:40:14+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7964624-66f2-11ed-943d-8225a9b8caeb | InvocationID=a7964818-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:40:14+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b680d23a-66f2-11ed-943d-8225a9b8caeb | InvocationID=b680d3f2-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:40:14+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b680d23a-66f2-11ed-943d-8225a9b8caeb | InvocationID=b680d3f2-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:40:14+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b680d23a-66f2-11ed-943d-8225a9b8caeb | InvocationID=b680d3f2-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:40:16+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8bb23d0-66f2-11ed-943d-8225a9b8caeb | InvocationID=a8bb2538-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:40:16+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b77a883e-66f2-11ed-943d-8225a9b8caeb | InvocationID=b77a9306-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:40:39+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b680d23a-66f2-11ed-943d-8225a9b8caeb | InvocationID=b680d3f2-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:40:39+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c56bd8bc-66f2-11ed-943d-8225a9b8caeb | InvocationID=c56bdaa6-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:40:39+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c56bd8bc-66f2-11ed-943d-8225a9b8caeb | InvocationID=c56bdaa6-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:40:39+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c56bd8bc-66f2-11ed-943d-8225a9b8caeb | InvocationID=c56bdaa6-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:40:41+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b77a883e-66f2-11ed-943d-8225a9b8caeb | InvocationID=b77a9306-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:40:41+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c63c49a2-66f2-11ed-943d-8225a9b8caeb | InvocationID=c63c4b96-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:41:04+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c56bd8bc-66f2-11ed-943d-8225a9b8caeb | InvocationID=c56bdaa6-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:41:04+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d459f96c-66f2-11ed-943d-8225a9b8caeb | InvocationID=d459fb74-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:41:04+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d459f96c-66f2-11ed-943d-8225a9b8caeb | InvocationID=d459fb74-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:41:04+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d459f96c-66f2-11ed-943d-8225a9b8caeb | InvocationID=d459fb74-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:41:05+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c63c49a2-66f2-11ed-943d-8225a9b8caeb | InvocationID=c63c4b96-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:41:05+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4fc27a0-66f2-11ed-943d-8225a9b8caeb | InvocationID=d4fc379a-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:41:29+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d459f96c-66f2-11ed-943d-8225a9b8caeb | InvocationID=d459fb74-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:41:29+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e345c17c-66f2-11ed-943d-8225a9b8caeb | InvocationID=e345ca28-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:41:29+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e345c17c-66f2-11ed-943d-8225a9b8caeb | InvocationID=e345ca28-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:41:29+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e345c17c-66f2-11ed-943d-8225a9b8caeb | InvocationID=e345ca28-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:41:30+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4fc27a0-66f2-11ed-943d-8225a9b8caeb | InvocationID=d4fc379a-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:41:30+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3bcbe1c-66f2-11ed-943d-8225a9b8caeb | InvocationID=e3bcbfb6-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:41:54+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e345c17c-66f2-11ed-943d-8225a9b8caeb | InvocationID=e345ca28-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:41:54+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2309e0a-66f2-11ed-943d-8225a9b8caeb | InvocationID=f230a062-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:41:55+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2309e0a-66f2-11ed-943d-8225a9b8caeb | InvocationID=f230a062-66f2-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:41:55+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2309e0a-66f2-11ed-943d-8225a9b8caeb | InvocationID=f230a062-66f2-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:41:55+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3bcbe1c-66f2-11ed-943d-8225a9b8caeb | InvocationID=e3bcbfb6-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:41:55+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f27cdaa4-66f2-11ed-943d-8225a9b8caeb | InvocationID=f27cdc66-66f2-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:42:20+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2309e0a-66f2-11ed-943d-8225a9b8caeb | InvocationID=f230a062-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:42:20+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=011e8030-66f3-11ed-943d-8225a9b8caeb | InvocationID=011e831e-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:42:20+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=011e8030-66f3-11ed-943d-8225a9b8caeb | InvocationID=011e831e-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:42:20+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=011e8030-66f3-11ed-943d-8225a9b8caeb | InvocationID=011e831e-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:42:20+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f27cdaa4-66f2-11ed-943d-8225a9b8caeb | InvocationID=f27cdc66-66f2-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:42:20+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=013db798-66f3-11ed-943d-8225a9b8caeb | InvocationID=013db9b4-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:42:44+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=013db798-66f3-11ed-943d-8225a9b8caeb | InvocationID=013db9b4-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:42:44+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ffe3e42-66f3-11ed-943d-8225a9b8caeb | InvocationID=0ffe40a4-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:42:45+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=011e8030-66f3-11ed-943d-8225a9b8caeb | InvocationID=011e831e-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:42:45+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1008888e-66f3-11ed-943d-8225a9b8caeb | InvocationID=10088a6e-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:42:45+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1008888e-66f3-11ed-943d-8225a9b8caeb | InvocationID=10088a6e-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:42:45+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1008888e-66f3-11ed-943d-8225a9b8caeb | InvocationID=10088a6e-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:43:09+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ffe3e42-66f3-11ed-943d-8225a9b8caeb | InvocationID=0ffe40a4-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:43:09+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ec48684-66f3-11ed-943d-8225a9b8caeb | InvocationID=1ec48800-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:43:10+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1008888e-66f3-11ed-943d-8225a9b8caeb | InvocationID=10088a6e-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:43:10+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ef40d00-66f3-11ed-943d-8225a9b8caeb | InvocationID=1ef40f4e-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:43:10+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ef40d00-66f3-11ed-943d-8225a9b8caeb | InvocationID=1ef40f4e-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:43:10+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ef40d00-66f3-11ed-943d-8225a9b8caeb | InvocationID=1ef40f4e-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:43:34+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ec48684-66f3-11ed-943d-8225a9b8caeb | InvocationID=1ec48800-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:43:34+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d846d7e-66f3-11ed-943d-8225a9b8caeb | InvocationID=2d846fcc-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:43:35+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ef40d00-66f3-11ed-943d-8225a9b8caeb | InvocationID=1ef40f4e-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:43:35+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddf7886-66f3-11ed-943d-8225a9b8caeb | InvocationID=2ddf79f8-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:43:35+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddf7886-66f3-11ed-943d-8225a9b8caeb | InvocationID=2ddf79f8-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:43:35+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddf7886-66f3-11ed-943d-8225a9b8caeb | InvocationID=2ddf79f8-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:43:59+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d846d7e-66f3-11ed-943d-8225a9b8caeb | InvocationID=2d846fcc-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:43:59+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c4451d0-66f3-11ed-943d-8225a9b8caeb | InvocationID=3c4453c4-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:44:00+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddf7886-66f3-11ed-943d-8225a9b8caeb | InvocationID=2ddf79f8-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:44:00+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cc99174-66f3-11ed-943d-8225a9b8caeb | InvocationID=3cc9939a-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:44:00+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cc99174-66f3-11ed-943d-8225a9b8caeb | InvocationID=3cc9939a-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:44:00+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cc99174-66f3-11ed-943d-8225a9b8caeb | InvocationID=3cc9939a-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:44:24+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c4451d0-66f3-11ed-943d-8225a9b8caeb | InvocationID=3c4453c4-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:44:24+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b05962a-66f3-11ed-943d-8225a9b8caeb | InvocationID=4b0597ce-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:44:25+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cc99174-66f3-11ed-943d-8225a9b8caeb | InvocationID=3cc9939a-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:44:25+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb55222-66f3-11ed-943d-8225a9b8caeb | InvocationID=4bb56492-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:44:25+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb55222-66f3-11ed-943d-8225a9b8caeb | InvocationID=4bb56492-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:44:25+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bb55222-66f3-11ed-943d-8225a9b8caeb | InvocationID=4bb56492-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:44:48+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b05962a-66f3-11ed-943d-8225a9b8caeb | InvocationID=4b0597ce-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:44:48+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59c521e4-66f3-11ed-943d-8225a9b8caeb | InvocationID=59c523e2-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:44:50+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bb55222-66f3-11ed-943d-8225a9b8caeb | InvocationID=4bb56492-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:44:50+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa013a8-66f3-11ed-943d-8225a9b8caeb | InvocationID=5aa0154c-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:44:50+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa013a8-66f3-11ed-943d-8225a9b8caeb | InvocationID=5aa0154c-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:44:50+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aa013a8-66f3-11ed-943d-8225a9b8caeb | InvocationID=5aa0154c-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:45:13+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59c521e4-66f3-11ed-943d-8225a9b8caeb | InvocationID=59c523e2-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:45:13+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6887f346-66f3-11ed-943d-8225a9b8caeb | InvocationID=6887f800-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:45:15+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aa013a8-66f3-11ed-943d-8225a9b8caeb | InvocationID=5aa0154c-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:45:15+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=698a504a-66f3-11ed-943d-8225a9b8caeb | InvocationID=698a520c-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:45:15+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=698a504a-66f3-11ed-943d-8225a9b8caeb | InvocationID=698a520c-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:45:15+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=698a504a-66f3-11ed-943d-8225a9b8caeb | InvocationID=698a520c-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:45:38+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6887f346-66f3-11ed-943d-8225a9b8caeb | InvocationID=6887f800-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:45:38+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77489818-66f3-11ed-943d-8225a9b8caeb | InvocationID=77489aa2-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:45:40+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=698a504a-66f3-11ed-943d-8225a9b8caeb | InvocationID=698a520c-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:45:40+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7874a966-66f3-11ed-943d-8225a9b8caeb | InvocationID=7874ab32-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:45:40+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7874a966-66f3-11ed-943d-8225a9b8caeb | InvocationID=7874ab32-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:45:40+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7874a966-66f3-11ed-943d-8225a9b8caeb | InvocationID=7874ab32-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:46:03+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77489818-66f3-11ed-943d-8225a9b8caeb | InvocationID=77489aa2-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:46:03+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=860f27e0-66f3-11ed-943d-8225a9b8caeb | InvocationID=860f2a38-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:46:05+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7874a966-66f3-11ed-943d-8225a9b8caeb | InvocationID=7874ab32-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:46:05+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=876146e6-66f3-11ed-943d-8225a9b8caeb | InvocationID=87614fce-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:46:05+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=876146e6-66f3-11ed-943d-8225a9b8caeb | InvocationID=87614fce-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:46:05+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=876146e6-66f3-11ed-943d-8225a9b8caeb | InvocationID=87614fce-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:46:27+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=860f27e0-66f3-11ed-943d-8225a9b8caeb | InvocationID=860f2a38-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:46:27+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d1ee98-66f3-11ed-943d-8225a9b8caeb | InvocationID=94d1f01e-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:46:30+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=876146e6-66f3-11ed-943d-8225a9b8caeb | InvocationID=87614fce-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:46:30+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964b5f0c-66f3-11ed-943d-8225a9b8caeb | InvocationID=964b60b0-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:46:30+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964b5f0c-66f3-11ed-943d-8225a9b8caeb | InvocationID=964b60b0-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:46:30+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=964b5f0c-66f3-11ed-943d-8225a9b8caeb | InvocationID=964b60b0-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:46:52+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94d1ee98-66f3-11ed-943d-8225a9b8caeb | InvocationID=94d1f01e-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:46:52+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a391e8e8-66f3-11ed-943d-8225a9b8caeb | InvocationID=a391ea96-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:46:55+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=964b5f0c-66f3-11ed-943d-8225a9b8caeb | InvocationID=964b60b0-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:46:55+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a53595a0-66f3-11ed-943d-8225a9b8caeb | InvocationID=a535978a-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:46:55+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a53595a0-66f3-11ed-943d-8225a9b8caeb | InvocationID=a535978a-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:46:55+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a53595a0-66f3-11ed-943d-8225a9b8caeb | InvocationID=a535978a-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:47:17+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a391e8e8-66f3-11ed-943d-8225a9b8caeb | InvocationID=a391ea96-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:47:17+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2525a02-66f3-11ed-943d-8225a9b8caeb | InvocationID=b2525c46-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:47:20+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a53595a0-66f3-11ed-943d-8225a9b8caeb | InvocationID=a535978a-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:47:20+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41fbfc8-66f3-11ed-943d-8225a9b8caeb | InvocationID=b41fc158-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:47:20+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41fbfc8-66f3-11ed-943d-8225a9b8caeb | InvocationID=b41fc158-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:47:20+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b41fbfc8-66f3-11ed-943d-8225a9b8caeb | InvocationID=b41fc158-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:47:42+0000 | aai_event_thread | 140011714100000 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2525a02-66f3-11ed-943d-8225a9b8caeb | InvocationID=b2525c46-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF AAI events.
2022-11-18T03:47:42+0000 | aai_event_thread | 140011714100000 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c111ad04-66f3-11ed-943d-8225a9b8caeb | InvocationID=c111aeee-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-18T03:47:45+0000 | policy_event_thread | 140011715160864 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b41fbfc8-66f3-11ed-943d-8225a9b8caeb | InvocationID=b41fc158-66f3-11ed-943d-8225a9b8caeb | Polling MR for XNF activation/deactivation policy response events.
2022-11-18T03:47:45+0000 | policy_event_thread | 140011715160864 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c309a760-66f3-11ed-943d-8225a9b8caeb | InvocationID=c309abf2-66f3-11ed-943d-8225a9b8caeb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-18T03:47:45+0000 | policy_event_thread | 140011715160864 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c309a760-66f3-11ed-943d-8225a9b8caeb | InvocationID=c309abf2-66f3-11ed-943d-8225a9b8caeb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-18T03:47:45+0000 | policy_event_thread | 140011715160864 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c309a760-66f3-11ed-943d-8225a9b8caeb | InvocationID=c309abf2-66f3-11ed-943d-8225a9b8caeb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000