/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2023-02-07T03:05:25+0000 | MainThread | 140429710667080 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2023-02-07T03:05:25+0000 | MainThread | 140429710667080 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2023-02-07T03:05:25+0000 | MainThread | 140429710667080 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2023-02-07T03:05:25+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:05:25+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=449ddc30-a694-11ed-a79a-c2095be0b864 | InvocationID=449ddf46-a694-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:05:25+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2023-02-07T03:05:25+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44a1794e-a694-11ed-a79a-c2095be0b864 | InvocationID=44a17eee-a694-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:05:25+0000 | MainThread | 140429710667080 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server 2023-02-07T03:06:25+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=449ddc30-a694-11ed-a79a-c2095be0b864 | InvocationID=449ddf46-a694-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:06:25+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=449ddc30-a694-11ed-a79a-c2095be0b864 | InvocationID=449ddf46-a694-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:06:25+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=449ddc30-a694-11ed-a79a-c2095be0b864 | InvocationID=449ddf46-a694-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:06:25+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44a1794e-a694-11ed-a79a-c2095be0b864 | InvocationID=44a17eee-a694-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:06:45+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44a1794e-a694-11ed-a79a-c2095be0b864 | InvocationID=44a17eee-a694-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:06:45+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7460edae-a694-11ed-a79a-c2095be0b864 | InvocationID=7460f4ac-a694-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:06:50+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=449ddc30-a694-11ed-a79a-c2095be0b864 | InvocationID=449ddf46-a694-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:06:50+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7759f2b2-a694-11ed-a79a-c2095be0b864 | InvocationID=7759f532-a694-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:07:45+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7460edae-a694-11ed-a79a-c2095be0b864 | InvocationID=7460f4ac-a694-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:07:45+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7460edae-a694-11ed-a79a-c2095be0b864 | InvocationID=7460f4ac-a694-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:07:50+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7759f2b2-a694-11ed-a79a-c2095be0b864 | InvocationID=7759f532-a694-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:07:50+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7759f2b2-a694-11ed-a79a-c2095be0b864 | InvocationID=7759f532-a694-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:08:05+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7460edae-a694-11ed-a79a-c2095be0b864 | InvocationID=7460f4ac-a694-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:08:05+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a41e2df4-a694-11ed-a79a-c2095be0b864 | InvocationID=a41e33b2-a694-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:08:15+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7759f2b2-a694-11ed-a79a-c2095be0b864 | InvocationID=7759f532-a694-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:08:15+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa0d1626-a694-11ed-a79a-c2095be0b864 | InvocationID=aa0d1932-a694-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:09:05+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a41e2df4-a694-11ed-a79a-c2095be0b864 | InvocationID=a41e33b2-a694-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:09:05+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a41e2df4-a694-11ed-a79a-c2095be0b864 | InvocationID=a41e33b2-a694-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:09:15+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa0d1626-a694-11ed-a79a-c2095be0b864 | InvocationID=aa0d1932-a694-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:09:15+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa0d1626-a694-11ed-a79a-c2095be0b864 | InvocationID=aa0d1932-a694-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:09:25+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a41e2df4-a694-11ed-a79a-c2095be0b864 | InvocationID=a41e33b2-a694-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:09:25+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3da6364-a694-11ed-a79a-c2095be0b864 | InvocationID=d3da6a6c-a694-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:09:40+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa0d1626-a694-11ed-a79a-c2095be0b864 | InvocationID=aa0d1932-a694-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:09:40+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcbfc1d6-a694-11ed-a79a-c2095be0b864 | InvocationID=dcbfd0cc-a694-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:10:25+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3da6364-a694-11ed-a79a-c2095be0b864 | InvocationID=d3da6a6c-a694-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:10:25+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3da6364-a694-11ed-a79a-c2095be0b864 | InvocationID=d3da6a6c-a694-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:10:40+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcbfc1d6-a694-11ed-a79a-c2095be0b864 | InvocationID=dcbfd0cc-a694-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:10:40+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcbfc1d6-a694-11ed-a79a-c2095be0b864 | InvocationID=dcbfd0cc-a694-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:10:45+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3da6364-a694-11ed-a79a-c2095be0b864 | InvocationID=d3da6a6c-a694-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:10:45+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03929112-a695-11ed-a79a-c2095be0b864 | InvocationID=03929608-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:11:05+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcbfc1d6-a694-11ed-a79a-c2095be0b864 | InvocationID=dcbfd0cc-a694-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:11:05+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f742e64-a695-11ed-a79a-c2095be0b864 | InvocationID=0f7430f8-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:11:45+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03929112-a695-11ed-a79a-c2095be0b864 | InvocationID=03929608-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:11:45+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03929112-a695-11ed-a79a-c2095be0b864 | InvocationID=03929608-a695-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:12:05+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f742e64-a695-11ed-a79a-c2095be0b864 | InvocationID=0f7430f8-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:12:05+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f742e64-a695-11ed-a79a-c2095be0b864 | InvocationID=0f7430f8-a695-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:12:05+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03929112-a695-11ed-a79a-c2095be0b864 | InvocationID=03929608-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:12:05+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3349f2e2-a695-11ed-a79a-c2095be0b864 | InvocationID=3349f67a-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:12:30+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f742e64-a695-11ed-a79a-c2095be0b864 | InvocationID=0f7430f8-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:12:30+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4226d7da-a695-11ed-a79a-c2095be0b864 | InvocationID=4226db5e-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:13:05+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3349f2e2-a695-11ed-a79a-c2095be0b864 | InvocationID=3349f67a-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:13:05+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3349f2e2-a695-11ed-a79a-c2095be0b864 | InvocationID=3349f67a-a695-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:13:25+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3349f2e2-a695-11ed-a79a-c2095be0b864 | InvocationID=3349f67a-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:13:25+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63012730-a695-11ed-a79a-c2095be0b864 | InvocationID=63012d70-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:13:30+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4226d7da-a695-11ed-a79a-c2095be0b864 | InvocationID=4226db5e-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:13:30+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4226d7da-a695-11ed-a79a-c2095be0b864 | InvocationID=4226db5e-a695-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:13:55+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4226d7da-a695-11ed-a79a-c2095be0b864 | InvocationID=4226db5e-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:13:55+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74ddbc0c-a695-11ed-a79a-c2095be0b864 | InvocationID=74ddbf72-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:14:26+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63012730-a695-11ed-a79a-c2095be0b864 | InvocationID=63012d70-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:14:26+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63012730-a695-11ed-a79a-c2095be0b864 | InvocationID=63012d70-a695-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:14:46+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63012730-a695-11ed-a79a-c2095be0b864 | InvocationID=63012d70-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:14:46+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92b7ecde-a695-11ed-a79a-c2095be0b864 | InvocationID=92b7f0bc-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:14:55+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74ddbc0c-a695-11ed-a79a-c2095be0b864 | InvocationID=74ddbf72-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:14:55+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74ddbc0c-a695-11ed-a79a-c2095be0b864 | InvocationID=74ddbf72-a695-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:15:20+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74ddbc0c-a695-11ed-a79a-c2095be0b864 | InvocationID=74ddbf72-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:15:21+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a79124d6-a695-11ed-a79a-c2095be0b864 | InvocationID=a79127b0-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:15:46+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92b7ecde-a695-11ed-a79a-c2095be0b864 | InvocationID=92b7f0bc-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:15:46+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92b7ecde-a695-11ed-a79a-c2095be0b864 | InvocationID=92b7f0bc-a695-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:16:06+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92b7ecde-a695-11ed-a79a-c2095be0b864 | InvocationID=92b7f0bc-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:16:06+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26df342-a695-11ed-a79a-c2095be0b864 | InvocationID=c26df612-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:16:21+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a79124d6-a695-11ed-a79a-c2095be0b864 | InvocationID=a79127b0-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:16:21+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a79124d6-a695-11ed-a79a-c2095be0b864 | InvocationID=a79127b0-a695-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:16:46+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a79124d6-a695-11ed-a79a-c2095be0b864 | InvocationID=a79127b0-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:16:46+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da45e33a-a695-11ed-a79a-c2095be0b864 | InvocationID=da45fb22-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:17:06+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26df342-a695-11ed-a79a-c2095be0b864 | InvocationID=c26df612-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:17:06+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c26df342-a695-11ed-a79a-c2095be0b864 | InvocationID=c26df612-a695-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:17:26+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c26df342-a695-11ed-a79a-c2095be0b864 | InvocationID=c26df612-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:17:26+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f224ecd0-a695-11ed-a79a-c2095be0b864 | InvocationID=f224efaa-a695-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:17:46+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da45e33a-a695-11ed-a79a-c2095be0b864 | InvocationID=da45fb22-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:17:46+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da45e33a-a695-11ed-a79a-c2095be0b864 | InvocationID=da45fb22-a695-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:18:11+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da45e33a-a695-11ed-a79a-c2095be0b864 | InvocationID=da45fb22-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:18:11+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cfc5f8e-a696-11ed-a79a-c2095be0b864 | InvocationID=0cfc64ac-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:18:26+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f224ecd0-a695-11ed-a79a-c2095be0b864 | InvocationID=f224efaa-a695-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:18:26+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f224ecd0-a695-11ed-a79a-c2095be0b864 | InvocationID=f224efaa-a695-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:18:46+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f224ecd0-a695-11ed-a79a-c2095be0b864 | InvocationID=f224efaa-a695-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:18:46+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21daa92e-a696-11ed-a79a-c2095be0b864 | InvocationID=21daac30-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:19:11+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cfc5f8e-a696-11ed-a79a-c2095be0b864 | InvocationID=0cfc64ac-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:19:11+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cfc5f8e-a696-11ed-a79a-c2095be0b864 | InvocationID=0cfc64ac-a696-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:19:36+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cfc5f8e-a696-11ed-a79a-c2095be0b864 | InvocationID=0cfc64ac-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:19:36+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fb2e9ac-a696-11ed-a79a-c2095be0b864 | InvocationID=3fb2f122-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:19:46+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21daa92e-a696-11ed-a79a-c2095be0b864 | InvocationID=21daac30-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:19:46+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21daa92e-a696-11ed-a79a-c2095be0b864 | InvocationID=21daac30-a696-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:20:06+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21daa92e-a696-11ed-a79a-c2095be0b864 | InvocationID=21daac30-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:20:06+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5196c012-a696-11ed-a79a-c2095be0b864 | InvocationID=5196c5a8-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:20:36+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fb2e9ac-a696-11ed-a79a-c2095be0b864 | InvocationID=3fb2f122-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:20:36+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fb2e9ac-a696-11ed-a79a-c2095be0b864 | InvocationID=3fb2f122-a696-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:21:01+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fb2e9ac-a696-11ed-a79a-c2095be0b864 | InvocationID=3fb2f122-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:21:01+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=726fadf8-a696-11ed-a79a-c2095be0b864 | InvocationID=726fb05a-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:21:06+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5196c012-a696-11ed-a79a-c2095be0b864 | InvocationID=5196c5a8-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:21:06+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5196c012-a696-11ed-a79a-c2095be0b864 | InvocationID=5196c5a8-a696-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:21:26+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5196c012-a696-11ed-a79a-c2095be0b864 | InvocationID=5196c5a8-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:21:26+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=814f7cc2-a696-11ed-a79a-c2095be0b864 | InvocationID=814f7f88-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:22:01+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=726fadf8-a696-11ed-a79a-c2095be0b864 | InvocationID=726fb05a-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:22:01+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=726fadf8-a696-11ed-a79a-c2095be0b864 | InvocationID=726fb05a-a696-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:22:26+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=814f7cc2-a696-11ed-a79a-c2095be0b864 | InvocationID=814f7f88-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:22:26+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=814f7cc2-a696-11ed-a79a-c2095be0b864 | InvocationID=814f7f88-a696-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:22:26+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=726fadf8-a696-11ed-a79a-c2095be0b864 | InvocationID=726fb05a-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:22:26+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a522eeb8-a696-11ed-a79a-c2095be0b864 | InvocationID=a522f156-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:22:46+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=814f7cc2-a696-11ed-a79a-c2095be0b864 | InvocationID=814f7f88-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:22:46+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b106c524-a696-11ed-a79a-c2095be0b864 | InvocationID=b106c7a4-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:23:26+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a522eeb8-a696-11ed-a79a-c2095be0b864 | InvocationID=a522f156-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:23:26+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a522eeb8-a696-11ed-a79a-c2095be0b864 | InvocationID=a522f156-a696-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:23:46+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b106c524-a696-11ed-a79a-c2095be0b864 | InvocationID=b106c7a4-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:23:46+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b106c524-a696-11ed-a79a-c2095be0b864 | InvocationID=b106c7a4-a696-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:23:51+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a522eeb8-a696-11ed-a79a-c2095be0b864 | InvocationID=a522f156-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:23:51+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d474bc-a696-11ed-a79a-c2095be0b864 | InvocationID=d7d476ba-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:24:06+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b106c524-a696-11ed-a79a-c2095be0b864 | InvocationID=b106c7a4-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:24:06+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c23ed8-a696-11ed-a79a-c2095be0b864 | InvocationID=e0c2419e-a696-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:24:51+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d474bc-a696-11ed-a79a-c2095be0b864 | InvocationID=d7d476ba-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:24:51+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7d474bc-a696-11ed-a79a-c2095be0b864 | InvocationID=d7d476ba-a696-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:25:06+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c23ed8-a696-11ed-a79a-c2095be0b864 | InvocationID=e0c2419e-a696-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:25:06+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0c23ed8-a696-11ed-a79a-c2095be0b864 | InvocationID=e0c2419e-a696-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:25:16+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7d474bc-a696-11ed-a79a-c2095be0b864 | InvocationID=d7d476ba-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:25:16+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a869f70-a697-11ed-a79a-c2095be0b864 | InvocationID=0a86a786-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:25:26+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0c23ed8-a696-11ed-a79a-c2095be0b864 | InvocationID=e0c2419e-a696-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:25:26+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1079547c-a697-11ed-a79a-c2095be0b864 | InvocationID=1079580a-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:26:16+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a869f70-a697-11ed-a79a-c2095be0b864 | InvocationID=0a86a786-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:26:16+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a869f70-a697-11ed-a79a-c2095be0b864 | InvocationID=0a86a786-a697-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:26:26+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1079547c-a697-11ed-a79a-c2095be0b864 | InvocationID=1079580a-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:26:26+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1079547c-a697-11ed-a79a-c2095be0b864 | InvocationID=1079580a-a697-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:26:41+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a869f70-a697-11ed-a79a-c2095be0b864 | InvocationID=0a86a786-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:26:41+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d39d73e-a697-11ed-a79a-c2095be0b864 | InvocationID=3d39da7c-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:26:46+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1079547c-a697-11ed-a79a-c2095be0b864 | InvocationID=1079580a-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:26:46+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=402f9dd4-a697-11ed-a79a-c2095be0b864 | InvocationID=402fa112-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:27:41+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d39d73e-a697-11ed-a79a-c2095be0b864 | InvocationID=3d39da7c-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:27:41+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d39d73e-a697-11ed-a79a-c2095be0b864 | InvocationID=3d39da7c-a697-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:27:46+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=402f9dd4-a697-11ed-a79a-c2095be0b864 | InvocationID=402fa112-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:27:46+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=402f9dd4-a697-11ed-a79a-c2095be0b864 | InvocationID=402fa112-a697-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:28:06+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=402f9dd4-a697-11ed-a79a-c2095be0b864 | InvocationID=402fa112-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:28:06+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fe8ad90-a697-11ed-a79a-c2095be0b864 | InvocationID=6fe8b006-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:28:06+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d39d73e-a697-11ed-a79a-c2095be0b864 | InvocationID=3d39da7c-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:28:06+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fec62dc-a697-11ed-a79a-c2095be0b864 | InvocationID=6fec684a-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:29:06+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fe8ad90-a697-11ed-a79a-c2095be0b864 | InvocationID=6fe8b006-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:29:06+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fe8ad90-a697-11ed-a79a-c2095be0b864 | InvocationID=6fe8b006-a697-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:29:06+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fec62dc-a697-11ed-a79a-c2095be0b864 | InvocationID=6fec684a-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:29:06+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fec62dc-a697-11ed-a79a-c2095be0b864 | InvocationID=6fec684a-a697-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:29:26+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fe8ad90-a697-11ed-a79a-c2095be0b864 | InvocationID=6fe8b006-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:29:26+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9e0c24-a697-11ed-a79a-c2095be0b864 | InvocationID=9f9e0e0e-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:29:31+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fec62dc-a697-11ed-a79a-c2095be0b864 | InvocationID=6fec684a-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:29:31+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a29cef4e-a697-11ed-a79a-c2095be0b864 | InvocationID=a29cf336-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:30:26+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9e0c24-a697-11ed-a79a-c2095be0b864 | InvocationID=9f9e0e0e-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:30:26+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f9e0c24-a697-11ed-a79a-c2095be0b864 | InvocationID=9f9e0e0e-a697-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:30:31+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a29cef4e-a697-11ed-a79a-c2095be0b864 | InvocationID=a29cf336-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:30:31+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a29cef4e-a697-11ed-a79a-c2095be0b864 | InvocationID=a29cf336-a697-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:30:46+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f9e0c24-a697-11ed-a79a-c2095be0b864 | InvocationID=9f9e0e0e-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:30:46+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf5523a8-a697-11ed-a79a-c2095be0b864 | InvocationID=cf552754-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:30:56+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a29cef4e-a697-11ed-a79a-c2095be0b864 | InvocationID=a29cf336-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:30:56+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d55d4d70-a697-11ed-a79a-c2095be0b864 | InvocationID=d55d50f4-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:31:46+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf5523a8-a697-11ed-a79a-c2095be0b864 | InvocationID=cf552754-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:31:46+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf5523a8-a697-11ed-a79a-c2095be0b864 | InvocationID=cf552754-a697-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:31:56+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d55d4d70-a697-11ed-a79a-c2095be0b864 | InvocationID=d55d50f4-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:31:56+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d55d4d70-a697-11ed-a79a-c2095be0b864 | InvocationID=d55d50f4-a697-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:32:06+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf5523a8-a697-11ed-a79a-c2095be0b864 | InvocationID=cf552754-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:32:06+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff0f3610-a697-11ed-a79a-c2095be0b864 | InvocationID=ff0f3930-a697-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:32:21+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d55d4d70-a697-11ed-a79a-c2095be0b864 | InvocationID=d55d50f4-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:32:21+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0816cf52-a698-11ed-a79a-c2095be0b864 | InvocationID=0816d75e-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:33:06+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff0f3610-a697-11ed-a79a-c2095be0b864 | InvocationID=ff0f3930-a697-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:33:06+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff0f3610-a697-11ed-a79a-c2095be0b864 | InvocationID=ff0f3930-a697-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:33:21+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0816cf52-a698-11ed-a79a-c2095be0b864 | InvocationID=0816d75e-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:33:21+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0816cf52-a698-11ed-a79a-c2095be0b864 | InvocationID=0816d75e-a698-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:33:26+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff0f3610-a697-11ed-a79a-c2095be0b864 | InvocationID=ff0f3930-a697-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:33:26+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ec7a086-a698-11ed-a79a-c2095be0b864 | InvocationID=2ec7a270-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:33:47+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0816cf52-a698-11ed-a79a-c2095be0b864 | InvocationID=0816d75e-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:33:47+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3acc318a-a698-11ed-a79a-c2095be0b864 | InvocationID=3acc3518-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:34:26+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ec7a086-a698-11ed-a79a-c2095be0b864 | InvocationID=2ec7a270-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:34:26+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ec7a086-a698-11ed-a79a-c2095be0b864 | InvocationID=2ec7a270-a698-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:34:46+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ec7a086-a698-11ed-a79a-c2095be0b864 | InvocationID=2ec7a270-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:34:46+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e7eb314-a698-11ed-a79a-c2095be0b864 | InvocationID=5e7eba26-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:34:47+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3acc318a-a698-11ed-a79a-c2095be0b864 | InvocationID=3acc3518-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:34:47+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3acc318a-a698-11ed-a79a-c2095be0b864 | InvocationID=3acc3518-a698-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:35:12+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3acc318a-a698-11ed-a79a-c2095be0b864 | InvocationID=3acc3518-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:35:12+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d7e06e4-a698-11ed-a79a-c2095be0b864 | InvocationID=6d7e09f0-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:35:46+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e7eb314-a698-11ed-a79a-c2095be0b864 | InvocationID=5e7eba26-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:35:46+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e7eb314-a698-11ed-a79a-c2095be0b864 | InvocationID=5e7eba26-a698-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:36:06+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e7eb314-a698-11ed-a79a-c2095be0b864 | InvocationID=5e7eba26-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:36:06+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e33c414-a698-11ed-a79a-c2095be0b864 | InvocationID=8e33c6da-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:36:12+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d7e06e4-a698-11ed-a79a-c2095be0b864 | InvocationID=6d7e09f0-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:36:12+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d7e06e4-a698-11ed-a79a-c2095be0b864 | InvocationID=6d7e09f0-a698-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:36:37+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d7e06e4-a698-11ed-a79a-c2095be0b864 | InvocationID=6d7e09f0-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:36:37+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a03060b4-a698-11ed-a79a-c2095be0b864 | InvocationID=a03064ce-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:37:06+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e33c414-a698-11ed-a79a-c2095be0b864 | InvocationID=8e33c6da-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:37:06+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e33c414-a698-11ed-a79a-c2095be0b864 | InvocationID=8e33c6da-a698-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:37:26+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e33c414-a698-11ed-a79a-c2095be0b864 | InvocationID=8e33c6da-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:37:26+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdeba668-a698-11ed-a79a-c2095be0b864 | InvocationID=bdebadd4-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:37:37+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a03060b4-a698-11ed-a79a-c2095be0b864 | InvocationID=a03064ce-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:37:37+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a03060b4-a698-11ed-a79a-c2095be0b864 | InvocationID=a03064ce-a698-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:38:02+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a03060b4-a698-11ed-a79a-c2095be0b864 | InvocationID=a03064ce-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:38:02+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e4ab1e-a698-11ed-a79a-c2095be0b864 | InvocationID=d2e4ae02-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:38:27+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdeba668-a698-11ed-a79a-c2095be0b864 | InvocationID=bdebadd4-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:38:27+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdeba668-a698-11ed-a79a-c2095be0b864 | InvocationID=bdebadd4-a698-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:38:47+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdeba668-a698-11ed-a79a-c2095be0b864 | InvocationID=bdebadd4-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:38:47+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edaafe08-a698-11ed-a79a-c2095be0b864 | InvocationID=edab001a-a698-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:39:02+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e4ab1e-a698-11ed-a79a-c2095be0b864 | InvocationID=d2e4ae02-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:39:02+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e4ab1e-a698-11ed-a79a-c2095be0b864 | InvocationID=d2e4ae02-a698-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:39:27+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e4ab1e-a698-11ed-a79a-c2095be0b864 | InvocationID=d2e4ae02-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:39:27+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05995c9e-a699-11ed-a79a-c2095be0b864 | InvocationID=05995fa0-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:39:47+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edaafe08-a698-11ed-a79a-c2095be0b864 | InvocationID=edab001a-a698-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:39:47+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edaafe08-a698-11ed-a79a-c2095be0b864 | InvocationID=edab001a-a698-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:40:07+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edaafe08-a698-11ed-a79a-c2095be0b864 | InvocationID=edab001a-a698-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:40:07+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d608ea6-a699-11ed-a79a-c2095be0b864 | InvocationID=1d6091e4-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:40:35+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05995c9e-a699-11ed-a79a-c2095be0b864 | InvocationID=05995fa0-a699-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:40:35+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05995c9e-a699-11ed-a79a-c2095be0b864 | InvocationID=05995fa0-a699-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:41:00+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05995c9e-a699-11ed-a79a-c2095be0b864 | InvocationID=05995fa0-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:41:00+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d510db2-a699-11ed-a79a-c2095be0b864 | InvocationID=3d5110a0-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:41:00+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d510db2-a699-11ed-a79a-c2095be0b864 | InvocationID=3d5110a0-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:41:00+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d510db2-a699-11ed-a79a-c2095be0b864 | InvocationID=3d5110a0-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:41:23+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d608ea6-a699-11ed-a79a-c2095be0b864 | InvocationID=1d6091e4-a699-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:41:23+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d608ea6-a699-11ed-a79a-c2095be0b864 | InvocationID=1d6091e4-a699-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:41:25+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d510db2-a699-11ed-a79a-c2095be0b864 | InvocationID=3d5110a0-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:41:25+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c3d5060-a699-11ed-a79a-c2095be0b864 | InvocationID=4c3d52cc-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:41:25+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c3d5060-a699-11ed-a79a-c2095be0b864 | InvocationID=4c3d52cc-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:41:25+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c3d5060-a699-11ed-a79a-c2095be0b864 | InvocationID=4c3d52cc-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:41:43+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d608ea6-a699-11ed-a79a-c2095be0b864 | InvocationID=1d6091e4-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:41:43+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e561ce-a699-11ed-a79a-c2095be0b864 | InvocationID=56e5649e-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:41:50+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c3d5060-a699-11ed-a79a-c2095be0b864 | InvocationID=4c3d52cc-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:41:50+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b28ac82-a699-11ed-a79a-c2095be0b864 | InvocationID=5b28afb6-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:42:55+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e561ce-a699-11ed-a79a-c2095be0b864 | InvocationID=56e5649e-a699-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:42:55+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56e561ce-a699-11ed-a79a-c2095be0b864 | InvocationID=56e5649e-a699-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:42:56+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b28ac82-a699-11ed-a79a-c2095be0b864 | InvocationID=5b28afb6-a699-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:42:56+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b28ac82-a699-11ed-a79a-c2095be0b864 | InvocationID=5b28afb6-a699-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:43:15+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56e561ce-a699-11ed-a79a-c2095be0b864 | InvocationID=56e5649e-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:43:15+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc17552-a699-11ed-a79a-c2095be0b864 | InvocationID=8dc17930-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:43:21+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b28ac82-a699-11ed-a79a-c2095be0b864 | InvocationID=5b28afb6-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:43:21+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91235a8a-a699-11ed-a79a-c2095be0b864 | InvocationID=91235d64-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:43:21+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91235a8a-a699-11ed-a79a-c2095be0b864 | InvocationID=91235d64-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:43:21+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91235a8a-a699-11ed-a79a-c2095be0b864 | InvocationID=91235d64-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:43:46+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91235a8a-a699-11ed-a79a-c2095be0b864 | InvocationID=91235d64-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:43:46+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a00f5814-a699-11ed-a79a-c2095be0b864 | InvocationID=a00f5eae-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:44:41+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc17552-a699-11ed-a79a-c2095be0b864 | InvocationID=8dc17930-a699-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:44:41+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dc17552-a699-11ed-a79a-c2095be0b864 | InvocationID=8dc17930-a699-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:44:56+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a00f5814-a699-11ed-a79a-c2095be0b864 | InvocationID=a00f5eae-a699-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:44:56+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a00f5814-a699-11ed-a79a-c2095be0b864 | InvocationID=a00f5eae-a699-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:45:01+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dc17552-a699-11ed-a79a-c2095be0b864 | InvocationID=8dc17930-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:45:01+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccdc7ca0-a699-11ed-a79a-c2095be0b864 | InvocationID=ccdc8150-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:45:21+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a00f5814-a699-11ed-a79a-c2095be0b864 | InvocationID=a00f5eae-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:45:21+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d903d0be-a699-11ed-a79a-c2095be0b864 | InvocationID=d903d44c-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:45:21+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d903d0be-a699-11ed-a79a-c2095be0b864 | InvocationID=d903d44c-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:45:21+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d903d0be-a699-11ed-a79a-c2095be0b864 | InvocationID=d903d44c-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:45:46+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d903d0be-a699-11ed-a79a-c2095be0b864 | InvocationID=d903d44c-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:45:46+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7f0bba0-a699-11ed-a79a-c2095be0b864 | InvocationID=e7f0be2a-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:45:47+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7f0bba0-a699-11ed-a79a-c2095be0b864 | InvocationID=e7f0be2a-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:45:47+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7f0bba0-a699-11ed-a79a-c2095be0b864 | InvocationID=e7f0be2a-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:46:02+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccdc7ca0-a699-11ed-a79a-c2095be0b864 | InvocationID=ccdc8150-a699-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:46:02+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccdc7ca0-a699-11ed-a79a-c2095be0b864 | InvocationID=ccdc8150-a699-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:46:12+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7f0bba0-a699-11ed-a79a-c2095be0b864 | InvocationID=e7f0be2a-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:46:12+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6dd0cfe-a699-11ed-a79a-c2095be0b864 | InvocationID=f6dd1046-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:46:22+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccdc7ca0-a699-11ed-a79a-c2095be0b864 | InvocationID=ccdc8150-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:46:22+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd18e61a-a699-11ed-a79a-c2095be0b864 | InvocationID=fd18e94e-a699-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:46:22+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd18e61a-a699-11ed-a79a-c2095be0b864 | InvocationID=fd18e94e-a699-11ed-a79a-c2095be0b864 | 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-02-07T03:46:22+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd18e61a-a699-11ed-a79a-c2095be0b864 | InvocationID=fd18e94e-a699-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:46:42+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd18e61a-a699-11ed-a79a-c2095be0b864 | InvocationID=fd18e94e-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:46:42+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09090842-a69a-11ed-a79a-c2095be0b864 | InvocationID=09090b26-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:46:42+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09090842-a69a-11ed-a79a-c2095be0b864 | InvocationID=09090b26-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:46:42+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09090842-a69a-11ed-a79a-c2095be0b864 | InvocationID=09090b26-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:47:02+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09090842-a69a-11ed-a79a-c2095be0b864 | InvocationID=09090b26-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:47:02+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14f9ea86-a69a-11ed-a79a-c2095be0b864 | InvocationID=14f9ed4c-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:47:02+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14f9ea86-a69a-11ed-a79a-c2095be0b864 | InvocationID=14f9ed4c-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:47:02+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14f9ea86-a69a-11ed-a79a-c2095be0b864 | InvocationID=14f9ed4c-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:47:22+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14f9ea86-a69a-11ed-a79a-c2095be0b864 | InvocationID=14f9ed4c-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:47:22+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20ec19b8-a69a-11ed-a79a-c2095be0b864 | InvocationID=20ec1c9c-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:47:22+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20ec19b8-a69a-11ed-a79a-c2095be0b864 | InvocationID=20ec1c9c-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:47:22+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20ec19b8-a69a-11ed-a79a-c2095be0b864 | InvocationID=20ec1c9c-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:47:35+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6dd0cfe-a699-11ed-a79a-c2095be0b864 | InvocationID=f6dd1046-a699-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:47:35+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6dd0cfe-a699-11ed-a79a-c2095be0b864 | InvocationID=f6dd1046-a699-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:47:42+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20ec19b8-a69a-11ed-a79a-c2095be0b864 | InvocationID=20ec1c9c-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:47:42+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ce09f8c-a69a-11ed-a79a-c2095be0b864 | InvocationID=2ce0a252-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:47:42+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ce09f8c-a69a-11ed-a79a-c2095be0b864 | InvocationID=2ce0a252-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:47:42+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ce09f8c-a69a-11ed-a79a-c2095be0b864 | InvocationID=2ce0a252-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:48:00+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6dd0cfe-a699-11ed-a79a-c2095be0b864 | InvocationID=f6dd1046-a699-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:48:00+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3750b826-a69a-11ed-a79a-c2095be0b864 | InvocationID=3750bb14-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:48:00+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3750b826-a69a-11ed-a79a-c2095be0b864 | InvocationID=3750bb14-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:48:00+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3750b826-a69a-11ed-a79a-c2095be0b864 | InvocationID=3750bb14-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:48:02+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ce09f8c-a69a-11ed-a79a-c2095be0b864 | InvocationID=2ce0a252-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:48:02+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38d689aa-a69a-11ed-a79a-c2095be0b864 | InvocationID=38d68c5c-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:48:02+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38d689aa-a69a-11ed-a79a-c2095be0b864 | InvocationID=38d68c5c-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:48:02+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38d689aa-a69a-11ed-a79a-c2095be0b864 | InvocationID=38d68c5c-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:48:22+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38d689aa-a69a-11ed-a79a-c2095be0b864 | InvocationID=38d68c5c-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:48:22+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c8b256-a69a-11ed-a79a-c2095be0b864 | InvocationID=44c8baee-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:48:22+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c8b256-a69a-11ed-a79a-c2095be0b864 | InvocationID=44c8baee-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:48:22+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44c8b256-a69a-11ed-a79a-c2095be0b864 | InvocationID=44c8baee-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:48:25+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3750b826-a69a-11ed-a79a-c2095be0b864 | InvocationID=3750bb14-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:48:25+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=463cec38-a69a-11ed-a79a-c2095be0b864 | InvocationID=463cef94-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:48:25+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=463cec38-a69a-11ed-a79a-c2095be0b864 | InvocationID=463cef94-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:48:25+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=463cec38-a69a-11ed-a79a-c2095be0b864 | InvocationID=463cef94-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:48:42+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44c8b256-a69a-11ed-a79a-c2095be0b864 | InvocationID=44c8baee-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:48:42+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50ba4796-a69a-11ed-a79a-c2095be0b864 | InvocationID=50ba4ade-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:48:50+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=463cec38-a69a-11ed-a79a-c2095be0b864 | InvocationID=463cef94-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:48:50+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5528c0d2-a69a-11ed-a79a-c2095be0b864 | InvocationID=5528cef6-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:50:10+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50ba4796-a69a-11ed-a79a-c2095be0b864 | InvocationID=50ba4ade-a69a-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:50:10+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50ba4796-a69a-11ed-a79a-c2095be0b864 | InvocationID=50ba4ade-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:50:16+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5528c0d2-a69a-11ed-a79a-c2095be0b864 | InvocationID=5528cef6-a69a-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:50:16+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5528c0d2-a69a-11ed-a79a-c2095be0b864 | InvocationID=5528cef6-a69a-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:50:30+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50ba4796-a69a-11ed-a79a-c2095be0b864 | InvocationID=50ba4ade-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:50:30+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f5be08-a69a-11ed-a79a-c2095be0b864 | InvocationID=90f5c542-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:50:30+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f5be08-a69a-11ed-a79a-c2095be0b864 | InvocationID=90f5c542-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:50:30+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90f5be08-a69a-11ed-a79a-c2095be0b864 | InvocationID=90f5c542-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:50:41+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5528c0d2-a69a-11ed-a79a-c2095be0b864 | InvocationID=5528cef6-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:50:41+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9772c12c-a69a-11ed-a79a-c2095be0b864 | InvocationID=9772c3de-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:50:41+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9772c12c-a69a-11ed-a79a-c2095be0b864 | InvocationID=9772c3de-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:50:41+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9772c12c-a69a-11ed-a79a-c2095be0b864 | InvocationID=9772c3de-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:50:50+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90f5be08-a69a-11ed-a79a-c2095be0b864 | InvocationID=90f5c542-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:50:50+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ce874da-a69a-11ed-a79a-c2095be0b864 | InvocationID=9ce8773c-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:50:50+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ce874da-a69a-11ed-a79a-c2095be0b864 | InvocationID=9ce8773c-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:50:50+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ce874da-a69a-11ed-a79a-c2095be0b864 | InvocationID=9ce8773c-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:51:06+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9772c12c-a69a-11ed-a79a-c2095be0b864 | InvocationID=9772c3de-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:51:06+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a66281ae-a69a-11ed-a79a-c2095be0b864 | InvocationID=a6628c80-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:51:06+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a66281ae-a69a-11ed-a79a-c2095be0b864 | InvocationID=a6628c80-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:51:06+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a66281ae-a69a-11ed-a79a-c2095be0b864 | InvocationID=a6628c80-a69a-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on 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/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/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.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:51:10+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ce874da-a69a-11ed-a79a-c2095be0b864 | InvocationID=9ce8773c-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:51:10+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8d857ce-a69a-11ed-a79a-c2095be0b864 | InvocationID=a8d85a62-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:51:10+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8d857ce-a69a-11ed-a79a-c2095be0b864 | InvocationID=a8d85a62-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:51:10+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8d857ce-a69a-11ed-a79a-c2095be0b864 | InvocationID=a8d85a62-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:51:30+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8d857ce-a69a-11ed-a79a-c2095be0b864 | InvocationID=a8d85a62-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:51:30+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4ca6ec8-a69a-11ed-a79a-c2095be0b864 | InvocationID=b4ca71c0-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:51:30+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4ca6ec8-a69a-11ed-a79a-c2095be0b864 | InvocationID=b4ca71c0-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:51:30+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4ca6ec8-a69a-11ed-a79a-c2095be0b864 | InvocationID=b4ca71c0-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:51:31+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a66281ae-a69a-11ed-a79a-c2095be0b864 | InvocationID=a6628c80-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:51:31+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54f6330-a69a-11ed-a79a-c2095be0b864 | InvocationID=b54f654c-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:51:31+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54f6330-a69a-11ed-a79a-c2095be0b864 | InvocationID=b54f654c-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:51:31+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54f6330-a69a-11ed-a79a-c2095be0b864 | InvocationID=b54f654c-a69a-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on 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/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/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.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:51:50+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4ca6ec8-a69a-11ed-a79a-c2095be0b864 | InvocationID=b4ca71c0-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:51:50+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0bb6c8c-a69a-11ed-a79a-c2095be0b864 | InvocationID=c0bb6e80-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:51:50+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0bb6c8c-a69a-11ed-a79a-c2095be0b864 | InvocationID=c0bb6e80-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:51:50+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0bb6c8c-a69a-11ed-a79a-c2095be0b864 | InvocationID=c0bb6e80-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:51:56+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54f6330-a69a-11ed-a79a-c2095be0b864 | InvocationID=b54f654c-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:51:56+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c43c491c-a69a-11ed-a79a-c2095be0b864 | InvocationID=c43c4c1e-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:51:56+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c43c491c-a69a-11ed-a79a-c2095be0b864 | InvocationID=c43c4c1e-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:51:56+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c43c491c-a69a-11ed-a79a-c2095be0b864 | InvocationID=c43c4c1e-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:52:10+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0bb6c8c-a69a-11ed-a79a-c2095be0b864 | InvocationID=c0bb6e80-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:52:10+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccaaccd6-a69a-11ed-a79a-c2095be0b864 | InvocationID=ccaaceca-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:52:10+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccaaccd6-a69a-11ed-a79a-c2095be0b864 | InvocationID=ccaaceca-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:52:10+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccaaccd6-a69a-11ed-a79a-c2095be0b864 | InvocationID=ccaaceca-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:52:21+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c43c491c-a69a-11ed-a79a-c2095be0b864 | InvocationID=c43c4c1e-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:52:21+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d327b2a4-a69a-11ed-a79a-c2095be0b864 | InvocationID=d327b574-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:52:21+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d327b2a4-a69a-11ed-a79a-c2095be0b864 | InvocationID=d327b574-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:52:21+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d327b2a4-a69a-11ed-a79a-c2095be0b864 | InvocationID=d327b574-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:52:30+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccaaccd6-a69a-11ed-a79a-c2095be0b864 | InvocationID=ccaaceca-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:52:30+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89b854e-a69a-11ed-a79a-c2095be0b864 | InvocationID=d89b874c-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:52:30+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89b854e-a69a-11ed-a79a-c2095be0b864 | InvocationID=d89b874c-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:52:30+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d89b854e-a69a-11ed-a79a-c2095be0b864 | InvocationID=d89b874c-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:52:46+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d327b2a4-a69a-11ed-a79a-c2095be0b864 | InvocationID=d327b574-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:52:46+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2128532-a69a-11ed-a79a-c2095be0b864 | InvocationID=e2128820-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:52:46+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2128532-a69a-11ed-a79a-c2095be0b864 | InvocationID=e2128820-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:52:46+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2128532-a69a-11ed-a79a-c2095be0b864 | InvocationID=e2128820-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:52:50+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d89b854e-a69a-11ed-a79a-c2095be0b864 | InvocationID=d89b874c-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:52:50+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48e39dc-a69a-11ed-a79a-c2095be0b864 | InvocationID=e48e3cc0-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:52:50+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48e39dc-a69a-11ed-a79a-c2095be0b864 | InvocationID=e48e3cc0-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:52:50+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e48e39dc-a69a-11ed-a79a-c2095be0b864 | InvocationID=e48e3cc0-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:53:10+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e48e39dc-a69a-11ed-a79a-c2095be0b864 | InvocationID=e48e3cc0-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:53:10+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0806e04-a69a-11ed-a79a-c2095be0b864 | InvocationID=f08072d2-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:53:10+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0806e04-a69a-11ed-a79a-c2095be0b864 | InvocationID=f08072d2-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:53:10+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0806e04-a69a-11ed-a79a-c2095be0b864 | InvocationID=f08072d2-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:53:11+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2128532-a69a-11ed-a79a-c2095be0b864 | InvocationID=e2128820-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:53:11+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0fec02e-a69a-11ed-a79a-c2095be0b864 | InvocationID=f0fec236-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:53:11+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0fec02e-a69a-11ed-a79a-c2095be0b864 | InvocationID=f0fec236-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:53:11+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0fec02e-a69a-11ed-a79a-c2095be0b864 | InvocationID=f0fec236-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:53:30+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0806e04-a69a-11ed-a79a-c2095be0b864 | InvocationID=f08072d2-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:53:30+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc72ab6e-a69a-11ed-a79a-c2095be0b864 | InvocationID=fc72ae3e-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:53:30+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc72ab6e-a69a-11ed-a79a-c2095be0b864 | InvocationID=fc72ae3e-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:53:30+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc72ab6e-a69a-11ed-a79a-c2095be0b864 | InvocationID=fc72ae3e-a69a-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:53:36+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0fec02e-a69a-11ed-a79a-c2095be0b864 | InvocationID=f0fec236-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:53:36+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffea6fa2-a69a-11ed-a79a-c2095be0b864 | InvocationID=ffea725e-a69a-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:53:36+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffea6fa2-a69a-11ed-a79a-c2095be0b864 | InvocationID=ffea725e-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:53:36+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffea6fa2-a69a-11ed-a79a-c2095be0b864 | InvocationID=ffea725e-a69a-11ed-a79a-c2095be0b864 | 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-02-07T03:53:50+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc72ab6e-a69a-11ed-a79a-c2095be0b864 | InvocationID=fc72ae3e-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:53:50+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=086307d4-a69b-11ed-a79a-c2095be0b864 | InvocationID=08630aea-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:53:50+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=086307d4-a69b-11ed-a79a-c2095be0b864 | InvocationID=08630aea-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:53:50+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=086307d4-a69b-11ed-a79a-c2095be0b864 | InvocationID=08630aea-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:54:01+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffea6fa2-a69a-11ed-a79a-c2095be0b864 | InvocationID=ffea725e-a69a-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:54:01+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed62b14-a69b-11ed-a79a-c2095be0b864 | InvocationID=0ed62ea2-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:54:10+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=086307d4-a69b-11ed-a79a-c2095be0b864 | InvocationID=08630aea-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:54:10+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1452d3c6-a69b-11ed-a79a-c2095be0b864 | InvocationID=1452d632-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:54:10+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1452d3c6-a69b-11ed-a79a-c2095be0b864 | InvocationID=1452d632-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:54:10+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1452d3c6-a69b-11ed-a79a-c2095be0b864 | InvocationID=1452d632-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:54:30+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1452d3c6-a69b-11ed-a79a-c2095be0b864 | InvocationID=1452d632-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:54:30+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2042cbaa-a69b-11ed-a79a-c2095be0b864 | InvocationID=2042d5c8-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:55:26+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ed62b14-a69b-11ed-a79a-c2095be0b864 | InvocationID=0ed62ea2-a69b-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:55:26+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ed62b14-a69b-11ed-a79a-c2095be0b864 | InvocationID=0ed62ea2-a69b-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2023-02-07T03:55:51+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ed62b14-a69b-11ed-a79a-c2095be0b864 | InvocationID=0ed62ea2-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:55:51+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501c0fb2-a69b-11ed-a79a-c2095be0b864 | InvocationID=501c13a4-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:55:51+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501c0fb2-a69b-11ed-a79a-c2095be0b864 | InvocationID=501c13a4-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:55:51+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=501c0fb2-a69b-11ed-a79a-c2095be0b864 | InvocationID=501c13a4-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:56:16+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=501c0fb2-a69b-11ed-a79a-c2095be0b864 | InvocationID=501c13a4-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:56:16+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f091240-a69b-11ed-a79a-c2095be0b864 | InvocationID=5f09152e-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:56:16+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f091240-a69b-11ed-a79a-c2095be0b864 | InvocationID=5f09152e-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:56:16+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f091240-a69b-11ed-a79a-c2095be0b864 | InvocationID=5f09152e-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:56:16+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2042cbaa-a69b-11ed-a79a-c2095be0b864 | InvocationID=2042d5c8-a69b-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:56:16+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2042cbaa-a69b-11ed-a79a-c2095be0b864 | InvocationID=2042d5c8-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:56:36+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2042cbaa-a69b-11ed-a79a-c2095be0b864 | InvocationID=2042d5c8-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:56:36+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b394ef4-a69b-11ed-a79a-c2095be0b864 | InvocationID=6b3952a0-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:56:36+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b394ef4-a69b-11ed-a79a-c2095be0b864 | InvocationID=6b3952a0-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:56:36+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b394ef4-a69b-11ed-a79a-c2095be0b864 | InvocationID=6b3952a0-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:56:41+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f091240-a69b-11ed-a79a-c2095be0b864 | InvocationID=5f09152e-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:56:41+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df58856-a69b-11ed-a79a-c2095be0b864 | InvocationID=6df58bda-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:56:41+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df58856-a69b-11ed-a79a-c2095be0b864 | InvocationID=6df58bda-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:56:41+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6df58856-a69b-11ed-a79a-c2095be0b864 | InvocationID=6df58bda-a69b-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on 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/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/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.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:56:56+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b394ef4-a69b-11ed-a79a-c2095be0b864 | InvocationID=6b3952a0-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:56:56+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=772cdda2-a69b-11ed-a79a-c2095be0b864 | InvocationID=772ced42-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:56:56+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=772cdda2-a69b-11ed-a79a-c2095be0b864 | InvocationID=772ced42-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:56:56+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=772cdda2-a69b-11ed-a79a-c2095be0b864 | InvocationID=772ced42-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:57:06+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6df58856-a69b-11ed-a79a-c2095be0b864 | InvocationID=6df58bda-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:57:06+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce3920e-a69b-11ed-a79a-c2095be0b864 | InvocationID=7ce3942a-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:57:16+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=772cdda2-a69b-11ed-a79a-c2095be0b864 | InvocationID=772ced42-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:57:16+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83215764-a69b-11ed-a79a-c2095be0b864 | InvocationID=83215cf0-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:57:16+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83215764-a69b-11ed-a79a-c2095be0b864 | InvocationID=83215cf0-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:57:16+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83215764-a69b-11ed-a79a-c2095be0b864 | InvocationID=83215cf0-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:57:36+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83215764-a69b-11ed-a79a-c2095be0b864 | InvocationID=83215cf0-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:57:36+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f147d44-a69b-11ed-a79a-c2095be0b864 | InvocationID=8f1480a0-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:57:59+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce3920e-a69b-11ed-a79a-c2095be0b864 | InvocationID=7ce3942a-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:57:59+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce3920e-a69b-11ed-a79a-c2095be0b864 | InvocationID=7ce3942a-a69b-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on 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/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/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.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:58:24+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce3920e-a69b-11ed-a79a-c2095be0b864 | InvocationID=7ce3942a-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:58:24+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab902e46-a69b-11ed-a79a-c2095be0b864 | InvocationID=ab904b92-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:58:24+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab902e46-a69b-11ed-a79a-c2095be0b864 | InvocationID=ab904b92-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:58:24+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab902e46-a69b-11ed-a79a-c2095be0b864 | InvocationID=ab904b92-a69b-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on 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/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/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.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:58:49+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab902e46-a69b-11ed-a79a-c2095be0b864 | InvocationID=ab904b92-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:58:49+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba7e10c6-a69b-11ed-a79a-c2095be0b864 | InvocationID=ba7e13be-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:58:49+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba7e10c6-a69b-11ed-a79a-c2095be0b864 | InvocationID=ba7e13be-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:58:49+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba7e10c6-a69b-11ed-a79a-c2095be0b864 | InvocationID=ba7e13be-a69b-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on 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/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/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.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T03:58:59+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f147d44-a69b-11ed-a79a-c2095be0b864 | InvocationID=8f1480a0-a69b-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:58:59+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f147d44-a69b-11ed-a79a-c2095be0b864 | InvocationID=8f1480a0-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T03:59:14+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba7e10c6-a69b-11ed-a79a-c2095be0b864 | InvocationID=ba7e13be-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:59:14+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c96a58c4-a69b-11ed-a79a-c2095be0b864 | InvocationID=c96a5bbc-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:59:14+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c96a58c4-a69b-11ed-a79a-c2095be0b864 | InvocationID=c96a5bbc-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:59:14+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c96a58c4-a69b-11ed-a79a-c2095be0b864 | InvocationID=c96a5bbc-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:59:19+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f147d44-a69b-11ed-a79a-c2095be0b864 | InvocationID=8f1480a0-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:59:19+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6f8896-a69b-11ed-a79a-c2095be0b864 | InvocationID=cc6f8bac-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:59:19+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6f8896-a69b-11ed-a79a-c2095be0b864 | InvocationID=cc6f8bac-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:59:19+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc6f8896-a69b-11ed-a79a-c2095be0b864 | InvocationID=cc6f8bac-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:59:39+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c96a58c4-a69b-11ed-a79a-c2095be0b864 | InvocationID=c96a5bbc-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T03:59:39+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d856ae8c-a69b-11ed-a79a-c2095be0b864 | InvocationID=d856b10c-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T03:59:39+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d856ae8c-a69b-11ed-a79a-c2095be0b864 | InvocationID=d856b10c-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:59:39+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d856ae8c-a69b-11ed-a79a-c2095be0b864 | InvocationID=d856b10c-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:59:39+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc6f8896-a69b-11ed-a79a-c2095be0b864 | InvocationID=cc6f8bac-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:59:39+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d861ff4e-a69b-11ed-a79a-c2095be0b864 | InvocationID=d8620142-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T03:59:39+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d861ff4e-a69b-11ed-a79a-c2095be0b864 | InvocationID=d8620142-a69b-11ed-a79a-c2095be0b864 | 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-02-07T03:59:39+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d861ff4e-a69b-11ed-a79a-c2095be0b864 | InvocationID=d8620142-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T03:59:59+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d861ff4e-a69b-11ed-a79a-c2095be0b864 | InvocationID=d8620142-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T03:59:59+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e451dc16-a69b-11ed-a79a-c2095be0b864 | InvocationID=e451df4a-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T04:00:04+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d856ae8c-a69b-11ed-a79a-c2095be0b864 | InvocationID=d856b10c-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T04:00:04+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e741f6ae-a69b-11ed-a79a-c2095be0b864 | InvocationID=e741fa00-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T04:00:04+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e741f6ae-a69b-11ed-a79a-c2095be0b864 | InvocationID=e741fa00-a69b-11ed-a79a-c2095be0b864 | 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-02-07T04:00:04+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e741f6ae-a69b-11ed-a79a-c2095be0b864 | InvocationID=e741fa00-a69b-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on 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/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/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.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T04:00:29+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e741f6ae-a69b-11ed-a79a-c2095be0b864 | InvocationID=e741fa00-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T04:00:29+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f62d8570-a69b-11ed-a79a-c2095be0b864 | InvocationID=f62d8854-a69b-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T04:00:29+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f62d8570-a69b-11ed-a79a-c2095be0b864 | InvocationID=f62d8854-a69b-11ed-a79a-c2095be0b864 | 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-02-07T04:00:29+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f62d8570-a69b-11ed-a79a-c2095be0b864 | InvocationID=f62d8854-a69b-11ed-a79a-c2095be0b864 | 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-02-07T04:00:54+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f62d8570-a69b-11ed-a79a-c2095be0b864 | InvocationID=f62d8854-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T04:00:54+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051a38d0-a69c-11ed-a79a-c2095be0b864 | InvocationID=051a3b50-a69c-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T04:00:54+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051a38d0-a69c-11ed-a79a-c2095be0b864 | InvocationID=051a3b50-a69c-11ed-a79a-c2095be0b864 | 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-02-07T04:00:54+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=051a38d0-a69c-11ed-a79a-c2095be0b864 | InvocationID=051a3b50-a69c-11ed-a79a-c2095be0b864 | 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-02-07T04:01:19+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=051a38d0-a69c-11ed-a79a-c2095be0b864 | InvocationID=051a3b50-a69c-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T04:01:19+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1407c02e-a69c-11ed-a79a-c2095be0b864 | InvocationID=1407c3f8-a69c-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T04:01:19+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1407c02e-a69c-11ed-a79a-c2095be0b864 | InvocationID=1407c3f8-a69c-11ed-a79a-c2095be0b864 | 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-02-07T04:01:19+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1407c02e-a69c-11ed-a79a-c2095be0b864 | InvocationID=1407c3f8-a69c-11ed-a79a-c2095be0b864 | Error trying to poll policy response topic on 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/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/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.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T04:01:36+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e451dc16-a69b-11ed-a79a-c2095be0b864 | InvocationID=e451df4a-a69b-11ed-a79a-c2095be0b864 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T04:01:36+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e451dc16-a69b-11ed-a79a-c2095be0b864 | InvocationID=e451df4a-a69b-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2023-02-07T04:01:44+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1407c02e-a69c-11ed-a79a-c2095be0b864 | InvocationID=1407c3f8-a69c-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T04:01:44+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22f46984-a69c-11ed-a79a-c2095be0b864 | InvocationID=22f46c0e-a69c-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T04:01:45+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22f46984-a69c-11ed-a79a-c2095be0b864 | InvocationID=22f46c0e-a69c-11ed-a79a-c2095be0b864 | 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-02-07T04:01:45+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22f46984-a69c-11ed-a79a-c2095be0b864 | InvocationID=22f46c0e-a69c-11ed-a79a-c2095be0b864 | 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-02-07T04:01:56+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e451dc16-a69b-11ed-a79a-c2095be0b864 | InvocationID=e451df4a-a69b-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T04:01:56+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f9e420-a69c-11ed-a79a-c2095be0b864 | InvocationID=29f9e6f0-a69c-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T04:01:56+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f9e420-a69c-11ed-a79a-c2095be0b864 | InvocationID=29f9e6f0-a69c-11ed-a79a-c2095be0b864 | 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-02-07T04:01:56+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29f9e420-a69c-11ed-a79a-c2095be0b864 | InvocationID=29f9e6f0-a69c-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2023-02-07T04:02:10+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22f46984-a69c-11ed-a79a-c2095be0b864 | InvocationID=22f46c0e-a69c-11ed-a79a-c2095be0b864 | Polling MR for XNF activation/deactivation policy response events. 2023-02-07T04:02:10+0000 | policy_event_thread | 140429660928800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31df7394-a69c-11ed-a79a-c2095be0b864 | InvocationID=31df7682-a69c-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT 2023-02-07T04:02:10+0000 | policy_event_thread | 140429660928800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31df7394-a69c-11ed-a79a-c2095be0b864 | InvocationID=31df7682-a69c-11ed-a79a-c2095be0b864 | 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-02-07T04:02:10+0000 | policy_event_thread | 140429660928800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31df7394-a69c-11ed-a79a-c2095be0b864 | InvocationID=31df7682-a69c-11ed-a79a-c2095be0b864 | 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-02-07T04:02:16+0000 | aai_event_thread | 140429659867936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29f9e420-a69c-11ed-a79a-c2095be0b864 | InvocationID=29f9e6f0-a69c-11ed-a79a-c2095be0b864 | Polling MR for XNF AAI events. 2023-02-07T04:02:16+0000 | aai_event_thread | 140429659867936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e9ef3c-a69c-11ed-a79a-c2095be0b864 | InvocationID=35e9f2b6-a69c-11ed-a79a-c2095be0b864 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT 2023-02-07T04:02:16+0000 | aai_event_thread | 140429659867936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e9ef3c-a69c-11ed-a79a-c2095be0b864 | InvocationID=35e9f2b6-a69c-11ed-a79a-c2095be0b864 | 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-02-07T04:02:16+0000 | aai_event_thread | 140429659867936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35e9ef3c-a69c-11ed-a79a-c2095be0b864 | InvocationID=35e9f2b6-a69c-11ed-a79a-c2095be0b864 | Failed to process AAI event due to: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2023-02-07T04:02:35+0000 | policy_event_thread | 140429660928800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=