Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2023-03-11T03:27:34+0000 | MainThread | 140367224986952 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-03-11T03:27:34+0000 | MainThread | 140367224986952 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2023-03-11T03:27:34+0000 | MainThread | 140367224986952 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-03-11T03:27:34+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:27:34+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-03-11T03:27:34+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa430ab0-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=aa430d1c-bfbc-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:27:34+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa432cb6-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=aa432e50-bfbc-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:27:35+0000 | MainThread | 140367224986952 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-03-11T03:28:35+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa430ab0-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=aa430d1c-bfbc-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:28:35+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa430ab0-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=aa430d1c-bfbc-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:28:35+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa432cb6-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=aa432e50-bfbc-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:28:35+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa432cb6-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=aa432e50-bfbc-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:28:55+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa432cb6-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=aa432e50-bfbc-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:28:55+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da02fd1e-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=da0300ca-bfbc-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:29:00+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa430ab0-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=aa430d1c-bfbc-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:29:00+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcfc56dc-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=dcfc5880-bfbc-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:29:55+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da02fd1e-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=da0300ca-bfbc-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:29:55+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da02fd1e-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=da0300ca-bfbc-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:30:00+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcfc56dc-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=dcfc5880-bfbc-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:30:00+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcfc56dc-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=dcfc5880-bfbc-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:30:15+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da02fd1e-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=da0300ca-bfbc-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:30:15+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09bb26a8-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=09bb2c16-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:30:25+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcfc56dc-bfbc-11ed-bbbc-b251aae448b4 | InvocationID=dcfc5880-bfbc-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:30:25+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fac7c2e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=0fac7f94-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:31:15+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09bb26a8-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=09bb2c16-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:31:15+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09bb26a8-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=09bb2c16-bfbd-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:31:25+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fac7c2e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=0fac7f94-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:31:25+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fac7c2e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=0fac7f94-bfbd-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:31:35+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09bb26a8-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=09bb2c16-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:31:35+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39738070-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=397387c8-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:31:50+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fac7c2e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=0fac7f94-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:31:50+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=425d9dba-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=425d9f68-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:32:35+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39738070-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=397387c8-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:32:35+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39738070-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=397387c8-bfbd-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:32:50+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=425d9dba-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=425d9f68-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:32:50+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=425d9dba-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=425d9f68-bfbd-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:32:55+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39738070-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=397387c8-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:32:55+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6929fc4a-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=6929fff6-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:33:15+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=425d9dba-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=425d9f68-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:33:15+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=750d778a-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=750d7960-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:33:55+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6929fc4a-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=6929fff6-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:33:55+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6929fc4a-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=6929fff6-bfbd-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:34:15+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=750d778a-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=750d7960-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:34:15+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=750d778a-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=750d7960-bfbd-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:34:15+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6929fc4a-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=6929fff6-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:34:15+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e08094-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=98e0830a-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:34:40+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=750d778a-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=750d7960-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:34:40+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7bd1316-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=a7bd1546-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:35:15+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e08094-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=98e0830a-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:35:15+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98e08094-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=98e0830a-bfbd-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:35:35+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98e08094-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=98e0830a-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:35:35+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c895d92e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=c895dc62-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:35:40+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7bd1316-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=a7bd1546-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:35:40+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7bd1316-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=a7bd1546-bfbd-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:36:05+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7bd1316-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=a7bd1546-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:36:05+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da6dc68e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=da6dca58-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:36:35+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c895d92e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=c895dc62-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:36:35+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c895d92e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=c895dc62-bfbd-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:36:55+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c895d92e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=c895dc62-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:36:55+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84c3a46-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=f84c3d0c-bfbd-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:37:05+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da6dc68e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=da6dca58-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:37:05+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da6dc68e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=da6dca58-bfbd-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:37:30+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da6dc68e-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=da6dca58-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:37:30+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d1ef1a2-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=0d1ef3c8-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:37:55+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84c3a46-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=f84c3d0c-bfbd-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:37:55+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f84c3a46-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=f84c3d0c-bfbd-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:38:15+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f84c3a46-bfbd-11ed-bbbc-b251aae448b4 | InvocationID=f84c3d0c-bfbd-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:38:15+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28029e42-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=2802a112-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:38:30+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d1ef1a2-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=0d1ef3c8-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:38:30+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d1ef1a2-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=0d1ef3c8-bfbe-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:38:55+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d1ef1a2-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=0d1ef3c8-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:38:55+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd3fdf4-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=3fd40290-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:39:15+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28029e42-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=2802a112-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:39:15+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28029e42-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=2802a112-bfbe-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:39:35+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28029e42-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=2802a112-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:39:35+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b9b59e-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=57b9b80a-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:39:55+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd3fdf4-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=3fd40290-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:39:55+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fd3fdf4-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=3fd40290-bfbe-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:40:20+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fd3fdf4-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=3fd40290-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:40:20+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=728634ce-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=72863690-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:40:35+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b9b59e-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=57b9b80a-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:40:35+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57b9b59e-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=57b9b80a-bfbe-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:40:55+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57b9b59e-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=57b9b80a-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:40:55+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=877077aa-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=87707962-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:41:20+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=728634ce-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=72863690-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:41:20+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=728634ce-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=72863690-bfbe-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:41:45+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=728634ce-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=72863690-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:41:45+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a537bde8-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=a537c446-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:41:55+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=877077aa-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=87707962-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:41:55+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=877077aa-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=87707962-bfbe-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:42:15+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=877077aa-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=87707962-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:42:15+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b72bdfde-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=b72be24a-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:42:45+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a537bde8-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=a537c446-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:42:45+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a537bde8-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=a537c446-bfbe-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:43:10+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a537bde8-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=a537c446-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:43:10+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e840be-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=d7e842da-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:43:15+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b72bdfde-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=b72be24a-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:43:15+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b72bdfde-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=b72be24a-bfbe-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:43:35+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b72bdfde-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=b72be24a-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:43:35+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6e830e2-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=e6e8329a-bfbe-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:44:10+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e840be-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=d7e842da-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:44:10+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e840be-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=d7e842da-bfbe-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:44:35+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e840be-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=d7e842da-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:44:35+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a99373e-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=0a993b58-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:44:35+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6e830e2-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=e6e8329a-bfbe-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:44:35+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6e830e2-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=e6e8329a-bfbe-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:44:55+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6e830e2-bfbe-11ed-bbbc-b251aae448b4 | InvocationID=e6e8329a-bfbe-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:44:55+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a1a93a-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=16a1ab60-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:45:35+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a99373e-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=0a993b58-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:45:35+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a99373e-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=0a993b58-bfbf-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:45:55+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16a1a93a-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=16a1ab60-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:45:55+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16a1a93a-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=16a1ab60-bfbf-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:46:00+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a99373e-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=0a993b58-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:46:00+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d499584-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=3d499746-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:46:15+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16a1a93a-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=16a1ab60-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:46:15+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=465a90a6-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=465a936c-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:47:00+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d499584-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=3d499746-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:47:00+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d499584-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=3d499746-bfbf-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:47:15+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=465a90a6-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=465a936c-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:47:15+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=465a90a6-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=465a936c-bfbf-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:47:25+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d499584-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=3d499746-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:47:25+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ffab8dc-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=6ffabd3c-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:47:35+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=465a90a6-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=465a936c-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:47:35+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=760f39fa-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=760f3bbc-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:48:25+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ffab8dc-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=6ffabd3c-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:48:25+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ffab8dc-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=6ffabd3c-bfbf-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:48:35+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=760f39fa-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=760f3bbc-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:48:35+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=760f39fa-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=760f3bbc-bfbf-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:48:50+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ffab8dc-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=6ffabd3c-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:48:50+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2ad4678-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=a2ad490c-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:48:55+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=760f39fa-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=760f3bbc-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:48:55+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5c4091e-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=a5c40af4-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:49:50+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2ad4678-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=a2ad490c-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:49:50+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2ad4678-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=a2ad490c-bfbf-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:49:55+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5c4091e-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=a5c40af4-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:49:55+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5c4091e-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=a5c40af4-bfbf-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:50:15+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2ad4678-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=a2ad490c-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:50:15+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d561431c-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=d5614902-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:50:15+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5c4091e-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=a5c40af4-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:50:15+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d57903d0-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=d5790966-bfbf-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:51:15+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d561431c-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=d5614902-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:51:15+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d561431c-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=d5614902-bfbf-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:51:15+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d57903d0-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=d5790966-bfbf-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:51:15+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d57903d0-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=d5790966-bfbf-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:51:35+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d57903d0-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=d5790966-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:51:35+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052f83ba-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=052f85ae-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:51:40+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d561431c-bfbf-11ed-bbbc-b251aae448b4 | InvocationID=d5614902-bfbf-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:51:40+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08120026-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=081201de-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:52:36+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052f83ba-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=052f85ae-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:52:36+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=052f83ba-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=052f85ae-bfc0-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:52:40+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08120026-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=081201de-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:52:40+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08120026-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=081201de-bfc0-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:52:56+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=052f83ba-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=052f85ae-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:52:56+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e42764-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=34e43470-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:53:05+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08120026-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=081201de-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:53:05+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac1ee8c-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=3ac1f044-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:53:56+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e42764-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=34e43470-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:53:56+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34e42764-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=34e43470-bfc0-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:54:05+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac1ee8c-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=3ac1f044-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:54:05+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac1ee8c-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=3ac1f044-bfc0-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:54:16+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34e42764-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=34e43470-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:54:16+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=649a34f8-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=649a38fe-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:54:30+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac1ee8c-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=3ac1f044-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:54:30+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d761722-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=6d7618e4-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:55:16+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=649a34f8-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=649a38fe-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:55:16+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=649a34f8-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=649a38fe-bfc0-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:55:30+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d761722-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=6d7618e4-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:55:30+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d761722-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=6d7618e4-bfc0-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:55:36+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=649a34f8-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=649a38fe-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:55:36+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=944e7196-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=944e7470-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:55:55+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d761722-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=6d7618e4-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:55:55+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0268148-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=a026858a-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:56:36+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=944e7196-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=944e7470-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:56:36+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=944e7196-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=944e7470-bfc0-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:56:56+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0268148-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=a026858a-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:56:56+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0268148-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=a026858a-bfc0-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:56:56+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=944e7196-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=944e7470-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:56:56+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c403e0b0-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=c403e2ea-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:57:21+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0268148-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=a026858a-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:57:21+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d97d34-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=d2d98158-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:57:56+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c403e0b0-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=c403e2ea-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:57:56+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c403e0b0-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=c403e2ea-bfc0-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:58:16+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c403e0b0-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=c403e2ea-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:58:16+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3b8726c-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=f3b87abe-bfc0-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:58:21+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d97d34-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=d2d98158-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:58:21+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2d97d34-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=d2d98158-bfc0-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:58:46+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2d97d34-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=d2d98158-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T03:58:46+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058c51e8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=058c545e-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T03:59:16+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3b8726c-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=f3b87abe-bfc0-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:59:16+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3b8726c-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=f3b87abe-bfc0-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T03:59:36+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3b8726c-bfc0-11ed-bbbc-b251aae448b4 | InvocationID=f3b87abe-bfc0-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T03:59:36+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23703ee0-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=237040e8-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T03:59:46+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058c51e8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=058c545e-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T03:59:46+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058c51e8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=058c545e-bfc1-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:00:11+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058c51e8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=058c545e-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:00:11+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=383cf2c8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=383cf502-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:00:36+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23703ee0-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=237040e8-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:00:36+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23703ee0-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=237040e8-bfc1-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:00:56+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23703ee0-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=237040e8-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:00:56+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53275e16-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=53276096-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:01:11+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=383cf2c8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=383cf502-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:01:11+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=383cf2c8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=383cf502-bfc1-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:01:36+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=383cf2c8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=383cf502-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:01:36+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aef87a8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=6aef8b4a-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:01:56+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53275e16-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=53276096-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:01:56+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53275e16-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=53276096-bfc1-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:02:16+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53275e16-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=53276096-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:02:16+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82dd3342-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=82dd35ae-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:02:36+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aef87a8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=6aef8b4a-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:02:36+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aef87a8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=6aef8b4a-bfc1-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:03:01+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aef87a8-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=6aef8b4a-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:03:01+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9daa8922-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=9daa8b3e-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:03:16+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82dd3342-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=82dd35ae-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:03:16+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82dd3342-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=82dd35ae-bfc1-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:03:36+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82dd3342-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=82dd35ae-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:03:36+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b295ba46-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=b295bbea-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:04:01+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9daa8922-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=9daa8b3e-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:04:01+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9daa8922-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=9daa8b3e-bfc1-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:04:26+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9daa8922-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=9daa8b3e-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:04:26+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d05bd682-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=d05bdbaa-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:04:36+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b295ba46-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=b295bbea-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:04:36+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b295ba46-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=b295bbea-bfc1-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:04:56+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b295ba46-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=b295bbea-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:04:56+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e24dc2ba-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=e24dd0ac-bfc1-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:05:26+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d05bd682-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=d05bdbaa-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:05:26+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d05bd682-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=d05bdbaa-bfc1-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:05:51+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d05bd682-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=d05bdbaa-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:05:51+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=030b8e38-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=030b9004-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:05:56+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e24dc2ba-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=e24dd0ac-bfc1-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:05:56+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e24dc2ba-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=e24dd0ac-bfc1-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:06:16+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e24dc2ba-bfc1-11ed-bbbc-b251aae448b4 | InvocationID=e24dd0ac-bfc1-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:06:16+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1205d182-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=1205d330-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:06:51+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=030b8e38-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=030b9004-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:06:51+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=030b8e38-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=030b9004-bfc2-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:07:16+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=030b8e38-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=030b9004-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:07:16+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35bc55a6-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=35bc5790-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:07:16+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1205d182-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=1205d330-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:07:16+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1205d182-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=1205d330-bfc2-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:07:36+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1205d182-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=1205d330-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:07:36+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41bce42e-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=41bce69a-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:08:16+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35bc55a6-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=35bc5790-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:08:16+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35bc55a6-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=35bc5790-bfc2-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:08:36+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41bce42e-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=41bce69a-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:08:36+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41bce42e-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=41bce69a-bfc2-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:08:41+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35bc55a6-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=35bc5790-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:08:41+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=686e80dc-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=686e841a-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:08:56+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41bce42e-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=41bce69a-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:08:56+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=717329e4-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=71732ea8-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:09:41+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=686e80dc-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=686e841a-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:09:41+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=686e80dc-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=686e841a-bfc2-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:09:56+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=717329e4-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=71732ea8-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:09:56+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=717329e4-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=71732ea8-bfc2-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:10:06+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=686e80dc-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=686e841a-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:10:06+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b253d40-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=9b253ee4-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:10:16+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=717329e4-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=71732ea8-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:10:16+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12bc75e-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=a12bc90c-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:11:06+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b253d40-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=9b253ee4-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:11:06+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b253d40-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=9b253ee4-bfc2-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:11:16+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12bc75e-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=a12bc90c-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:11:16+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a12bc75e-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=a12bc90c-bfc2-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:11:31+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b253d40-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=9b253ee4-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:11:31+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdd76506-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=cdd766be-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:11:36+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a12bc75e-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=a12bc90c-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:11:36+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e058b6-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=d0e05c12-bfc2-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:12:31+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdd76506-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=cdd766be-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:12:31+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdd76506-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=cdd766be-bfc2-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:12:36+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e058b6-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=d0e05c12-bfc2-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:12:36+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0e058b6-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=d0e05c12-bfc2-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:12:56+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdd76506-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=cdd766be-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:12:56+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=008908ec-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=00890f68-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:12:56+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0e058b6-bfc2-11ed-bbbc-b251aae448b4 | InvocationID=d0e05c12-bfc2-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:12:56+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=009893e8-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=009895aa-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:13:56+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=008908ec-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=00890f68-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:13:56+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=008908ec-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=00890f68-bfc3-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:13:56+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=009893e8-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=009895aa-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:13:56+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=009893e8-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=009895aa-bfc3-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:14:16+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=009893e8-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=009895aa-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:14:16+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304d5ad8-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=304d612c-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:14:21+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=008908ec-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=00890f68-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:14:21+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3338903c-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=333891f4-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:15:16+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=304d5ad8-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=304d612c-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:15:16+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=304d5ad8-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=304d612c-bfc3-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:15:21+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3338903c-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=333891f4-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:15:21+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3338903c-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=333891f4-bfc3-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:15:36+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=304d5ad8-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=304d612c-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:15:36+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6002fc56-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=6002fe68-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:15:46+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3338903c-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=333891f4-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:15:46+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65ed080a-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=65ed0a26-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:16:36+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6002fc56-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=6002fe68-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:16:36+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6002fc56-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=6002fe68-bfc3-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:16:46+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65ed080a-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=65ed0a26-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:16:46+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65ed080a-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=65ed0a26-bfc3-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:16:56+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6002fc56-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=6002fe68-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:16:56+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fb8d312-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=8fb8d4f2-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:17:11+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65ed080a-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=65ed0a26-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:17:11+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=989c9e1e-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=989ca33c-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:17:56+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fb8d312-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=8fb8d4f2-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:17:56+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fb8d312-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=8fb8d4f2-bfc3-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:18:11+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=989c9e1e-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=989ca33c-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:18:11+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=989c9e1e-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=989ca33c-bfc3-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:18:16+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fb8d312-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=8fb8d4f2-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:18:16+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf6d22c0-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=bf6d252c-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:18:36+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=989c9e1e-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=989ca33c-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:18:36+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4fabbc-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=cb4fad6a-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:19:16+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf6d22c0-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=bf6d252c-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:19:17+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf6d22c0-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=bf6d252c-bfc3-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:19:36+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4fabbc-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=cb4fad6a-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:19:36+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb4fabbc-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=cb4fad6a-bfc3-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:19:37+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf6d22c0-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=bf6d252c-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:19:37+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef24830a-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=ef248526-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:20:01+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb4fabbc-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=cb4fad6a-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:20:01+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe00008e-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=fe000552-bfc3-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:20:37+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef24830a-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=ef248526-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:20:37+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef24830a-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=ef248526-bfc3-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:20:57+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef24830a-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=ef248526-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:20:57+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1edac5aa-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=1edac820-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:21:01+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe00008e-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=fe000552-bfc3-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:21:01+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe00008e-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=fe000552-bfc3-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:21:26+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe00008e-bfc3-11ed-bbbc-b251aae448b4 | InvocationID=fe000552-bfc3-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:21:26+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30b1870a-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=30b188e0-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:21:57+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1edac5aa-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=1edac820-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:21:57+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1edac5aa-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=1edac820-bfc4-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:22:17+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1edac5aa-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=1edac820-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:22:17+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e90fb70-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=4e90ff62-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:22:27+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30b1870a-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=30b188e0-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:22:27+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30b1870a-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=30b188e0-bfc4-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:22:52+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30b1870a-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=30b188e0-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:22:52+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6362cf24-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=6362d172-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:23:17+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e90fb70-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=4e90ff62-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:23:17+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e90fb70-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=4e90ff62-bfc4-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:23:37+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e90fb70-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=4e90ff62-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:23:37+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e466328-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=7e4665e4-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:23:52+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6362cf24-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=6362d172-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:23:52+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6362cf24-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=6362d172-bfc4-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:24:17+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6362cf24-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=6362d172-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:24:17+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9613afce-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=9613b1d6-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:24:37+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e466328-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=7e4665e4-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:24:37+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e466328-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=7e4665e4-bfc4-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:24:57+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e466328-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=7e4665e4-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:24:57+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adfb3076-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=adfb3242-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:25:17+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9613afce-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=9613b1d6-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:25:17+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9613afce-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=9613b1d6-bfc4-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:25:42+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9613afce-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=9613b1d6-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:25:42+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8c324b8-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=c8c326e8-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:25:57+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adfb3076-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=adfb3242-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:25:57+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adfb3076-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=adfb3242-bfc4-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:26:17+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adfb3076-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=adfb3242-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:26:17+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddb030dc-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=ddb032f8-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:26:42+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8c324b8-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=c8c326e8-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:26:42+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8c324b8-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=c8c326e8-bfc4-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:27:07+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8c324b8-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=c8c326e8-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:27:07+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb72ee16-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=fb72f0a0-bfc4-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:27:07+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb72ee16-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=fb72f0a0-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:27:07+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb72ee16-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=fb72f0a0-bfc4-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:27:17+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddb030dc-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=ddb032f8-bfc4-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:27:17+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddb030dc-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=ddb032f8-bfc4-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:27:32+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb72ee16-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=fb72f0a0-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:27:32+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a5e38b8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=0a5e3c82-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:27:32+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a5e38b8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=0a5e3c82-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:27:32+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a5e38b8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=0a5e3c82-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:27:37+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddb030dc-bfc4-11ed-bbbc-b251aae448b4 | InvocationID=ddb032f8-bfc4-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:27:37+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d65a924-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=0d65adb6-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:27:37+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d65a924-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=0d65adb6-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 276, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 276, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2023-03-11T04:27:37+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d65a924-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=0d65adb6-bfc5-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
2023-03-11T04:27:57+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a5e38b8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=0a5e3c82-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:27:57+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=194bade2-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=194bb0e4-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:27:57+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d65a924-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=0d65adb6-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:27:57+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19557c00-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=19557db8-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:28:57+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19557c00-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=19557db8-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:28:57+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19557c00-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=19557db8-bfc5-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:28:58+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=194bade2-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=194bb0e4-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:28:58+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=194bade2-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=194bb0e4-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:29:17+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19557c00-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=19557db8-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:29:17+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4932c9c8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=4932d346-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:29:23+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=194bade2-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=194bb0e4-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:29:23+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cad48a8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=4cad4aa6-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:29:23+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cad48a8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=4cad4aa6-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:29:23+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cad48a8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=4cad4aa6-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:29:48+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cad48a8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=4cad4aa6-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:29:48+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b976394-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=5b976600-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:29:48+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b976394-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=5b976600-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:29:48+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b976394-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=5b976600-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:30:13+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b976394-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=5b976600-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:30:13+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a820170-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=6a82031e-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:30:13+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a820170-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=6a82031e-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:30:13+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a820170-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=6a82031e-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:30:38+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a820170-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=6a82031e-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:30:38+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=796c578a-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=796c59c4-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:30:38+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=796c578a-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=796c59c4-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:30:38+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=796c578a-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=796c59c4-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:30:38+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4932c9c8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=4932d346-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:30:38+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4932c9c8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=4932d346-bfc5-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:30:58+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4932c9c8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=4932d346-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:30:58+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=856e7fb8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=856e827e-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:31:03+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=796c578a-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=796c59c4-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:31:03+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8858952e-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=88589844-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:31:03+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8858952e-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=88589844-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:31:03+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8858952e-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=88589844-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:31:28+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8858952e-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=88589844-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:31:28+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9744cb66-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=9744d1f6-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:31:28+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9744cb66-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=9744d1f6-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:31:28+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9744cb66-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=9744d1f6-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:31:53+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9744cb66-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=9744d1f6-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:31:53+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a62ee92c-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=a62eedd2-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:31:53+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a62ee92c-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=a62eedd2-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:31:53+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a62ee92c-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=a62eedd2-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:32:12+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=856e7fb8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=856e827e-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:32:12+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=856e7fb8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=856e827e-bfc5-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:32:18+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a62ee92c-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=a62eedd2-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:32:18+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5193992-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=b5193bc2-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:32:32+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=856e7fb8-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=856e827e-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:32:32+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd77462e-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=bd774b06-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:33:34+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5193992-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=b5193bc2-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:33:34+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5193992-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=b5193bc2-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:33:47+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd77462e-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=bd774b06-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:33:47+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd77462e-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=bd774b06-bfc5-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:33:59+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5193992-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=b5193bc2-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:33:59+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f15d346c-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=f15d3656-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:33:59+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f15d346c-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=f15d3656-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:33:59+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f15d346c-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=f15d3656-bfc5-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:07+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd77462e-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=bd774b06-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:34:07+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f621a906-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=f621b0d6-bfc5-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:34:07+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f621a906-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=f621b0d6-bfc5-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:07+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f621a906-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=f621b0d6-bfc5-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:24+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f15d346c-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=f15d3656-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:34:24+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00476bf0-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=00476d9e-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:34:24+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00476bf0-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=00476d9e-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:24+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00476bf0-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=00476d9e-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:27+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f621a906-bfc5-11ed-bbbc-b251aae448b4 | InvocationID=f621b0d6-bfc5-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:34:27+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0210e128-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0210e2e0-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:34:27+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0210e128-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0210e2e0-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:27+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0210e128-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0210e2e0-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:47+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0210e128-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0210e2e0-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:34:47+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e000612-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0e00087e-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:34:47+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e000612-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0e00087e-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:47+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e000612-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0e00087e-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:49+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00476bf0-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=00476d9e-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:34:49+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f31fa90-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0f31fda6-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:34:49+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f31fa90-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0f31fda6-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:34:49+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f31fa90-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0f31fda6-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:07+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e000612-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0e00087e-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:35:07+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19f06124-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=19f062dc-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:35:07+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19f06124-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=19f062dc-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:07+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19f06124-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=19f062dc-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:14+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f31fa90-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=0f31fda6-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:35:14+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1c27e2-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=1e1c2aee-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:35:14+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1c27e2-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=1e1c2aee-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:14+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e1c27e2-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=1e1c2aee-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:27+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19f06124-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=19f062dc-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:35:27+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25df664c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=25df6868-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:35:27+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25df664c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=25df6868-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:27+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25df664c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=25df6868-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:39+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e1c27e2-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=1e1c2aee-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:35:39+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d062258-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=2d062406-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:35:39+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d062258-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=2d062406-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:39+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d062258-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=2d062406-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:47+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25df664c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=25df6868-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:35:47+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31d29d5c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=31d2a0cc-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:35:47+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31d29d5c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=31d2a0cc-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:35:47+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31d29d5c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=31d2a0cc-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:04+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d062258-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=2d062406-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:36:04+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf040aa-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=3bf043e8-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:36:04+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf040aa-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=3bf043e8-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:04+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bf040aa-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=3bf043e8-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:07+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31d29d5c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=31d2a0cc-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:36:07+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc1f018-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=3dc1f234-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:36:07+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc1f018-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=3dc1f234-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:07+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc1f018-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=3dc1f234-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:27+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc1f018-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=3dc1f234-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:36:27+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b11c14-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=49b11e30-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:36:27+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b11c14-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=49b11e30-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:27+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49b11c14-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=49b11e30-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:29+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bf040aa-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=3bf043e8-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:36:29+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ada6d70-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=4ada6fd2-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:36:29+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ada6d70-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=4ada6fd2-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:29+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ada6d70-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=4ada6fd2-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:47+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49b11c14-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=49b11e30-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:36:47+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55a0b44e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=55a0b67e-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:36:47+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55a0b44e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=55a0b67e-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:47+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55a0b44e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=55a0b67e-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:54+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ada6d70-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=4ada6fd2-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:36:54+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59c4b408-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=59c4ba8e-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:36:54+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59c4b408-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=59c4ba8e-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:36:54+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59c4b408-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=59c4ba8e-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:37:07+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55a0b44e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=55a0b67e-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:37:07+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6192ccf6-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=6192d084-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:37:08+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6192ccf6-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=6192d084-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:37:08+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6192ccf6-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=6192d084-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:37:19+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59c4b408-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=59c4ba8e-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:37:19+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68b1908a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=68b192ce-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:37:28+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6192ccf6-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=6192d084-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:37:28+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d834f0e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=6d835170-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:37:28+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d834f0e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=6d835170-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:37:28+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d834f0e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=6d835170-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:37:48+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d834f0e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=6d835170-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:37:48+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7973b27c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=7973b592-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:37:48+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7973b27c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=7973b592-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:37:48+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7973b27c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=7973b592-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:38:08+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7973b27c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=7973b592-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:38:08+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=856304fc-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=85630808-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:38:08+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=856304fc-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=85630808-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:38:08+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=856304fc-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=85630808-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:38:22+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68b1908a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=68b192ce-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:38:22+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68b1908a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=68b192ce-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-03-11T04:38:28+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=856304fc-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=85630808-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:38:28+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915392fe-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9153952e-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:38:28+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915392fe-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9153952e-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:38:28+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=915392fe-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9153952e-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:38:47+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68b1908a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=68b192ce-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:38:47+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cf3e988-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9cf3eb86-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:38:47+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cf3e988-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9cf3eb86-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:38:47+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cf3e988-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9cf3eb86-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:38:48+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=915392fe-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9153952e-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:38:48+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d42f6cc-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9d42f8c0-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:38:48+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d42f6cc-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9d42f8c0-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:38:48+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d42f6cc-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9d42f8c0-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:39:08+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d42f6cc-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9d42f8c0-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:39:08+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a933388e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=a9333abe-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:39:08+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a933388e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=a9333abe-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:39:08+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a933388e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=a9333abe-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:39:12+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cf3e988-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=9cf3eb86-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:39:12+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe052ba-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=abe0547c-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:39:12+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe052ba-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=abe0547c-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:39:12+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abe052ba-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=abe0547c-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:39:28+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a933388e-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=a9333abe-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:39:28+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5225f44-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=b5226142-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:39:28+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5225f44-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=b5226142-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:39:28+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5225f44-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=b5226142-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:39:37+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abe052ba-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=abe0547c-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:39:37+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacc797a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=bacc7b46-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:39:37+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacc797a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=bacc7b46-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:39:37+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bacc797a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=bacc7b46-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:39:48+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5225f44-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=b5226142-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:39:48+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11246ca-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=c112486e-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:40:02+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bacc797a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=bacc7b46-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:40:02+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b69eb6-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=c9b6a0aa-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:40:02+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b69eb6-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=c9b6a0aa-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:40:02+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b69eb6-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=c9b6a0aa-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:40:27+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b69eb6-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=c9b6a0aa-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:40:27+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a26662-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=d8a26932-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:40:27+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a26662-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=d8a26932-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:40:27+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8a26662-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=d8a26932-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:40:52+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8a26662-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=d8a26932-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:40:52+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e78c3f9a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=e78c413e-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:40:52+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e78c3f9a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=e78c413e-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:40:52+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e78c3f9a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=e78c413e-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:41:17+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e78c3f9a-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=e78c413e-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:41:17+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6778e4c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=f67797a2-bfc6-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:41:17+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6778e4c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=f67797a2-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:41:17+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6778e4c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=f67797a2-bfc6-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:41:22+0000 | aai_event_thread | 140367174249248 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11246ca-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=c112486e-bfc6-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:41:22+0000 | aai_event_thread | 140367174249248 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c11246ca-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=c112486e-bfc6-11ed-bbbc-b251aae448b4 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-03-11T04:41:42+0000 | aai_event_thread | 140367174249248 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c11246ca-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=c112486e-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF AAI events.
2023-03-11T04:41:42+0000 | aai_event_thread | 140367174249248 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05049266-bfc7-11ed-bbbc-b251aae448b4 | InvocationID=0504945a-bfc7-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-03-11T04:41:42+0000 | policy_event_thread | 140367175310112 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6778e4c-bfc6-11ed-bbbc-b251aae448b4 | InvocationID=f67797a2-bfc6-11ed-bbbc-b251aae448b4 | Polling MR for XNF activation/deactivation policy response events.
2023-03-11T04:41:42+0000 | policy_event_thread | 140367175310112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05631782-bfc7-11ed-bbbc-b251aae448b4 | InvocationID=056319e4-bfc7-11ed-bbbc-b251aae448b4 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-03-11T04:41:42+0000 | policy_event_thread | 140367175310112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05631782-bfc7-11ed-bbbc-b251aae448b4 | InvocationID=056319e4-bfc7-11ed-bbbc-b251aae448b4 | Failed to fetch message from MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 498, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
2023-03-11T04:41:42+0000 | policy_event_thread | 140367175310112 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05631782-bfc7-11ed-bbbc-b251aae448b4 | InvocationID=056319e4-bfc7-11ed-bbbc-b251aae448b4 | Error trying to poll policy response topic on MR: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
ConnectionResetError: [Errno 104] Connection reset by peer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 410, in increment
    raise six.reraise(type(error), error, _stacktrace)
  File "/opt/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
    raise value.with_traceback(tb)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 426, in _make_request
    six.raise_from(e, None)
  File "", line 3, in raise_from
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 421, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/local/lib/python3.9/http/client.py", line 1347, in getresponse
    response.begin()
  File "/usr/local/lib/python3.9/http/client.py", line 307, in begin
    version, status, reason = self._read_status()
  File "/usr/local/lib/python3.9/http/client.py", line 268, in _read_status
    line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  File "/usr/local/lib/python3.9/socket.py", line 704, in readinto
    return self._sock.recv_into(b)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapt