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-12-19T02:58:13+0000 | MainThread | 140564826299720 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-12-19T02:58:13+0000 | MainThread | 140564826299720 | 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-12-19T02:58:13+0000 | MainThread | 140564826299720 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-12-19T02:58:13+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T02:58:13+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faa97e80-7f48-11ed-8073-9ae1af00b244 | InvocationID=faa98222-7f48-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T02:58:13+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-12-19T02:58:13+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faace93a-7f48-11ed-8073-9ae1af00b244 | InvocationID=faaceaca-7f48-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T02:58:14+0000 | MainThread | 140564826299720 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-12-19T02:58:14+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faa97e80-7f48-11ed-8073-9ae1af00b244 | InvocationID=faa98222-7f48-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:58:14+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faa97e80-7f48-11ed-8073-9ae1af00b244 | InvocationID=faa98222-7f48-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:58:14+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faace93a-7f48-11ed-8073-9ae1af00b244 | InvocationID=faaceaca-7f48-11ed-8073-9ae1af00b244 | 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-12-19T02:58:14+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faace93a-7f48-11ed-8073-9ae1af00b244 | InvocationID=faaceaca-7f48-11ed-8073-9ae1af00b244 | 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-12-19T02:58:34+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faace93a-7f48-11ed-8073-9ae1af00b244 | InvocationID=faaceaca-7f48-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T02:58:34+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c53f6a-7f49-11ed-8073-9ae1af00b244 | InvocationID=06c542a8-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T02:58:34+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c53f6a-7f49-11ed-8073-9ae1af00b244 | InvocationID=06c542a8-7f49-11ed-8073-9ae1af00b244 | 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-12-19T02:58:34+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06c53f6a-7f49-11ed-8073-9ae1af00b244 | InvocationID=06c542a8-7f49-11ed-8073-9ae1af00b244 | 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-12-19T02:58:39+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=faa97e80-7f48-11ed-8073-9ae1af00b244 | InvocationID=faa98222-7f48-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T02:58:39+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09bf7910-7f49-11ed-8073-9ae1af00b244 | InvocationID=09bf7b86-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T02:58:39+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09bf7910-7f49-11ed-8073-9ae1af00b244 | InvocationID=09bf7b86-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:58:39+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09bf7910-7f49-11ed-8073-9ae1af00b244 | InvocationID=09bf7b86-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:58:54+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06c53f6a-7f49-11ed-8073-9ae1af00b244 | InvocationID=06c542a8-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T02:58:54+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12bb8c0c-7f49-11ed-8073-9ae1af00b244 | InvocationID=12bb8f18-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T02:58:54+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12bb8c0c-7f49-11ed-8073-9ae1af00b244 | InvocationID=12bb8f18-7f49-11ed-8073-9ae1af00b244 | 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-12-19T02:58:54+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12bb8c0c-7f49-11ed-8073-9ae1af00b244 | InvocationID=12bb8f18-7f49-11ed-8073-9ae1af00b244 | 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-12-19T02:59:04+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09bf7910-7f49-11ed-8073-9ae1af00b244 | InvocationID=09bf7b86-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T02:59:04+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18ac9e6c-7f49-11ed-8073-9ae1af00b244 | InvocationID=18aca0a6-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T02:59:04+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18ac9e6c-7f49-11ed-8073-9ae1af00b244 | InvocationID=18aca0a6-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:59:04+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18ac9e6c-7f49-11ed-8073-9ae1af00b244 | InvocationID=18aca0a6-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:59:14+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12bb8c0c-7f49-11ed-8073-9ae1af00b244 | InvocationID=12bb8f18-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T02:59:14+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ebd588c-7f49-11ed-8073-9ae1af00b244 | InvocationID=1ebd5a76-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T02:59:14+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ebd588c-7f49-11ed-8073-9ae1af00b244 | InvocationID=1ebd5a76-7f49-11ed-8073-9ae1af00b244 | 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-12-19T02:59:14+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ebd588c-7f49-11ed-8073-9ae1af00b244 | InvocationID=1ebd5a76-7f49-11ed-8073-9ae1af00b244 | 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-12-19T02:59:29+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18ac9e6c-7f49-11ed-8073-9ae1af00b244 | InvocationID=18aca0a6-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T02:59:29+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=279b79f2-7f49-11ed-8073-9ae1af00b244 | InvocationID=279b7c04-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T02:59:29+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=279b79f2-7f49-11ed-8073-9ae1af00b244 | InvocationID=279b7c04-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:59:29+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=279b79f2-7f49-11ed-8073-9ae1af00b244 | InvocationID=279b7c04-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:59:34+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ebd588c-7f49-11ed-8073-9ae1af00b244 | InvocationID=1ebd5a76-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T02:59:34+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aafe92a-7f49-11ed-8073-9ae1af00b244 | InvocationID=2aafeb0a-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T02:59:34+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aafe92a-7f49-11ed-8073-9ae1af00b244 | InvocationID=2aafeb0a-7f49-11ed-8073-9ae1af00b244 | 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-12-19T02:59:34+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2aafe92a-7f49-11ed-8073-9ae1af00b244 | InvocationID=2aafeb0a-7f49-11ed-8073-9ae1af00b244 | 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-12-19T02:59:54+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=279b79f2-7f49-11ed-8073-9ae1af00b244 | InvocationID=279b7c04-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T02:59:54+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3688e4cc-7f49-11ed-8073-9ae1af00b244 | InvocationID=3688ee0e-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T02:59:54+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3688e4cc-7f49-11ed-8073-9ae1af00b244 | InvocationID=3688ee0e-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:59:54+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3688e4cc-7f49-11ed-8073-9ae1af00b244 | InvocationID=3688ee0e-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T02:59:54+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2aafe92a-7f49-11ed-8073-9ae1af00b244 | InvocationID=2aafeb0a-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T02:59:54+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a27b4e-7f49-11ed-8073-9ae1af00b244 | InvocationID=36a27d42-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T02:59:54+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36a27b4e-7f49-11ed-8073-9ae1af00b244 | InvocationID=36a27d42-7f49-11ed-8073-9ae1af00b244 | 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-12-19T02:59:54+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36a27b4e-7f49-11ed-8073-9ae1af00b244 | InvocationID=36a27d42-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:00:14+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36a27b4e-7f49-11ed-8073-9ae1af00b244 | InvocationID=36a27d42-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:00:14+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42925492-7f49-11ed-8073-9ae1af00b244 | InvocationID=4292576c-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:00:14+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42925492-7f49-11ed-8073-9ae1af00b244 | InvocationID=4292576c-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:00:14+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42925492-7f49-11ed-8073-9ae1af00b244 | InvocationID=4292576c-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:00:19+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3688e4cc-7f49-11ed-8073-9ae1af00b244 | InvocationID=3688ee0e-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:00:19+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4576e7c2-7f49-11ed-8073-9ae1af00b244 | InvocationID=45772dd6-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:00:19+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4576e7c2-7f49-11ed-8073-9ae1af00b244 | InvocationID=45772dd6-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:00:19+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4576e7c2-7f49-11ed-8073-9ae1af00b244 | InvocationID=45772dd6-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:00:34+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42925492-7f49-11ed-8073-9ae1af00b244 | InvocationID=4292576c-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:00:34+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e86033e-7f49-11ed-8073-9ae1af00b244 | InvocationID=4e860596-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:00:34+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e86033e-7f49-11ed-8073-9ae1af00b244 | InvocationID=4e860596-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:00:34+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e86033e-7f49-11ed-8073-9ae1af00b244 | InvocationID=4e860596-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:00:44+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4576e7c2-7f49-11ed-8073-9ae1af00b244 | InvocationID=45772dd6-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:00:44+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54636b34-7f49-11ed-8073-9ae1af00b244 | InvocationID=54636d14-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:00:44+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54636b34-7f49-11ed-8073-9ae1af00b244 | InvocationID=54636d14-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:00:44+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54636b34-7f49-11ed-8073-9ae1af00b244 | InvocationID=54636d14-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:00:54+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e86033e-7f49-11ed-8073-9ae1af00b244 | InvocationID=4e860596-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:00:54+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a7689a2-7f49-11ed-8073-9ae1af00b244 | InvocationID=5a7692e4-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:00:54+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a7689a2-7f49-11ed-8073-9ae1af00b244 | InvocationID=5a7692e4-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:00:54+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a7689a2-7f49-11ed-8073-9ae1af00b244 | InvocationID=5a7692e4-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:01:09+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54636b34-7f49-11ed-8073-9ae1af00b244 | InvocationID=54636d14-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:01:09+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=634f4500-7f49-11ed-8073-9ae1af00b244 | InvocationID=634f4884-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:01:09+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=634f4500-7f49-11ed-8073-9ae1af00b244 | InvocationID=634f4884-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:01:09+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=634f4500-7f49-11ed-8073-9ae1af00b244 | InvocationID=634f4884-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:01:14+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a7689a2-7f49-11ed-8073-9ae1af00b244 | InvocationID=5a7692e4-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:01:14+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=666740c6-7f49-11ed-8073-9ae1af00b244 | InvocationID=666743fa-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:01:14+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=666740c6-7f49-11ed-8073-9ae1af00b244 | InvocationID=666743fa-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:01:14+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=666740c6-7f49-11ed-8073-9ae1af00b244 | InvocationID=666743fa-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:01:34+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=634f4500-7f49-11ed-8073-9ae1af00b244 | InvocationID=634f4884-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:01:34+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=723a9ae2-7f49-11ed-8073-9ae1af00b244 | InvocationID=723a9dbc-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:01:34+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=723a9ae2-7f49-11ed-8073-9ae1af00b244 | InvocationID=723a9dbc-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:01:34+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=723a9ae2-7f49-11ed-8073-9ae1af00b244 | InvocationID=723a9dbc-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:01:34+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=666740c6-7f49-11ed-8073-9ae1af00b244 | InvocationID=666743fa-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:01:34+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72583e62-7f49-11ed-8073-9ae1af00b244 | InvocationID=7258409c-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:01:34+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72583e62-7f49-11ed-8073-9ae1af00b244 | InvocationID=7258409c-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:01:34+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72583e62-7f49-11ed-8073-9ae1af00b244 | InvocationID=7258409c-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:01:54+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72583e62-7f49-11ed-8073-9ae1af00b244 | InvocationID=7258409c-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:01:54+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e48b6c0-7f49-11ed-8073-9ae1af00b244 | InvocationID=7e48b8fa-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:01:54+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e48b6c0-7f49-11ed-8073-9ae1af00b244 | InvocationID=7e48b8fa-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:01:54+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e48b6c0-7f49-11ed-8073-9ae1af00b244 | InvocationID=7e48b8fa-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:01:59+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=723a9ae2-7f49-11ed-8073-9ae1af00b244 | InvocationID=723a9dbc-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:01:59+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=812920d2-7f49-11ed-8073-9ae1af00b244 | InvocationID=812924ce-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:01:59+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=812920d2-7f49-11ed-8073-9ae1af00b244 | InvocationID=812924ce-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:01:59+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=812920d2-7f49-11ed-8073-9ae1af00b244 | InvocationID=812924ce-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:02:14+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e48b6c0-7f49-11ed-8073-9ae1af00b244 | InvocationID=7e48b8fa-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:02:14+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a392410-7f49-11ed-8073-9ae1af00b244 | InvocationID=8a392848-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:02:14+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a392410-7f49-11ed-8073-9ae1af00b244 | InvocationID=8a392848-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:02:14+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a392410-7f49-11ed-8073-9ae1af00b244 | InvocationID=8a392848-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:02:24+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=812920d2-7f49-11ed-8073-9ae1af00b244 | InvocationID=812924ce-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:02:24+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90142bc8-7f49-11ed-8073-9ae1af00b244 | InvocationID=90142ed4-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:02:24+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90142bc8-7f49-11ed-8073-9ae1af00b244 | InvocationID=90142ed4-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:02:24+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90142bc8-7f49-11ed-8073-9ae1af00b244 | InvocationID=90142ed4-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:02:34+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a392410-7f49-11ed-8073-9ae1af00b244 | InvocationID=8a392848-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:02:34+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=962ab64e-7f49-11ed-8073-9ae1af00b244 | InvocationID=962aba2c-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:02:34+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=962ab64e-7f49-11ed-8073-9ae1af00b244 | InvocationID=962aba2c-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:02:34+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=962ab64e-7f49-11ed-8073-9ae1af00b244 | InvocationID=962aba2c-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:02:49+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90142bc8-7f49-11ed-8073-9ae1af00b244 | InvocationID=90142ed4-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:02:49+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eff3998-7f49-11ed-8073-9ae1af00b244 | InvocationID=9eff3d12-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:02:49+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eff3998-7f49-11ed-8073-9ae1af00b244 | InvocationID=9eff3d12-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:02:49+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eff3998-7f49-11ed-8073-9ae1af00b244 | InvocationID=9eff3d12-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:02:54+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=962ab64e-7f49-11ed-8073-9ae1af00b244 | InvocationID=962aba2c-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:02:54+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21b80b4-7f49-11ed-8073-9ae1af00b244 | InvocationID=a21b8370-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:02:54+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21b80b4-7f49-11ed-8073-9ae1af00b244 | InvocationID=a21b8370-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:02:54+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a21b80b4-7f49-11ed-8073-9ae1af00b244 | InvocationID=a21b8370-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:03:14+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eff3998-7f49-11ed-8073-9ae1af00b244 | InvocationID=9eff3d12-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:03:14+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adec1606-7f49-11ed-8073-9ae1af00b244 | InvocationID=adec19a8-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:03:14+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adec1606-7f49-11ed-8073-9ae1af00b244 | InvocationID=adec19a8-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:03:14+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adec1606-7f49-11ed-8073-9ae1af00b244 | InvocationID=adec19a8-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:03:14+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a21b80b4-7f49-11ed-8073-9ae1af00b244 | InvocationID=a21b8370-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:03:14+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae0e0fe0-7f49-11ed-8073-9ae1af00b244 | InvocationID=ae0e11b6-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:03:14+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae0e0fe0-7f49-11ed-8073-9ae1af00b244 | InvocationID=ae0e11b6-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:03:14+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae0e0fe0-7f49-11ed-8073-9ae1af00b244 | InvocationID=ae0e11b6-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:03:34+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae0e0fe0-7f49-11ed-8073-9ae1af00b244 | InvocationID=ae0e11b6-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:03:34+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fdb6fc-7f49-11ed-8073-9ae1af00b244 | InvocationID=b9fdba4e-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:03:34+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fdb6fc-7f49-11ed-8073-9ae1af00b244 | InvocationID=b9fdba4e-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:03:34+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9fdb6fc-7f49-11ed-8073-9ae1af00b244 | InvocationID=b9fdba4e-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:03:39+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adec1606-7f49-11ed-8073-9ae1af00b244 | InvocationID=adec19a8-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:03:39+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcda1d2a-7f49-11ed-8073-9ae1af00b244 | InvocationID=bcda1ef6-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:03:39+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcda1d2a-7f49-11ed-8073-9ae1af00b244 | InvocationID=bcda1ef6-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:03:39+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcda1d2a-7f49-11ed-8073-9ae1af00b244 | InvocationID=bcda1ef6-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:03:54+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9fdb6fc-7f49-11ed-8073-9ae1af00b244 | InvocationID=b9fdba4e-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:03:54+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5efd472-7f49-11ed-8073-9ae1af00b244 | InvocationID=c5efd6d4-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:03:54+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5efd472-7f49-11ed-8073-9ae1af00b244 | InvocationID=c5efd6d4-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:03:54+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5efd472-7f49-11ed-8073-9ae1af00b244 | InvocationID=c5efd6d4-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:04:04+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcda1d2a-7f49-11ed-8073-9ae1af00b244 | InvocationID=bcda1ef6-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:04:04+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbc7434e-7f49-11ed-8073-9ae1af00b244 | InvocationID=cbc746fa-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:04:04+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbc7434e-7f49-11ed-8073-9ae1af00b244 | InvocationID=cbc746fa-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:04:04+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbc7434e-7f49-11ed-8073-9ae1af00b244 | InvocationID=cbc746fa-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:04:14+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5efd472-7f49-11ed-8073-9ae1af00b244 | InvocationID=c5efd6d4-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:04:14+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e00b94-7f49-11ed-8073-9ae1af00b244 | InvocationID=d1e00d6a-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:04:14+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e00b94-7f49-11ed-8073-9ae1af00b244 | InvocationID=d1e00d6a-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:04:14+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1e00b94-7f49-11ed-8073-9ae1af00b244 | InvocationID=d1e00d6a-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:04:29+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbc7434e-7f49-11ed-8073-9ae1af00b244 | InvocationID=cbc746fa-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:04:29+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dab85aa0-7f49-11ed-8073-9ae1af00b244 | InvocationID=dab864fa-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:04:29+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dab85aa0-7f49-11ed-8073-9ae1af00b244 | InvocationID=dab864fa-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:04:29+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dab85aa0-7f49-11ed-8073-9ae1af00b244 | InvocationID=dab864fa-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:04:34+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1e00b94-7f49-11ed-8073-9ae1af00b244 | InvocationID=d1e00d6a-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:04:34+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddd42a02-7f49-11ed-8073-9ae1af00b244 | InvocationID=ddd42dcc-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:04:34+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddd42a02-7f49-11ed-8073-9ae1af00b244 | InvocationID=ddd42dcc-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:04:34+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddd42a02-7f49-11ed-8073-9ae1af00b244 | InvocationID=ddd42dcc-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:04:54+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dab85aa0-7f49-11ed-8073-9ae1af00b244 | InvocationID=dab864fa-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:04:54+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9a45370-7f49-11ed-8073-9ae1af00b244 | InvocationID=e9a456ae-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:04:54+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9a45370-7f49-11ed-8073-9ae1af00b244 | InvocationID=e9a456ae-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:04:54+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9a45370-7f49-11ed-8073-9ae1af00b244 | InvocationID=e9a456ae-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:04:54+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddd42a02-7f49-11ed-8073-9ae1af00b244 | InvocationID=ddd42dcc-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:04:54+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c63580-7f49-11ed-8073-9ae1af00b244 | InvocationID=e9c6374c-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:04:55+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c63580-7f49-11ed-8073-9ae1af00b244 | InvocationID=e9c6374c-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:04:55+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9c63580-7f49-11ed-8073-9ae1af00b244 | InvocationID=e9c6374c-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:05:15+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9c63580-7f49-11ed-8073-9ae1af00b244 | InvocationID=e9c6374c-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:05:15+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b68aca-7f49-11ed-8073-9ae1af00b244 | InvocationID=f5b68c96-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:05:15+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b68aca-7f49-11ed-8073-9ae1af00b244 | InvocationID=f5b68c96-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:05:15+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5b68aca-7f49-11ed-8073-9ae1af00b244 | InvocationID=f5b68c96-7f49-11ed-8073-9ae1af00b244 | 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-12-19T03:05:19+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9a45370-7f49-11ed-8073-9ae1af00b244 | InvocationID=e9a456ae-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:05:19+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f891b170-7f49-11ed-8073-9ae1af00b244 | InvocationID=f891b684-7f49-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:05:19+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f891b170-7f49-11ed-8073-9ae1af00b244 | InvocationID=f891b684-7f49-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:05:19+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f891b170-7f49-11ed-8073-9ae1af00b244 | InvocationID=f891b684-7f49-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:05:35+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5b68aca-7f49-11ed-8073-9ae1af00b244 | InvocationID=f5b68c96-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:05:35+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01a79478-7f4a-11ed-8073-9ae1af00b244 | InvocationID=01a7973e-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:05:35+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01a79478-7f4a-11ed-8073-9ae1af00b244 | InvocationID=01a7973e-7f4a-11ed-8073-9ae1af00b244 | 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-12-19T03:05:35+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01a79478-7f4a-11ed-8073-9ae1af00b244 | InvocationID=01a7973e-7f4a-11ed-8073-9ae1af00b244 | 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-12-19T03:05:44+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f891b170-7f49-11ed-8073-9ae1af00b244 | InvocationID=f891b684-7f49-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:05:44+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=077d8f2e-7f4a-11ed-8073-9ae1af00b244 | InvocationID=077d9136-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:05:44+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=077d8f2e-7f4a-11ed-8073-9ae1af00b244 | InvocationID=077d9136-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:05:44+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=077d8f2e-7f4a-11ed-8073-9ae1af00b244 | InvocationID=077d9136-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:05:55+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01a79478-7f4a-11ed-8073-9ae1af00b244 | InvocationID=01a7973e-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:05:55+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d985934-7f4a-11ed-8073-9ae1af00b244 | InvocationID=0d985b14-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:05:55+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d985934-7f4a-11ed-8073-9ae1af00b244 | InvocationID=0d985b14-7f4a-11ed-8073-9ae1af00b244 | 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-12-19T03:05:55+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d985934-7f4a-11ed-8073-9ae1af00b244 | InvocationID=0d985b14-7f4a-11ed-8073-9ae1af00b244 | 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-12-19T03:06:09+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=077d8f2e-7f4a-11ed-8073-9ae1af00b244 | InvocationID=077d9136-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:06:09+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16688b42-7f4a-11ed-8073-9ae1af00b244 | InvocationID=16688d4a-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:06:09+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16688b42-7f4a-11ed-8073-9ae1af00b244 | InvocationID=16688d4a-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:06:09+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16688b42-7f4a-11ed-8073-9ae1af00b244 | InvocationID=16688d4a-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:06:15+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d985934-7f4a-11ed-8073-9ae1af00b244 | InvocationID=0d985b14-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:06:15+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1988d6a6-7f4a-11ed-8073-9ae1af00b244 | InvocationID=1988d8a4-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:06:15+0000 | aai_event_thread | 140564775562016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1988d6a6-7f4a-11ed-8073-9ae1af00b244 | InvocationID=1988d8a4-7f4a-11ed-8073-9ae1af00b244 | 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-12-19T03:06:15+0000 | aai_event_thread | 140564775562016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1988d6a6-7f4a-11ed-8073-9ae1af00b244 | InvocationID=1988d8a4-7f4a-11ed-8073-9ae1af00b244 | 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-12-19T03:06:34+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16688b42-7f4a-11ed-8073-9ae1af00b244 | InvocationID=16688d4a-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:06:34+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25543ed0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=255440a6-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:06:34+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25543ed0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=255440a6-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:06:34+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25543ed0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=255440a6-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:06:35+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1988d6a6-7f4a-11ed-8073-9ae1af00b244 | InvocationID=1988d8a4-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:06:35+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2578d092-7f4a-11ed-8073-9ae1af00b244 | InvocationID=2578d268-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:06:59+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25543ed0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=255440a6-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:06:59+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344116d4-7f4a-11ed-8073-9ae1af00b244 | InvocationID=34411cba-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:06:59+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344116d4-7f4a-11ed-8073-9ae1af00b244 | InvocationID=34411cba-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:06:59+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344116d4-7f4a-11ed-8073-9ae1af00b244 | InvocationID=34411cba-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:07:00+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2578d092-7f4a-11ed-8073-9ae1af00b244 | InvocationID=2578d268-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:07:00+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349d5c28-7f4a-11ed-8073-9ae1af00b244 | InvocationID=349d5e3a-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:07:20+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349d5c28-7f4a-11ed-8073-9ae1af00b244 | InvocationID=349d5e3a-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:07:20+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40ab6622-7f4a-11ed-8073-9ae1af00b244 | InvocationID=40ab69b0-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:07:24+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344116d4-7f4a-11ed-8073-9ae1af00b244 | InvocationID=34411cba-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:07:24+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=432e4c02-7f4a-11ed-8073-9ae1af00b244 | InvocationID=432e5080-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:07:25+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=432e4c02-7f4a-11ed-8073-9ae1af00b244 | InvocationID=432e5080-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:07:25+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=432e4c02-7f4a-11ed-8073-9ae1af00b244 | InvocationID=432e5080-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:07:40+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40ab6622-7f4a-11ed-8073-9ae1af00b244 | InvocationID=40ab69b0-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:07:40+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ca29572-7f4a-11ed-8073-9ae1af00b244 | InvocationID=4ca29946-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:07:50+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=432e4c02-7f4a-11ed-8073-9ae1af00b244 | InvocationID=432e5080-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:07:50+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5219bfd0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=5219cb10-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:07:50+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5219bfd0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=5219cb10-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:07:50+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5219bfd0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=5219cb10-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:08:00+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ca29572-7f4a-11ed-8073-9ae1af00b244 | InvocationID=4ca29946-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:08:00+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589b13fe-7f4a-11ed-8073-9ae1af00b244 | InvocationID=589b161a-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:08:15+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5219bfd0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=5219cb10-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:08:15+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61052872-7f4a-11ed-8073-9ae1af00b244 | InvocationID=61052b1a-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:08:15+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61052872-7f4a-11ed-8073-9ae1af00b244 | InvocationID=61052b1a-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:08:15+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61052872-7f4a-11ed-8073-9ae1af00b244 | InvocationID=61052b1a-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:08:21+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=589b13fe-7f4a-11ed-8073-9ae1af00b244 | InvocationID=589b161a-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:08:21+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64eba038-7f4a-11ed-8073-9ae1af00b244 | InvocationID=64eba20e-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:08:40+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61052872-7f4a-11ed-8073-9ae1af00b244 | InvocationID=61052b1a-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:08:40+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ff429f0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=6ff42c3e-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:08:40+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ff429f0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=6ff42c3e-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:08:40+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ff429f0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=6ff42c3e-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:08:46+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64eba038-7f4a-11ed-8073-9ae1af00b244 | InvocationID=64eba20e-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:08:46+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73ace5d2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=73ace7a8-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:09:05+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ff429f0-7f4a-11ed-8073-9ae1af00b244 | InvocationID=6ff42c3e-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:09:05+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee1a582-7f4a-11ed-8073-9ae1af00b244 | InvocationID=7ee1a762-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:09:05+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee1a582-7f4a-11ed-8073-9ae1af00b244 | InvocationID=7ee1a762-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:09:05+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ee1a582-7f4a-11ed-8073-9ae1af00b244 | InvocationID=7ee1a762-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:09:11+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73ace5d2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=73ace7a8-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:09:11+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=827047e4-7f4a-11ed-8073-9ae1af00b244 | InvocationID=82704c76-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:09:30+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ee1a582-7f4a-11ed-8073-9ae1af00b244 | InvocationID=7ee1a762-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:09:30+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dcce778-7f4a-11ed-8073-9ae1af00b244 | InvocationID=8dcce96c-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:09:30+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dcce778-7f4a-11ed-8073-9ae1af00b244 | InvocationID=8dcce96c-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:09:30+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dcce778-7f4a-11ed-8073-9ae1af00b244 | InvocationID=8dcce96c-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:09:35+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=827047e4-7f4a-11ed-8073-9ae1af00b244 | InvocationID=82704c76-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:09:35+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91327ca2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=91327eb4-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:09:55+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dcce778-7f4a-11ed-8073-9ae1af00b244 | InvocationID=8dcce96c-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:09:55+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cb89174-7f4a-11ed-8073-9ae1af00b244 | InvocationID=9cb8a0d8-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:09:55+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cb89174-7f4a-11ed-8073-9ae1af00b244 | InvocationID=9cb8a0d8-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:09:55+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cb89174-7f4a-11ed-8073-9ae1af00b244 | InvocationID=9cb8a0d8-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:10:00+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91327ca2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=91327eb4-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:10:00+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ff36b7a-7f4a-11ed-8073-9ae1af00b244 | InvocationID=9ff36d96-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:10:20+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cb89174-7f4a-11ed-8073-9ae1af00b244 | InvocationID=9cb8a0d8-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:10:20+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aba4c0c2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=aba4c3d8-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:10:20+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aba4c0c2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=aba4c3d8-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:10:20+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aba4c0c2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=aba4c3d8-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:10:25+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ff36b7a-7f4a-11ed-8073-9ae1af00b244 | InvocationID=9ff36d96-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:10:25+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb50aa6-7f4a-11ed-8073-9ae1af00b244 | InvocationID=aeb50cc2-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:10:45+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aba4c0c2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=aba4c3d8-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:10:45+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba9018a2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=ba901b5e-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:10:45+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba9018a2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=ba901b5e-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:10:45+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba9018a2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=ba901b5e-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:10:50+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeb50aa6-7f4a-11ed-8073-9ae1af00b244 | InvocationID=aeb50cc2-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:10:50+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd773226-7f4a-11ed-8073-9ae1af00b244 | InvocationID=bd7734d8-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:11:10+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba9018a2-7f4a-11ed-8073-9ae1af00b244 | InvocationID=ba901b5e-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:11:10+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c97b2bae-7f4a-11ed-8073-9ae1af00b244 | InvocationID=c97b2eec-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:11:10+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c97b2bae-7f4a-11ed-8073-9ae1af00b244 | InvocationID=c97b2eec-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:11:10+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c97b2bae-7f4a-11ed-8073-9ae1af00b244 | InvocationID=c97b2eec-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:11:14+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd773226-7f4a-11ed-8073-9ae1af00b244 | InvocationID=bd7734d8-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:11:14+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc3b0134-7f4a-11ed-8073-9ae1af00b244 | InvocationID=cc3b038c-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:11:35+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c97b2bae-7f4a-11ed-8073-9ae1af00b244 | InvocationID=c97b2eec-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:11:35+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8676a92-7f4a-11ed-8073-9ae1af00b244 | InvocationID=d8676cc2-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:11:35+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8676a92-7f4a-11ed-8073-9ae1af00b244 | InvocationID=d8676cc2-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:11:35+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8676a92-7f4a-11ed-8073-9ae1af00b244 | InvocationID=d8676cc2-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:11:39+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc3b0134-7f4a-11ed-8073-9ae1af00b244 | InvocationID=cc3b038c-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:11:39+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dafbad40-7f4a-11ed-8073-9ae1af00b244 | InvocationID=dafbb9fc-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:12:00+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8676a92-7f4a-11ed-8073-9ae1af00b244 | InvocationID=d8676cc2-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:12:00+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7534e36-7f4a-11ed-8073-9ae1af00b244 | InvocationID=e7534ff8-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:12:00+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7534e36-7f4a-11ed-8073-9ae1af00b244 | InvocationID=e7534ff8-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:12:00+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7534e36-7f4a-11ed-8073-9ae1af00b244 | InvocationID=e7534ff8-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:12:04+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dafbad40-7f4a-11ed-8073-9ae1af00b244 | InvocationID=dafbb9fc-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:12:04+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9bdb1b6-7f4a-11ed-8073-9ae1af00b244 | InvocationID=e9bdb3dc-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:12:25+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7534e36-7f4a-11ed-8073-9ae1af00b244 | InvocationID=e7534ff8-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:12:25+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f63faf16-7f4a-11ed-8073-9ae1af00b244 | InvocationID=f63fb11e-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:12:25+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f63faf16-7f4a-11ed-8073-9ae1af00b244 | InvocationID=f63fb11e-7f4a-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:12:25+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f63faf16-7f4a-11ed-8073-9ae1af00b244 | InvocationID=f63fb11e-7f4a-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:12:29+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9bdb1b6-7f4a-11ed-8073-9ae1af00b244 | InvocationID=e9bdb3dc-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:12:29+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f87f2626-7f4a-11ed-8073-9ae1af00b244 | InvocationID=f87f27f2-7f4a-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:12:50+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f63faf16-7f4a-11ed-8073-9ae1af00b244 | InvocationID=f63fb11e-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:12:50+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052b4120-7f4b-11ed-8073-9ae1af00b244 | InvocationID=052b4878-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:12:50+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052b4120-7f4b-11ed-8073-9ae1af00b244 | InvocationID=052b4878-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:12:50+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=052b4120-7f4b-11ed-8073-9ae1af00b244 | InvocationID=052b4878-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:12:53+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f87f2626-7f4a-11ed-8073-9ae1af00b244 | InvocationID=f87f27f2-7f4a-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:12:53+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07412efc-7f4b-11ed-8073-9ae1af00b244 | InvocationID=074130c8-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:13:15+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=052b4120-7f4b-11ed-8073-9ae1af00b244 | InvocationID=052b4878-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:13:15+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14170430-7f4b-11ed-8073-9ae1af00b244 | InvocationID=1417064c-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:13:15+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14170430-7f4b-11ed-8073-9ae1af00b244 | InvocationID=1417064c-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:13:15+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14170430-7f4b-11ed-8073-9ae1af00b244 | InvocationID=1417064c-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:13:18+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07412efc-7f4b-11ed-8073-9ae1af00b244 | InvocationID=074130c8-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:13:18+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=160b5516-7f4b-11ed-8073-9ae1af00b244 | InvocationID=160b578c-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:13:40+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14170430-7f4b-11ed-8073-9ae1af00b244 | InvocationID=1417064c-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:13:40+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2302d8e8-7f4b-11ed-8073-9ae1af00b244 | InvocationID=2302dcf8-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:13:40+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2302d8e8-7f4b-11ed-8073-9ae1af00b244 | InvocationID=2302dcf8-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:13:40+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2302d8e8-7f4b-11ed-8073-9ae1af00b244 | InvocationID=2302dcf8-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:13:43+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=160b5516-7f4b-11ed-8073-9ae1af00b244 | InvocationID=160b578c-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:13:43+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cb80bc-7f4b-11ed-8073-9ae1af00b244 | InvocationID=24cb82ec-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:14:05+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2302d8e8-7f4b-11ed-8073-9ae1af00b244 | InvocationID=2302dcf8-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:14:05+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31ef089a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=31ef0bf6-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:14:05+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31ef089a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=31ef0bf6-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:14:05+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31ef089a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=31ef0bf6-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:14:08+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24cb80bc-7f4b-11ed-8073-9ae1af00b244 | InvocationID=24cb82ec-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:14:08+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=338c13f0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=338c1616-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:14:30+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31ef089a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=31ef0bf6-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:14:30+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40da36e0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=40da38de-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:14:30+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40da36e0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=40da38de-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:14:30+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40da36e0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=40da38de-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:14:33+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=338c13f0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=338c1616-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:14:33+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=424e1870-7f4b-11ed-8073-9ae1af00b244 | InvocationID=424e245a-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:14:55+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40da36e0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=40da38de-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:14:55+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fc678b2-7f4b-11ed-8073-9ae1af00b244 | InvocationID=4fc68a96-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:14:55+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fc678b2-7f4b-11ed-8073-9ae1af00b244 | InvocationID=4fc68a96-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:14:55+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fc678b2-7f4b-11ed-8073-9ae1af00b244 | InvocationID=4fc68a96-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:14:57+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=424e1870-7f4b-11ed-8073-9ae1af00b244 | InvocationID=424e245a-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:14:57+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=510fa432-7f4b-11ed-8073-9ae1af00b244 | InvocationID=510fa716-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:15:20+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fc678b2-7f4b-11ed-8073-9ae1af00b244 | InvocationID=4fc68a96-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:15:20+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eb4077c-7f4b-11ed-8073-9ae1af00b244 | InvocationID=5eb40bdc-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:15:20+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5eb4077c-7f4b-11ed-8073-9ae1af00b244 | InvocationID=5eb40bdc-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:15:20+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eb4077c-7f4b-11ed-8073-9ae1af00b244 | InvocationID=5eb40bdc-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:15:22+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=510fa432-7f4b-11ed-8073-9ae1af00b244 | InvocationID=510fa716-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:15:22+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd09328-7f4b-11ed-8073-9ae1af00b244 | InvocationID=5fd095e4-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:15:45+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5eb4077c-7f4b-11ed-8073-9ae1af00b244 | InvocationID=5eb40bdc-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:15:45+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6da11e0a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=6da123fa-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:15:45+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6da11e0a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=6da123fa-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:15:45+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6da11e0a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=6da123fa-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:15:47+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fd09328-7f4b-11ed-8073-9ae1af00b244 | InvocationID=5fd095e4-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:15:47+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e96909c-7f4b-11ed-8073-9ae1af00b244 | InvocationID=6e96925e-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:16:10+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6da11e0a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=6da123fa-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:16:10+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c8cddf0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=7c8ce5f2-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:16:10+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c8cddf0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=7c8ce5f2-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:16:10+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c8cddf0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=7c8ce5f2-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:16:12+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e96909c-7f4b-11ed-8073-9ae1af00b244 | InvocationID=6e96925e-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:16:12+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d68eff2-7f4b-11ed-8073-9ae1af00b244 | InvocationID=7d68f24a-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:16:35+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c8cddf0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=7c8ce5f2-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:16:35+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b7d5e3e-7f4b-11ed-8073-9ae1af00b244 | InvocationID=8b7d60b4-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:16:35+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b7d5e3e-7f4b-11ed-8073-9ae1af00b244 | InvocationID=8b7d60b4-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:16:35+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b7d5e3e-7f4b-11ed-8073-9ae1af00b244 | InvocationID=8b7d60b4-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:16:36+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d68eff2-7f4b-11ed-8073-9ae1af00b244 | InvocationID=7d68f24a-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:16:36+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c29b9e0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=8c29bcf6-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:17:00+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b7d5e3e-7f4b-11ed-8073-9ae1af00b244 | InvocationID=8b7d60b4-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:17:00+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a686cd6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=9a686f06-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:17:00+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a686cd6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=9a686f06-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:17:00+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a686cd6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=9a686f06-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:17:01+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c29b9e0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=8c29bcf6-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:17:01+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aeb9502-7f4b-11ed-8073-9ae1af00b244 | InvocationID=9aeb96ce-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:17:25+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a686cd6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=9a686f06-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:17:25+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a954da4a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=a954dc70-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:17:25+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a954da4a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=a954dc70-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:17:25+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a954da4a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=a954dc70-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:17:26+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aeb9502-7f4b-11ed-8073-9ae1af00b244 | InvocationID=9aeb96ce-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:17:26+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9adacec-7f4b-11ed-8073-9ae1af00b244 | InvocationID=a9adb8c2-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:17:50+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a954da4a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=a954dc70-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:17:50+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b842e1f0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=b842e48e-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:17:50+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b842e1f0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=b842e48e-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:17:50+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b842e1f0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=b842e48e-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:17:51+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9adacec-7f4b-11ed-8073-9ae1af00b244 | InvocationID=a9adb8c2-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:17:51+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8743f66-7f4b-11ed-8073-9ae1af00b244 | InvocationID=b874434e-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:18:15+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b842e1f0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=b842e48e-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:18:15+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72df8a8-7f4b-11ed-8073-9ae1af00b244 | InvocationID=c72dfa6a-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:18:15+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8743f66-7f4b-11ed-8073-9ae1af00b244 | InvocationID=b874434e-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:18:15+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c735f2b0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=c735f832-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:18:15+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c72df8a8-7f4b-11ed-8073-9ae1af00b244 | InvocationID=c72dfa6a-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:18:16+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c72df8a8-7f4b-11ed-8073-9ae1af00b244 | InvocationID=c72dfa6a-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:18:40+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c735f2b0-7f4b-11ed-8073-9ae1af00b244 | InvocationID=c735f832-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:18:40+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f754a6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=d5f757c6-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:18:41+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c72df8a8-7f4b-11ed-8073-9ae1af00b244 | InvocationID=c72dfa6a-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:18:41+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d620293a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=d6202afc-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:18:41+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d620293a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=d6202afc-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:18:41+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d620293a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=d6202afc-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:19:05+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5f754a6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=d5f757c6-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:19:05+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4bb3278-7f4b-11ed-8073-9ae1af00b244 | InvocationID=e4bb3444-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:19:06+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d620293a-7f4b-11ed-8073-9ae1af00b244 | InvocationID=d6202afc-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:19:06+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e50b1e32-7f4b-11ed-8073-9ae1af00b244 | InvocationID=e50b208a-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:19:06+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e50b1e32-7f4b-11ed-8073-9ae1af00b244 | InvocationID=e50b208a-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:19:06+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e50b1e32-7f4b-11ed-8073-9ae1af00b244 | InvocationID=e50b208a-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:19:30+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4bb3278-7f4b-11ed-8073-9ae1af00b244 | InvocationID=e4bb3444-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:19:30+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f37c33ac-7f4b-11ed-8073-9ae1af00b244 | InvocationID=f37c3582-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:19:31+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e50b1e32-7f4b-11ed-8073-9ae1af00b244 | InvocationID=e50b208a-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:19:31+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3f659b6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=f3f65c86-7f4b-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:19:31+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3f659b6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=f3f65c86-7f4b-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:19:31+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3f659b6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=f3f65c86-7f4b-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:19:55+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f37c33ac-7f4b-11ed-8073-9ae1af00b244 | InvocationID=f37c3582-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:19:55+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02405c4c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=024063d6-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:19:56+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3f659b6-7f4b-11ed-8073-9ae1af00b244 | InvocationID=f3f65c86-7f4b-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:19:56+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e186f8-7f4c-11ed-8073-9ae1af00b244 | InvocationID=02e18a4a-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:19:56+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02e186f8-7f4c-11ed-8073-9ae1af00b244 | InvocationID=02e18a4a-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:19:56+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02e186f8-7f4c-11ed-8073-9ae1af00b244 | InvocationID=02e18a4a-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:20:19+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02405c4c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=024063d6-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:20:19+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1102a370-7f4c-11ed-8073-9ae1af00b244 | InvocationID=1102a596-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:20:21+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02e186f8-7f4c-11ed-8073-9ae1af00b244 | InvocationID=02e18a4a-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:20:21+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ccdea6-7f4c-11ed-8073-9ae1af00b244 | InvocationID=11cce09a-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:20:21+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ccdea6-7f4c-11ed-8073-9ae1af00b244 | InvocationID=11cce09a-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:20:21+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11ccdea6-7f4c-11ed-8073-9ae1af00b244 | InvocationID=11cce09a-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:20:44+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1102a370-7f4c-11ed-8073-9ae1af00b244 | InvocationID=1102a596-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:20:44+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fc567a8-7f4c-11ed-8073-9ae1af00b244 | InvocationID=1fc569d8-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:20:46+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11ccdea6-7f4c-11ed-8073-9ae1af00b244 | InvocationID=11cce09a-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:20:46+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b7e8de-7f4c-11ed-8073-9ae1af00b244 | InvocationID=20b7eb36-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:20:46+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b7e8de-7f4c-11ed-8073-9ae1af00b244 | InvocationID=20b7eb36-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:20:46+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20b7e8de-7f4c-11ed-8073-9ae1af00b244 | InvocationID=20b7eb36-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:21:09+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fc567a8-7f4c-11ed-8073-9ae1af00b244 | InvocationID=1fc569d8-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:21:09+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e8636b4-7f4c-11ed-8073-9ae1af00b244 | InvocationID=2e863876-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:21:11+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20b7e8de-7f4c-11ed-8073-9ae1af00b244 | InvocationID=20b7eb36-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:21:11+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fa2ea6a-7f4c-11ed-8073-9ae1af00b244 | InvocationID=2fa2faaa-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:21:11+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fa2ea6a-7f4c-11ed-8073-9ae1af00b244 | InvocationID=2fa2faaa-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:21:11+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fa2ea6a-7f4c-11ed-8073-9ae1af00b244 | InvocationID=2fa2faaa-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:21:34+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e8636b4-7f4c-11ed-8073-9ae1af00b244 | InvocationID=2e863876-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:21:34+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d498c00-7f4c-11ed-8073-9ae1af00b244 | InvocationID=3d498dc2-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:21:36+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fa2ea6a-7f4c-11ed-8073-9ae1af00b244 | InvocationID=2fa2faaa-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:21:36+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e8e5118-7f4c-11ed-8073-9ae1af00b244 | InvocationID=3e8e532a-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:21:36+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e8e5118-7f4c-11ed-8073-9ae1af00b244 | InvocationID=3e8e532a-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:21:36+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e8e5118-7f4c-11ed-8073-9ae1af00b244 | InvocationID=3e8e532a-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:21:58+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d498c00-7f4c-11ed-8073-9ae1af00b244 | InvocationID=3d498dc2-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:21:58+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c0ab57a-7f4c-11ed-8073-9ae1af00b244 | InvocationID=4c0ab84a-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:22:01+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e8e5118-7f4c-11ed-8073-9ae1af00b244 | InvocationID=3e8e532a-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:22:01+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d798666-7f4c-11ed-8073-9ae1af00b244 | InvocationID=4d798882-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:22:01+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d798666-7f4c-11ed-8073-9ae1af00b244 | InvocationID=4d798882-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:22:01+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d798666-7f4c-11ed-8073-9ae1af00b244 | InvocationID=4d798882-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:22:23+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c0ab57a-7f4c-11ed-8073-9ae1af00b244 | InvocationID=4c0ab84a-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:22:23+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5acc6054-7f4c-11ed-8073-9ae1af00b244 | InvocationID=5acc6216-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:22:26+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d798666-7f4c-11ed-8073-9ae1af00b244 | InvocationID=4d798882-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:22:26+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c64f85e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=5c64fb4c-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:22:26+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c64f85e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=5c64fb4c-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:22:26+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c64f85e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=5c64fb4c-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:22:48+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5acc6054-7f4c-11ed-8073-9ae1af00b244 | InvocationID=5acc6216-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:22:48+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=698dff12-7f4c-11ed-8073-9ae1af00b244 | InvocationID=698e016a-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:22:51+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c64f85e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=5c64fb4c-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:22:51+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b511bcc-7f4c-11ed-8073-9ae1af00b244 | InvocationID=6b511e7e-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:22:51+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b511bcc-7f4c-11ed-8073-9ae1af00b244 | InvocationID=6b511e7e-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:22:51+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b511bcc-7f4c-11ed-8073-9ae1af00b244 | InvocationID=6b511e7e-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:23:13+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=698dff12-7f4c-11ed-8073-9ae1af00b244 | InvocationID=698e016a-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:23:13+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=784f2224-7f4c-11ed-8073-9ae1af00b244 | InvocationID=784f2508-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:23:16+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b511bcc-7f4c-11ed-8073-9ae1af00b244 | InvocationID=6b511e7e-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:23:16+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a3c580e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=7a3c610a-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:23:16+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a3c580e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=7a3c610a-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:23:16+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a3c580e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=7a3c610a-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:23:37+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=784f2224-7f4c-11ed-8073-9ae1af00b244 | InvocationID=784f2508-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:23:37+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87139fa6-7f4c-11ed-8073-9ae1af00b244 | InvocationID=8713a384-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:23:41+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a3c580e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=7a3c610a-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:23:41+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89281452-7f4c-11ed-8073-9ae1af00b244 | InvocationID=892816c8-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:23:41+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89281452-7f4c-11ed-8073-9ae1af00b244 | InvocationID=892816c8-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:23:41+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89281452-7f4c-11ed-8073-9ae1af00b244 | InvocationID=892816c8-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:24:02+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87139fa6-7f4c-11ed-8073-9ae1af00b244 | InvocationID=8713a384-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:24:02+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95d55d4a-7f4c-11ed-8073-9ae1af00b244 | InvocationID=95d55f34-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:24:06+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89281452-7f4c-11ed-8073-9ae1af00b244 | InvocationID=892816c8-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:24:06+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98133014-7f4c-11ed-8073-9ae1af00b244 | InvocationID=9813330c-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:24:06+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98133014-7f4c-11ed-8073-9ae1af00b244 | InvocationID=9813330c-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:24:06+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98133014-7f4c-11ed-8073-9ae1af00b244 | InvocationID=9813330c-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:24:27+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95d55d4a-7f4c-11ed-8073-9ae1af00b244 | InvocationID=95d55f34-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:24:27+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a49b1e3c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=a49b210c-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:24:31+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98133014-7f4c-11ed-8073-9ae1af00b244 | InvocationID=9813330c-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:24:31+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fe5e50-7f4c-11ed-8073-9ae1af00b244 | InvocationID=a6fe606c-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:24:31+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fe5e50-7f4c-11ed-8073-9ae1af00b244 | InvocationID=a6fe606c-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:24:31+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fe5e50-7f4c-11ed-8073-9ae1af00b244 | InvocationID=a6fe606c-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:24:52+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a49b1e3c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=a49b210c-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:24:52+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b360a806-7f4c-11ed-8073-9ae1af00b244 | InvocationID=b360aa40-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:24:56+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fe5e50-7f4c-11ed-8073-9ae1af00b244 | InvocationID=a6fe606c-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:24:56+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e9d7f0-7f4c-11ed-8073-9ae1af00b244 | InvocationID=b5e9e2ea-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:24:56+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e9d7f0-7f4c-11ed-8073-9ae1af00b244 | InvocationID=b5e9e2ea-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:24:56+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e9d7f0-7f4c-11ed-8073-9ae1af00b244 | InvocationID=b5e9e2ea-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:25:16+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b360a806-7f4c-11ed-8073-9ae1af00b244 | InvocationID=b360aa40-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:25:16+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2213ffe-7f4c-11ed-8073-9ae1af00b244 | InvocationID=c22141b6-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:25:21+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e9d7f0-7f4c-11ed-8073-9ae1af00b244 | InvocationID=b5e9e2ea-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:25:21+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d5558c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=c4d557b2-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:25:21+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d5558c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=c4d557b2-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:25:21+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d5558c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=c4d557b2-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:25:41+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2213ffe-7f4c-11ed-8073-9ae1af00b244 | InvocationID=c22141b6-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:25:41+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e266c6-7f4c-11ed-8073-9ae1af00b244 | InvocationID=d0e26874-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:25:46+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d5558c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=c4d557b2-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:25:46+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3c17800-7f4c-11ed-8073-9ae1af00b244 | InvocationID=d3c18188-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:25:46+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3c17800-7f4c-11ed-8073-9ae1af00b244 | InvocationID=d3c18188-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:25:46+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3c17800-7f4c-11ed-8073-9ae1af00b244 | InvocationID=d3c18188-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:26:06+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0e266c6-7f4c-11ed-8073-9ae1af00b244 | InvocationID=d0e26874-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:26:06+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfa522d4-7f4c-11ed-8073-9ae1af00b244 | InvocationID=dfa52496-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:26:11+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3c17800-7f4c-11ed-8073-9ae1af00b244 | InvocationID=d3c18188-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:26:11+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ac649c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=e2ac6668-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:26:11+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ac649c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=e2ac6668-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:26:11+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2ac649c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=e2ac6668-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:26:31+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfa522d4-7f4c-11ed-8073-9ae1af00b244 | InvocationID=dfa52496-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:26:31+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee66118e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=ee6613fa-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:26:36+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2ac649c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=e2ac6668-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:26:36+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f19761f0-7f4c-11ed-8073-9ae1af00b244 | InvocationID=f19763a8-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:26:36+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f19761f0-7f4c-11ed-8073-9ae1af00b244 | InvocationID=f19763a8-7f4c-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:26:36+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f19761f0-7f4c-11ed-8073-9ae1af00b244 | InvocationID=f19763a8-7f4c-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:26:55+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee66118e-7f4c-11ed-8073-9ae1af00b244 | InvocationID=ee6613fa-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:26:55+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd291e8c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=fd292058-7f4c-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:27:01+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f19761f0-7f4c-11ed-8073-9ae1af00b244 | InvocationID=f19763a8-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:27:01+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0083a71e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0083a8e0-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:27:01+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0083a71e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0083a8e0-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:27:01+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0083a71e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0083a8e0-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:27:20+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd291e8c-7f4c-11ed-8073-9ae1af00b244 | InvocationID=fd292058-7f4c-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:27:20+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bea27ae-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0bea3ea6-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:27:26+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0083a71e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0083a8e0-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:27:26+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f717f8a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0f7181b0-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:27:26+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f717f8a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0f7181b0-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:27:26+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f717f8a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0f7181b0-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:27:45+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bea27ae-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0bea3ea6-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:27:45+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ab4c78a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=1ab4c956-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:27:51+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f717f8a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=0f7181b0-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:27:51+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e5c6ce4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=1e5c6e92-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:27:51+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e5c6ce4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=1e5c6e92-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:27:51+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e5c6ce4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=1e5c6e92-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:28:10+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ab4c78a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=1ab4c956-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:28:10+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29762502-7f4d-11ed-8073-9ae1af00b244 | InvocationID=29762746-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:28:16+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e5c6ce4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=1e5c6e92-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:28:16+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d476de4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=2d476ff6-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:28:16+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d476de4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=2d476ff6-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:28:16+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d476de4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=2d476ff6-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:28:35+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29762502-7f4d-11ed-8073-9ae1af00b244 | InvocationID=29762746-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:28:35+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=383c10d8-7f4d-11ed-8073-9ae1af00b244 | InvocationID=383c131c-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:28:41+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d476de4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=2d476ff6-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:28:41+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c360e32-7f4d-11ed-8073-9ae1af00b244 | InvocationID=3c360ff4-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:28:41+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c360e32-7f4d-11ed-8073-9ae1af00b244 | InvocationID=3c360ff4-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:28:41+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c360e32-7f4d-11ed-8073-9ae1af00b244 | InvocationID=3c360ff4-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:28:59+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=383c10d8-7f4d-11ed-8073-9ae1af00b244 | InvocationID=383c131c-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:28:59+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46fe31aa-7f4d-11ed-8073-9ae1af00b244 | InvocationID=46fe3362-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:29:06+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c360e32-7f4d-11ed-8073-9ae1af00b244 | InvocationID=3c360ff4-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:29:06+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b213cb4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=4b21422c-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:29:06+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b213cb4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=4b21422c-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:29:06+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b213cb4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=4b21422c-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:29:24+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46fe31aa-7f4d-11ed-8073-9ae1af00b244 | InvocationID=46fe3362-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:29:24+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55bf0dd6-7f4d-11ed-8073-9ae1af00b244 | InvocationID=55bf0f8e-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:29:31+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b213cb4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=4b21422c-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:29:31+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0ca02e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=5a0ca204-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:29:31+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0ca02e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=5a0ca204-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:29:31+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0ca02e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=5a0ca204-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:29:49+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55bf0dd6-7f4d-11ed-8073-9ae1af00b244 | InvocationID=55bf0f8e-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:29:49+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647ef6ce-7f4d-11ed-8073-9ae1af00b244 | InvocationID=647efde0-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:29:56+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0ca02e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=5a0ca204-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:29:56+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f87ca2-7f4d-11ed-8073-9ae1af00b244 | InvocationID=68f87ec8-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:29:56+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f87ca2-7f4d-11ed-8073-9ae1af00b244 | InvocationID=68f87ec8-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:29:56+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f87ca2-7f4d-11ed-8073-9ae1af00b244 | InvocationID=68f87ec8-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:30:14+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=647ef6ce-7f4d-11ed-8073-9ae1af00b244 | InvocationID=647efde0-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:30:14+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7340a7b6-7f4d-11ed-8073-9ae1af00b244 | InvocationID=7340a9c8-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:30:21+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f87ca2-7f4d-11ed-8073-9ae1af00b244 | InvocationID=68f87ec8-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:30:21+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77e4063c-7f4d-11ed-8073-9ae1af00b244 | InvocationID=77e40862-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:30:21+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77e4063c-7f4d-11ed-8073-9ae1af00b244 | InvocationID=77e40862-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:30:21+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77e4063c-7f4d-11ed-8073-9ae1af00b244 | InvocationID=77e40862-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:30:38+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7340a7b6-7f4d-11ed-8073-9ae1af00b244 | InvocationID=7340a9c8-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:30:38+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8202437c-7f4d-11ed-8073-9ae1af00b244 | InvocationID=820245ac-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:30:46+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77e4063c-7f4d-11ed-8073-9ae1af00b244 | InvocationID=77e40862-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:30:46+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86cfe80a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=86cfea08-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:30:46+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86cfe80a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=86cfea08-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:30:46+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86cfe80a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=86cfea08-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:31:03+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8202437c-7f4d-11ed-8073-9ae1af00b244 | InvocationID=820245ac-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:31:03+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90c53fcc-7f4d-11ed-8073-9ae1af00b244 | InvocationID=90c542a6-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:31:11+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86cfe80a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=86cfea08-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:31:11+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95badc44-7f4d-11ed-8073-9ae1af00b244 | InvocationID=95bade06-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:31:11+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95badc44-7f4d-11ed-8073-9ae1af00b244 | InvocationID=95bade06-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:31:11+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95badc44-7f4d-11ed-8073-9ae1af00b244 | InvocationID=95bade06-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:31:28+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90c53fcc-7f4d-11ed-8073-9ae1af00b244 | InvocationID=90c542a6-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:31:28+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f88ecac-7f4d-11ed-8073-9ae1af00b244 | InvocationID=9f88eedc-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:31:36+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95badc44-7f4d-11ed-8073-9ae1af00b244 | InvocationID=95bade06-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:31:36+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a61764-7f4d-11ed-8073-9ae1af00b244 | InvocationID=a4a62614-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:31:37+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a61764-7f4d-11ed-8073-9ae1af00b244 | InvocationID=a4a62614-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:31:37+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4a61764-7f4d-11ed-8073-9ae1af00b244 | InvocationID=a4a62614-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:31:53+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f88ecac-7f4d-11ed-8073-9ae1af00b244 | InvocationID=9f88eedc-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:31:53+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae4acb98-7f4d-11ed-8073-9ae1af00b244 | InvocationID=ae4acec2-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:32:02+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4a61764-7f4d-11ed-8073-9ae1af00b244 | InvocationID=a4a62614-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:32:02+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b391ca8e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=b391cc6e-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:32:02+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b391ca8e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=b391cc6e-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:32:02+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b391ca8e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=b391cc6e-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:32:17+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae4acb98-7f4d-11ed-8073-9ae1af00b244 | InvocationID=ae4acec2-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:32:17+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd0d07a4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=bd0d0ae2-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:32:27+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b391ca8e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=b391cc6e-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:32:27+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c27d1530-7f4d-11ed-8073-9ae1af00b244 | InvocationID=c27d1760-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:32:27+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c27d1530-7f4d-11ed-8073-9ae1af00b244 | InvocationID=c27d1760-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:32:27+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c27d1530-7f4d-11ed-8073-9ae1af00b244 | InvocationID=c27d1760-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:32:42+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd0d07a4-7f4d-11ed-8073-9ae1af00b244 | InvocationID=bd0d0ae2-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:32:42+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbcdd19c-7f4d-11ed-8073-9ae1af00b244 | InvocationID=cbcdd444-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:32:52+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c27d1530-7f4d-11ed-8073-9ae1af00b244 | InvocationID=c27d1760-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:32:52+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d168d994-7f4d-11ed-8073-9ae1af00b244 | InvocationID=d168dc46-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:32:52+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d168d994-7f4d-11ed-8073-9ae1af00b244 | InvocationID=d168dc46-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:32:52+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d168d994-7f4d-11ed-8073-9ae1af00b244 | InvocationID=d168dc46-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:33:07+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbcdd19c-7f4d-11ed-8073-9ae1af00b244 | InvocationID=cbcdd444-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:33:07+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da8ffb7e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=da8ffd36-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:33:17+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d168d994-7f4d-11ed-8073-9ae1af00b244 | InvocationID=d168dc46-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:33:17+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e05467c0-7f4d-11ed-8073-9ae1af00b244 | InvocationID=e0546b3a-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:33:17+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e05467c0-7f4d-11ed-8073-9ae1af00b244 | InvocationID=e0546b3a-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:33:17+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e05467c0-7f4d-11ed-8073-9ae1af00b244 | InvocationID=e0546b3a-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:33:32+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da8ffb7e-7f4d-11ed-8073-9ae1af00b244 | InvocationID=da8ffd36-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:33:32+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e953584a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=e9535a0c-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:33:42+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e05467c0-7f4d-11ed-8073-9ae1af00b244 | InvocationID=e0546b3a-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:33:42+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef412d68-7f4d-11ed-8073-9ae1af00b244 | InvocationID=ef41333a-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:33:42+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef412d68-7f4d-11ed-8073-9ae1af00b244 | InvocationID=ef41333a-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:33:42+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef412d68-7f4d-11ed-8073-9ae1af00b244 | InvocationID=ef41333a-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:33:56+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e953584a-7f4d-11ed-8073-9ae1af00b244 | InvocationID=e9535a0c-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:33:56+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f81456ae-7f4d-11ed-8073-9ae1af00b244 | InvocationID=f8145a32-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:34:07+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef412d68-7f4d-11ed-8073-9ae1af00b244 | InvocationID=ef41333a-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:34:07+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2c68ce-7f4d-11ed-8073-9ae1af00b244 | InvocationID=fe2c6f0e-7f4d-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:34:07+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2c68ce-7f4d-11ed-8073-9ae1af00b244 | InvocationID=fe2c6f0e-7f4d-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:34:07+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe2c68ce-7f4d-11ed-8073-9ae1af00b244 | InvocationID=fe2c6f0e-7f4d-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:34:21+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f81456ae-7f4d-11ed-8073-9ae1af00b244 | InvocationID=f8145a32-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:34:21+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06d477e6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=06d47a84-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:34:32+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe2c68ce-7f4d-11ed-8073-9ae1af00b244 | InvocationID=fe2c6f0e-7f4d-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:34:32+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d18aa5a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=0d18ac3a-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:34:32+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d18aa5a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=0d18ac3a-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:34:32+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d18aa5a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=0d18ac3a-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:34:46+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06d477e6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=06d47a84-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:34:46+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15953e6e-7f4e-11ed-8073-9ae1af00b244 | InvocationID=15954044-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:34:57+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d18aa5a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=0d18ac3a-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:34:57+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c03b028-7f4e-11ed-8073-9ae1af00b244 | InvocationID=1c03b9ce-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:34:57+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c03b028-7f4e-11ed-8073-9ae1af00b244 | InvocationID=1c03b9ce-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:34:57+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c03b028-7f4e-11ed-8073-9ae1af00b244 | InvocationID=1c03b9ce-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:35:11+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15953e6e-7f4e-11ed-8073-9ae1af00b244 | InvocationID=15954044-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:35:11+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2456b6ee-7f4e-11ed-8073-9ae1af00b244 | InvocationID=2456b8b0-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:35:22+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c03b028-7f4e-11ed-8073-9ae1af00b244 | InvocationID=1c03b9ce-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:35:22+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2af16a3a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=2af16c42-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:35:22+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2af16a3a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=2af16c42-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:35:22+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2af16a3a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=2af16c42-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:35:35+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2456b6ee-7f4e-11ed-8073-9ae1af00b244 | InvocationID=2456b8b0-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:35:35+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=331921bc-7f4e-11ed-8073-9ae1af00b244 | InvocationID=331931c0-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:35:47+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2af16a3a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=2af16c42-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:35:47+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39dd7070-7f4e-11ed-8073-9ae1af00b244 | InvocationID=39dd74da-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:35:47+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39dd7070-7f4e-11ed-8073-9ae1af00b244 | InvocationID=39dd74da-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:35:47+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39dd7070-7f4e-11ed-8073-9ae1af00b244 | InvocationID=39dd74da-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:36:00+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=331921bc-7f4e-11ed-8073-9ae1af00b244 | InvocationID=331931c0-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:36:00+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41daab6c-7f4e-11ed-8073-9ae1af00b244 | InvocationID=41daad24-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:36:12+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39dd7070-7f4e-11ed-8073-9ae1af00b244 | InvocationID=39dd74da-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:36:12+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c90f72-7f4e-11ed-8073-9ae1af00b244 | InvocationID=48c9113e-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:36:12+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c90f72-7f4e-11ed-8073-9ae1af00b244 | InvocationID=48c9113e-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:36:12+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48c90f72-7f4e-11ed-8073-9ae1af00b244 | InvocationID=48c9113e-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:36:25+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41daab6c-7f4e-11ed-8073-9ae1af00b244 | InvocationID=41daad24-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:36:25+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=509b453a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=509b4760-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:36:37+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48c90f72-7f4e-11ed-8073-9ae1af00b244 | InvocationID=48c9113e-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:36:37+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b5007c-7f4e-11ed-8073-9ae1af00b244 | InvocationID=57b503ba-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:36:37+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b5007c-7f4e-11ed-8073-9ae1af00b244 | InvocationID=57b503ba-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:36:37+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b5007c-7f4e-11ed-8073-9ae1af00b244 | InvocationID=57b503ba-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:36:50+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=509b453a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=509b4760-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:36:50+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f643964-7f4e-11ed-8073-9ae1af00b244 | InvocationID=5f643c70-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:37:02+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b5007c-7f4e-11ed-8073-9ae1af00b244 | InvocationID=57b503ba-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:37:02+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a0d1e2-7f4e-11ed-8073-9ae1af00b244 | InvocationID=66a0d412-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:37:02+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a0d1e2-7f4e-11ed-8073-9ae1af00b244 | InvocationID=66a0d412-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:37:02+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66a0d1e2-7f4e-11ed-8073-9ae1af00b244 | InvocationID=66a0d412-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:37:15+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f643964-7f4e-11ed-8073-9ae1af00b244 | InvocationID=5f643c70-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:37:15+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e280c6e-7f4e-11ed-8073-9ae1af00b244 | InvocationID=6e280fb6-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:37:27+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66a0d1e2-7f4e-11ed-8073-9ae1af00b244 | InvocationID=66a0d412-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:37:27+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=758be1ba-7f4e-11ed-8073-9ae1af00b244 | InvocationID=758be386-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:37:27+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=758be1ba-7f4e-11ed-8073-9ae1af00b244 | InvocationID=758be386-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:37:27+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=758be1ba-7f4e-11ed-8073-9ae1af00b244 | InvocationID=758be386-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:37:39+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e280c6e-7f4e-11ed-8073-9ae1af00b244 | InvocationID=6e280fb6-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:37:39+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce8f1be-7f4e-11ed-8073-9ae1af00b244 | InvocationID=7ce8f36c-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:37:52+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=758be1ba-7f4e-11ed-8073-9ae1af00b244 | InvocationID=758be386-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:37:52+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84771334-7f4e-11ed-8073-9ae1af00b244 | InvocationID=8477150a-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:37:52+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84771334-7f4e-11ed-8073-9ae1af00b244 | InvocationID=8477150a-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:37:52+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84771334-7f4e-11ed-8073-9ae1af00b244 | InvocationID=8477150a-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:38:04+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ce8f1be-7f4e-11ed-8073-9ae1af00b244 | InvocationID=7ce8f36c-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:38:04+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8badcbd4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=8badce04-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:38:17+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84771334-7f4e-11ed-8073-9ae1af00b244 | InvocationID=8477150a-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:38:17+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93620ec6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=93621088-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:38:17+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93620ec6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=93621088-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:38:17+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93620ec6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=93621088-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:38:29+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8badcbd4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=8badce04-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:38:29+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a700628-7f4e-11ed-8073-9ae1af00b244 | InvocationID=9a700894-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:38:42+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93620ec6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=93621088-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:38:42+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a252aef4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=a252b0d4-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:38:42+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a252aef4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=a252b0d4-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:38:42+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a252aef4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=a252b0d4-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:38:54+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a700628-7f4e-11ed-8073-9ae1af00b244 | InvocationID=9a700894-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:38:54+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a93dd5ea-7f4e-11ed-8073-9ae1af00b244 | InvocationID=a93dd860-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:39:07+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a252aef4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=a252b0d4-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:39:07+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b13dd79a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=b13dda24-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:39:07+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b13dd79a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=b13dda24-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:39:07+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b13dd79a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=b13dda24-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:39:19+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a93dd5ea-7f4e-11ed-8073-9ae1af00b244 | InvocationID=a93dd860-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:39:19+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8074fe8-7f4e-11ed-8073-9ae1af00b244 | InvocationID=b8075222-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:39:32+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b13dd79a-7f4e-11ed-8073-9ae1af00b244 | InvocationID=b13dda24-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:39:32+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c02a3096-7f4e-11ed-8073-9ae1af00b244 | InvocationID=c02a39f6-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:39:32+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c02a3096-7f4e-11ed-8073-9ae1af00b244 | InvocationID=c02a39f6-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:39:32+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c02a3096-7f4e-11ed-8073-9ae1af00b244 | InvocationID=c02a39f6-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:39:43+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8074fe8-7f4e-11ed-8073-9ae1af00b244 | InvocationID=b8075222-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:39:43+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c7ddd6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=c6c7e0c4-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:39:57+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c02a3096-7f4e-11ed-8073-9ae1af00b244 | InvocationID=c02a39f6-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:39:57+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf1641e4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=cf16443c-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:39:57+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf1641e4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=cf16443c-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:39:57+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf1641e4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=cf16443c-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:40:08+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6c7ddd6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=c6c7e0c4-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:40:08+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d58c1fc6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=d58c2188-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:40:22+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf1641e4-7f4e-11ed-8073-9ae1af00b244 | InvocationID=cf16443c-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:40:22+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de026976-7f4e-11ed-8073-9ae1af00b244 | InvocationID=de026bce-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:40:22+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de026976-7f4e-11ed-8073-9ae1af00b244 | InvocationID=de026bce-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:40:22+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de026976-7f4e-11ed-8073-9ae1af00b244 | InvocationID=de026bce-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:40:33+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d58c1fc6-7f4e-11ed-8073-9ae1af00b244 | InvocationID=d58c2188-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:40:33+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e451ed9c-7f4e-11ed-8073-9ae1af00b244 | InvocationID=e451efb8-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:40:47+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de026976-7f4e-11ed-8073-9ae1af00b244 | InvocationID=de026bce-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:40:47+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eced24f8-7f4e-11ed-8073-9ae1af00b244 | InvocationID=eced2796-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:40:47+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eced24f8-7f4e-11ed-8073-9ae1af00b244 | InvocationID=eced2796-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:40:47+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eced24f8-7f4e-11ed-8073-9ae1af00b244 | InvocationID=eced2796-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:40:58+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e451ed9c-7f4e-11ed-8073-9ae1af00b244 | InvocationID=e451efb8-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:40:58+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3163a04-7f4e-11ed-8073-9ae1af00b244 | InvocationID=f3163c5c-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:41:12+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eced24f8-7f4e-11ed-8073-9ae1af00b244 | InvocationID=eced2796-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:41:12+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbd84db2-7f4e-11ed-8073-9ae1af00b244 | InvocationID=fbd84f7e-7f4e-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:41:12+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbd84db2-7f4e-11ed-8073-9ae1af00b244 | InvocationID=fbd84f7e-7f4e-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:41:12+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbd84db2-7f4e-11ed-8073-9ae1af00b244 | InvocationID=fbd84f7e-7f4e-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:41:22+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3163a04-7f4e-11ed-8073-9ae1af00b244 | InvocationID=f3163c5c-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:41:22+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d6cb1c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=01d6ccde-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:41:37+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbd84db2-7f4e-11ed-8073-9ae1af00b244 | InvocationID=fbd84f7e-7f4e-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:41:37+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac427f6-7f4f-11ed-8073-9ae1af00b244 | InvocationID=0ac429e0-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:41:37+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac427f6-7f4f-11ed-8073-9ae1af00b244 | InvocationID=0ac429e0-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:41:37+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ac427f6-7f4f-11ed-8073-9ae1af00b244 | InvocationID=0ac429e0-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:41:47+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01d6cb1c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=01d6ccde-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:41:47+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=109a25ea-7f4f-11ed-8073-9ae1af00b244 | InvocationID=109a27ac-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:42:02+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ac427f6-7f4f-11ed-8073-9ae1af00b244 | InvocationID=0ac429e0-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:42:02+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19af38a0-7f4f-11ed-8073-9ae1af00b244 | InvocationID=19af3a6c-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:42:02+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19af38a0-7f4f-11ed-8073-9ae1af00b244 | InvocationID=19af3a6c-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:42:02+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19af38a0-7f4f-11ed-8073-9ae1af00b244 | InvocationID=19af3a6c-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:42:12+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=109a25ea-7f4f-11ed-8073-9ae1af00b244 | InvocationID=109a27ac-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:42:12+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f5a9db2-7f4f-11ed-8073-9ae1af00b244 | InvocationID=1f5a9fd8-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:42:27+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19af38a0-7f4f-11ed-8073-9ae1af00b244 | InvocationID=19af3a6c-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:42:27+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=289a31e4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=289a3dd8-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:42:27+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=289a31e4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=289a3dd8-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:42:27+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=289a31e4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=289a3dd8-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:42:37+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f5a9db2-7f4f-11ed-8073-9ae1af00b244 | InvocationID=1f5a9fd8-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:42:37+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e1ba936-7f4f-11ed-8073-9ae1af00b244 | InvocationID=2e1baaf8-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:42:52+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=289a31e4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=289a3dd8-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:42:52+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3788da8e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=3788dc46-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:42:52+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3788da8e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=3788dc46-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:42:52+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3788da8e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=3788dc46-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:43:01+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e1ba936-7f4f-11ed-8073-9ae1af00b244 | InvocationID=2e1baaf8-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:43:01+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cddaa00-7f4f-11ed-8073-9ae1af00b244 | InvocationID=3cddabcc-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:43:17+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3788da8e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=3788dc46-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:43:17+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4673fac4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=4673fd8a-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:43:17+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4673fac4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=4673fd8a-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:43:17+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4673fac4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=4673fd8a-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:43:26+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cddaa00-7f4f-11ed-8073-9ae1af00b244 | InvocationID=3cddabcc-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:43:26+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ba18a84-7f4f-11ed-8073-9ae1af00b244 | InvocationID=4ba18cc8-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:43:42+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4673fac4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=4673fd8a-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:43:42+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5561782c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=5561813c-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:43:43+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5561782c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=5561813c-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:43:43+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5561782c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=5561813c-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:43:51+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ba18a84-7f4f-11ed-8073-9ae1af00b244 | InvocationID=4ba18cc8-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:43:51+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a627bbe-7f4f-11ed-8073-9ae1af00b244 | InvocationID=5a627efc-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:44:08+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5561782c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=5561813c-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:44:08+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=644dbb3e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=644dbdbe-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:44:08+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=644dbb3e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=644dbdbe-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:44:08+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=644dbb3e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=644dbdbe-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:44:16+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a627bbe-7f4f-11ed-8073-9ae1af00b244 | InvocationID=5a627efc-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:44:16+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6923bb86-7f4f-11ed-8073-9ae1af00b244 | InvocationID=6923be9c-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:44:33+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=644dbb3e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=644dbdbe-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:44:33+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7338cb52-7f4f-11ed-8073-9ae1af00b244 | InvocationID=7338cd82-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:44:33+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7338cb52-7f4f-11ed-8073-9ae1af00b244 | InvocationID=7338cd82-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:44:33+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7338cb52-7f4f-11ed-8073-9ae1af00b244 | InvocationID=7338cd82-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:44:40+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6923bb86-7f4f-11ed-8073-9ae1af00b244 | InvocationID=6923be9c-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:44:40+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77e560fc-7f4f-11ed-8073-9ae1af00b244 | InvocationID=77e563a4-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:44:58+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7338cb52-7f4f-11ed-8073-9ae1af00b244 | InvocationID=7338cd82-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:44:58+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82240b86-7f4f-11ed-8073-9ae1af00b244 | InvocationID=82240f46-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:44:58+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82240b86-7f4f-11ed-8073-9ae1af00b244 | InvocationID=82240f46-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:44:58+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82240b86-7f4f-11ed-8073-9ae1af00b244 | InvocationID=82240f46-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:45:05+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77e560fc-7f4f-11ed-8073-9ae1af00b244 | InvocationID=77e563a4-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:45:05+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a709c4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=86a70bb8-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:45:23+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82240b86-7f4f-11ed-8073-9ae1af00b244 | InvocationID=82240f46-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:45:23+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=910f2464-7f4f-11ed-8073-9ae1af00b244 | InvocationID=910f26c6-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:45:23+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=910f2464-7f4f-11ed-8073-9ae1af00b244 | InvocationID=910f26c6-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:45:23+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=910f2464-7f4f-11ed-8073-9ae1af00b244 | InvocationID=910f26c6-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:45:30+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86a709c4-7f4f-11ed-8073-9ae1af00b244 | InvocationID=86a70bb8-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:45:30+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=956b3a8e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=956b3cdc-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:45:48+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=910f2464-7f4f-11ed-8073-9ae1af00b244 | InvocationID=910f26c6-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:45:48+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ffa51ec-7f4f-11ed-8073-9ae1af00b244 | InvocationID=9ffa59c6-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:45:48+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ffa51ec-7f4f-11ed-8073-9ae1af00b244 | InvocationID=9ffa59c6-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:45:48+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ffa51ec-7f4f-11ed-8073-9ae1af00b244 | InvocationID=9ffa59c6-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:45:55+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=956b3a8e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=956b3cdc-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:45:55+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42bd682-7f4f-11ed-8073-9ae1af00b244 | InvocationID=a42bd84e-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:46:13+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ffa51ec-7f4f-11ed-8073-9ae1af00b244 | InvocationID=9ffa59c6-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:46:13+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aee5ed4c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=aee5ef04-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:46:13+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aee5ed4c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=aee5ef04-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:46:13+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aee5ed4c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=aee5ef04-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:46:19+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a42bd682-7f4f-11ed-8073-9ae1af00b244 | InvocationID=a42bd84e-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:46:19+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ebd69a-7f4f-11ed-8073-9ae1af00b244 | InvocationID=b2ebd8de-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:46:38+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aee5ed4c-7f4f-11ed-8073-9ae1af00b244 | InvocationID=aee5ef04-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:46:38+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdd0a9f0-7f4f-11ed-8073-9ae1af00b244 | InvocationID=bdd0ac66-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:46:38+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdd0a9f0-7f4f-11ed-8073-9ae1af00b244 | InvocationID=bdd0ac66-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:46:38+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdd0a9f0-7f4f-11ed-8073-9ae1af00b244 | InvocationID=bdd0ac66-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:46:44+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2ebd69a-7f4f-11ed-8073-9ae1af00b244 | InvocationID=b2ebd8de-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:46:44+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1ac9aca-7f4f-11ed-8073-9ae1af00b244 | InvocationID=c1ac9d40-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:47:03+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdd0a9f0-7f4f-11ed-8073-9ae1af00b244 | InvocationID=bdd0ac66-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:47:03+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbbeda8-7f4f-11ed-8073-9ae1af00b244 | InvocationID=ccbbf12c-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:47:03+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbbeda8-7f4f-11ed-8073-9ae1af00b244 | InvocationID=ccbbf12c-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:47:03+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccbbeda8-7f4f-11ed-8073-9ae1af00b244 | InvocationID=ccbbf12c-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:47:09+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1ac9aca-7f4f-11ed-8073-9ae1af00b244 | InvocationID=c1ac9d40-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:47:09+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d06d3e52-7f4f-11ed-8073-9ae1af00b244 | InvocationID=d06d410e-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:47:28+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccbbeda8-7f4f-11ed-8073-9ae1af00b244 | InvocationID=ccbbf12c-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:47:28+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba83f24-7f4f-11ed-8073-9ae1af00b244 | InvocationID=dba84dd4-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:47:28+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dba83f24-7f4f-11ed-8073-9ae1af00b244 | InvocationID=dba84dd4-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:47:28+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dba83f24-7f4f-11ed-8073-9ae1af00b244 | InvocationID=dba84dd4-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:47:34+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d06d3e52-7f4f-11ed-8073-9ae1af00b244 | InvocationID=d06d410e-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:47:34+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df37e748-7f4f-11ed-8073-9ae1af00b244 | InvocationID=df37e900-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:47:53+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dba83f24-7f4f-11ed-8073-9ae1af00b244 | InvocationID=dba84dd4-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:47:53+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea940888-7f4f-11ed-8073-9ae1af00b244 | InvocationID=ea940ffe-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:47:53+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea940888-7f4f-11ed-8073-9ae1af00b244 | InvocationID=ea940ffe-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:47:53+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea940888-7f4f-11ed-8073-9ae1af00b244 | InvocationID=ea940ffe-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:47:59+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df37e748-7f4f-11ed-8073-9ae1af00b244 | InvocationID=df37e900-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:47:59+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf95d3e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=edf95f0a-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:48:18+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea940888-7f4f-11ed-8073-9ae1af00b244 | InvocationID=ea940ffe-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:48:18+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9801ab2-7f4f-11ed-8073-9ae1af00b244 | InvocationID=f9801ce2-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:48:18+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9801ab2-7f4f-11ed-8073-9ae1af00b244 | InvocationID=f9801ce2-7f4f-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:48:18+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9801ab2-7f4f-11ed-8073-9ae1af00b244 | InvocationID=f9801ce2-7f4f-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:48:23+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edf95d3e-7f4f-11ed-8073-9ae1af00b244 | InvocationID=edf95f0a-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:48:23+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcba5422-7f4f-11ed-8073-9ae1af00b244 | InvocationID=fcba58dc-7f4f-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:48:43+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9801ab2-7f4f-11ed-8073-9ae1af00b244 | InvocationID=f9801ce2-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:48:43+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08720bd4-7f50-11ed-8073-9ae1af00b244 | InvocationID=08720e7c-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:48:43+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08720bd4-7f50-11ed-8073-9ae1af00b244 | InvocationID=08720e7c-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:48:43+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08720bd4-7f50-11ed-8073-9ae1af00b244 | InvocationID=08720e7c-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:48:48+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcba5422-7f4f-11ed-8073-9ae1af00b244 | InvocationID=fcba58dc-7f4f-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:48:48+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b7b9c00-7f50-11ed-8073-9ae1af00b244 | InvocationID=0b7b9db8-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:49:08+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08720bd4-7f50-11ed-8073-9ae1af00b244 | InvocationID=08720e7c-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:49:08+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=175d57c0-7f50-11ed-8073-9ae1af00b244 | InvocationID=175d5a9a-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:49:08+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=175d57c0-7f50-11ed-8073-9ae1af00b244 | InvocationID=175d5a9a-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:49:08+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=175d57c0-7f50-11ed-8073-9ae1af00b244 | InvocationID=175d5a9a-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:49:13+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b7b9c00-7f50-11ed-8073-9ae1af00b244 | InvocationID=0b7b9db8-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:49:13+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a3f0ba0-7f50-11ed-8073-9ae1af00b244 | InvocationID=1a3f0de4-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:49:33+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=175d57c0-7f50-11ed-8073-9ae1af00b244 | InvocationID=175d5a9a-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:49:33+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2648b3a6-7f50-11ed-8073-9ae1af00b244 | InvocationID=2648b72a-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:49:33+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2648b3a6-7f50-11ed-8073-9ae1af00b244 | InvocationID=2648b72a-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:49:33+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2648b3a6-7f50-11ed-8073-9ae1af00b244 | InvocationID=2648b72a-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:49:38+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a3f0ba0-7f50-11ed-8073-9ae1af00b244 | InvocationID=1a3f0de4-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:49:38+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29008f4c-7f50-11ed-8073-9ae1af00b244 | InvocationID=290094d8-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:49:58+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2648b3a6-7f50-11ed-8073-9ae1af00b244 | InvocationID=2648b72a-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:49:58+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=353511e8-7f50-11ed-8073-9ae1af00b244 | InvocationID=35351418-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:49:58+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=353511e8-7f50-11ed-8073-9ae1af00b244 | InvocationID=35351418-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:49:58+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=353511e8-7f50-11ed-8073-9ae1af00b244 | InvocationID=35351418-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:50:02+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29008f4c-7f50-11ed-8073-9ae1af00b244 | InvocationID=290094d8-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:50:02+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37c0ad64-7f50-11ed-8073-9ae1af00b244 | InvocationID=37c0aefe-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:50:23+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=353511e8-7f50-11ed-8073-9ae1af00b244 | InvocationID=35351418-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:50:23+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4420104a-7f50-11ed-8073-9ae1af00b244 | InvocationID=442014be-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:50:23+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4420104a-7f50-11ed-8073-9ae1af00b244 | InvocationID=442014be-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:50:23+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4420104a-7f50-11ed-8073-9ae1af00b244 | InvocationID=442014be-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:50:27+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37c0ad64-7f50-11ed-8073-9ae1af00b244 | InvocationID=37c0aefe-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:50:27+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4682adc0-7f50-11ed-8073-9ae1af00b244 | InvocationID=4682aff0-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:50:48+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4420104a-7f50-11ed-8073-9ae1af00b244 | InvocationID=442014be-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:50:48+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=530dada6-7f50-11ed-8073-9ae1af00b244 | InvocationID=530db116-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:50:48+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=530dada6-7f50-11ed-8073-9ae1af00b244 | InvocationID=530db116-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:50:48+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=530dada6-7f50-11ed-8073-9ae1af00b244 | InvocationID=530db116-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:50:52+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4682adc0-7f50-11ed-8073-9ae1af00b244 | InvocationID=4682aff0-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:50:52+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5543c2c2-7f50-11ed-8073-9ae1af00b244 | InvocationID=5543c650-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:51:13+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=530dada6-7f50-11ed-8073-9ae1af00b244 | InvocationID=530db116-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:51:13+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fc09e8-7f50-11ed-8073-9ae1af00b244 | InvocationID=61fc0bb4-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:51:13+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fc09e8-7f50-11ed-8073-9ae1af00b244 | InvocationID=61fc0bb4-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:51:13+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61fc09e8-7f50-11ed-8073-9ae1af00b244 | InvocationID=61fc0bb4-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:51:17+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5543c2c2-7f50-11ed-8073-9ae1af00b244 | InvocationID=5543c650-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:51:17+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6405d02a-7f50-11ed-8073-9ae1af00b244 | InvocationID=6405d1ec-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:51:38+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61fc09e8-7f50-11ed-8073-9ae1af00b244 | InvocationID=61fc0bb4-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:51:38+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70e8c928-7f50-11ed-8073-9ae1af00b244 | InvocationID=70e8cf72-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:51:38+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70e8c928-7f50-11ed-8073-9ae1af00b244 | InvocationID=70e8cf72-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:51:38+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70e8c928-7f50-11ed-8073-9ae1af00b244 | InvocationID=70e8cf72-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:51:41+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6405d02a-7f50-11ed-8073-9ae1af00b244 | InvocationID=6405d1ec-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:51:41+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72c81b40-7f50-11ed-8073-9ae1af00b244 | InvocationID=72c81d02-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:52:03+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70e8c928-7f50-11ed-8073-9ae1af00b244 | InvocationID=70e8cf72-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:52:03+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fd65e00-7f50-11ed-8073-9ae1af00b244 | InvocationID=7fd660ee-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:52:03+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fd65e00-7f50-11ed-8073-9ae1af00b244 | InvocationID=7fd660ee-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:52:03+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fd65e00-7f50-11ed-8073-9ae1af00b244 | InvocationID=7fd660ee-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:52:06+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72c81b40-7f50-11ed-8073-9ae1af00b244 | InvocationID=72c81d02-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:52:06+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81912036-7f50-11ed-8073-9ae1af00b244 | InvocationID=81912266-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:52:28+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fd65e00-7f50-11ed-8073-9ae1af00b244 | InvocationID=7fd660ee-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:52:28+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ec47d52-7f50-11ed-8073-9ae1af00b244 | InvocationID=8ec48360-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:52:28+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ec47d52-7f50-11ed-8073-9ae1af00b244 | InvocationID=8ec48360-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:52:28+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ec47d52-7f50-11ed-8073-9ae1af00b244 | InvocationID=8ec48360-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:52:31+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81912036-7f50-11ed-8073-9ae1af00b244 | InvocationID=81912266-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:52:31+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90561d92-7f50-11ed-8073-9ae1af00b244 | InvocationID=9056217a-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:52:53+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ec47d52-7f50-11ed-8073-9ae1af00b244 | InvocationID=8ec48360-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:52:53+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dafd726-7f50-11ed-8073-9ae1af00b244 | InvocationID=9dafd992-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:52:53+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dafd726-7f50-11ed-8073-9ae1af00b244 | InvocationID=9dafd992-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:52:53+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dafd726-7f50-11ed-8073-9ae1af00b244 | InvocationID=9dafd992-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:52:56+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90561d92-7f50-11ed-8073-9ae1af00b244 | InvocationID=9056217a-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:52:56+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f169d98-7f50-11ed-8073-9ae1af00b244 | InvocationID=9f16a0b8-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:53:18+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dafd726-7f50-11ed-8073-9ae1af00b244 | InvocationID=9dafd992-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:53:18+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac9afd92-7f50-11ed-8073-9ae1af00b244 | InvocationID=ac9aff4a-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:53:18+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac9afd92-7f50-11ed-8073-9ae1af00b244 | InvocationID=ac9aff4a-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:53:18+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac9afd92-7f50-11ed-8073-9ae1af00b244 | InvocationID=ac9aff4a-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:53:20+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f169d98-7f50-11ed-8073-9ae1af00b244 | InvocationID=9f16a0b8-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:53:20+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add74bfc-7f50-11ed-8073-9ae1af00b244 | InvocationID=add74da0-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:53:43+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac9afd92-7f50-11ed-8073-9ae1af00b244 | InvocationID=ac9aff4a-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:53:43+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb890d12-7f50-11ed-8073-9ae1af00b244 | InvocationID=bb890f88-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:53:43+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb890d12-7f50-11ed-8073-9ae1af00b244 | InvocationID=bb890f88-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:53:43+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb890d12-7f50-11ed-8073-9ae1af00b244 | InvocationID=bb890f88-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:53:45+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=add74bfc-7f50-11ed-8073-9ae1af00b244 | InvocationID=add74da0-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:53:45+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc9c67b2-7f50-11ed-8073-9ae1af00b244 | InvocationID=bc9c6a96-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:54:08+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb890d12-7f50-11ed-8073-9ae1af00b244 | InvocationID=bb890f88-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:54:08+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca744a94-7f50-11ed-8073-9ae1af00b244 | InvocationID=ca744c92-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:54:08+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca744a94-7f50-11ed-8073-9ae1af00b244 | InvocationID=ca744c92-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:54:08+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca744a94-7f50-11ed-8073-9ae1af00b244 | InvocationID=ca744c92-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:54:10+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc9c67b2-7f50-11ed-8073-9ae1af00b244 | InvocationID=bc9c6a96-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:54:10+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb5e8e92-7f50-11ed-8073-9ae1af00b244 | InvocationID=cb5e9040-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:54:33+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca744a94-7f50-11ed-8073-9ae1af00b244 | InvocationID=ca744c92-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:54:33+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d95f6db8-7f50-11ed-8073-9ae1af00b244 | InvocationID=d95f6f7a-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:54:33+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d95f6db8-7f50-11ed-8073-9ae1af00b244 | InvocationID=d95f6f7a-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:54:33+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d95f6db8-7f50-11ed-8073-9ae1af00b244 | InvocationID=d95f6f7a-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:54:35+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb5e8e92-7f50-11ed-8073-9ae1af00b244 | InvocationID=cb5e9040-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:54:35+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da27aabc-7f50-11ed-8073-9ae1af00b244 | InvocationID=da27ac60-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:54:58+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d95f6db8-7f50-11ed-8073-9ae1af00b244 | InvocationID=d95f6f7a-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:54:58+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e84a4424-7f50-11ed-8073-9ae1af00b244 | InvocationID=e84a5acc-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:54:58+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e84a4424-7f50-11ed-8073-9ae1af00b244 | InvocationID=e84a5acc-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:54:58+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e84a4424-7f50-11ed-8073-9ae1af00b244 | InvocationID=e84a5acc-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:55:00+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da27aabc-7f50-11ed-8073-9ae1af00b244 | InvocationID=da27ac60-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:55:00+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8ebc2ae-7f50-11ed-8073-9ae1af00b244 | InvocationID=e8ebc452-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:55:23+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e84a4424-7f50-11ed-8073-9ae1af00b244 | InvocationID=e84a5acc-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:55:23+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f735cabc-7f50-11ed-8073-9ae1af00b244 | InvocationID=f735cc88-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:55:24+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f735cabc-7f50-11ed-8073-9ae1af00b244 | InvocationID=f735cc88-7f50-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:55:24+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f735cabc-7f50-11ed-8073-9ae1af00b244 | InvocationID=f735cc88-7f50-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:55:24+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8ebc2ae-7f50-11ed-8073-9ae1af00b244 | InvocationID=e8ebc452-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:55:24+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7b19c28-7f50-11ed-8073-9ae1af00b244 | InvocationID=f7b19e3a-7f50-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:55:49+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f735cabc-7f50-11ed-8073-9ae1af00b244 | InvocationID=f735cc88-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:55:49+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=062123f0-7f51-11ed-8073-9ae1af00b244 | InvocationID=062125d0-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:55:49+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=062123f0-7f51-11ed-8073-9ae1af00b244 | InvocationID=062125d0-7f51-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:55:49+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=062123f0-7f51-11ed-8073-9ae1af00b244 | InvocationID=062125d0-7f51-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:55:49+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7b19c28-7f50-11ed-8073-9ae1af00b244 | InvocationID=f7b19e3a-7f50-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:55:49+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=067824a2-7f51-11ed-8073-9ae1af00b244 | InvocationID=06782862-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:56:14+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=062123f0-7f51-11ed-8073-9ae1af00b244 | InvocationID=062125d0-7f51-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:56:14+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150c01f0-7f51-11ed-8073-9ae1af00b244 | InvocationID=150c03bc-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:56:14+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150c01f0-7f51-11ed-8073-9ae1af00b244 | InvocationID=150c03bc-7f51-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:56:14+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=150c01f0-7f51-11ed-8073-9ae1af00b244 | InvocationID=150c03bc-7f51-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:56:14+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=067824a2-7f51-11ed-8073-9ae1af00b244 | InvocationID=06782862-7f51-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:56:14+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1538ea3a-7f51-11ed-8073-9ae1af00b244 | InvocationID=1538ec06-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:56:39+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=150c01f0-7f51-11ed-8073-9ae1af00b244 | InvocationID=150c03bc-7f51-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:56:39+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23f735b8-7f51-11ed-8073-9ae1af00b244 | InvocationID=23f73838-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:56:39+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1538ea3a-7f51-11ed-8073-9ae1af00b244 | InvocationID=1538ec06-7f51-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:56:39+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23fa93f2-7f51-11ed-8073-9ae1af00b244 | InvocationID=23fa95aa-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:56:39+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23f735b8-7f51-11ed-8073-9ae1af00b244 | InvocationID=23f73838-7f51-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:56:39+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23f735b8-7f51-11ed-8073-9ae1af00b244 | InvocationID=23f73838-7f51-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:57:03+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23fa93f2-7f51-11ed-8073-9ae1af00b244 | InvocationID=23fa95aa-7f51-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:57:03+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32bbcfaa-7f51-11ed-8073-9ae1af00b244 | InvocationID=32bbd996-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:57:04+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23f735b8-7f51-11ed-8073-9ae1af00b244 | InvocationID=23f73838-7f51-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:57:04+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32e69618-7f51-11ed-8073-9ae1af00b244 | InvocationID=32e69b40-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:57:04+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32e69618-7f51-11ed-8073-9ae1af00b244 | InvocationID=32e69b40-7f51-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:57:04+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32e69618-7f51-11ed-8073-9ae1af00b244 | InvocationID=32e69b40-7f51-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:57:28+0000 | aai_event_thread | 140564775562016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32bbcfaa-7f51-11ed-8073-9ae1af00b244 | InvocationID=32bbd996-7f51-11ed-8073-9ae1af00b244 | Polling MR for XNF AAI events.
2022-12-19T03:57:28+0000 | aai_event_thread | 140564775562016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=418000b0-7f51-11ed-8073-9ae1af00b244 | InvocationID=41800510-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-19T03:57:29+0000 | policy_event_thread | 140564776622880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32e69618-7f51-11ed-8073-9ae1af00b244 | InvocationID=32e69b40-7f51-11ed-8073-9ae1af00b244 | Polling MR for XNF activation/deactivation policy response events.
2022-12-19T03:57:29+0000 | policy_event_thread | 140564776622880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41d1bfa4-7f51-11ed-8073-9ae1af00b244 | InvocationID=41d1c332-7f51-11ed-8073-9ae1af00b244 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-19T03:57:29+0000 | policy_event_thread | 140564776622880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41d1bfa4-7f51-11ed-8073-9ae1af00b244 | InvocationID=41d1c332-7f51-11ed-8073-9ae1af00b244 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-19T03:57:29+0000 | policy_event_thread | 140564776622880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41d1bfa4-7f51-11ed-8073-9ae1af00b244 | InvocationID=41d1c332-7f51-11ed-8073-9ae1af00b244 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000