/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-09-05T05:01:21+0000 | MainThread | 140096898997576 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS. 2022-09-05T05:01:21+0000 | MainThread | 140096898997576 | 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': True, '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': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}} 2022-09-05T05:01:21+0000 | MainThread | 140096898997576 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR. 2022-09-05T05:01:21+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:01:21+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events. 2022-09-05T05:01:21+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89c3f36-2cd7-11ed-8254-42037d41ec7a | InvocationID=c89c42d8-2cd7-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:01:21+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89da538-2cd7-11ed-8254-42037d41ec7a | InvocationID=c89da6c8-2cd7-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:01:21+0000 | MainThread | 140096898997576 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server 2022-09-05T05:01:22+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89c3f36-2cd7-11ed-8254-42037d41ec7a | InvocationID=c89c42d8-2cd7-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:01:22+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89da538-2cd7-11ed-8254-42037d41ec7a | InvocationID=c89da6c8-2cd7-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:01:22+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89c3f36-2cd7-11ed-8254-42037d41ec7a | InvocationID=c89c42d8-2cd7-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:01:22+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c89da538-2cd7-11ed-8254-42037d41ec7a | InvocationID=c89da6c8-2cd7-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:01:42+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c89da538-2cd7-11ed-8254-42037d41ec7a | InvocationID=c89da6c8-2cd7-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:01:42+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5353b6c-2cd7-11ed-8254-42037d41ec7a | InvocationID=d535422e-2cd7-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:01:43+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5353b6c-2cd7-11ed-8254-42037d41ec7a | InvocationID=d535422e-2cd7-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:01:43+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5353b6c-2cd7-11ed-8254-42037d41ec7a | InvocationID=d535422e-2cd7-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:01:47+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89c3f36-2cd7-11ed-8254-42037d41ec7a | InvocationID=c89c42d8-2cd7-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:01:47+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d83059dc-2cd7-11ed-8254-42037d41ec7a | InvocationID=d8305ba8-2cd7-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:01:48+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d83059dc-2cd7-11ed-8254-42037d41ec7a | InvocationID=d8305ba8-2cd7-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:01:48+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d83059dc-2cd7-11ed-8254-42037d41ec7a | InvocationID=d8305ba8-2cd7-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:03+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5353b6c-2cd7-11ed-8254-42037d41ec7a | InvocationID=d535422e-2cd7-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:02:03+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c1ad98-2cd7-11ed-8254-42037d41ec7a | InvocationID=e1c1b19e-2cd7-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:02:04+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c1ad98-2cd7-11ed-8254-42037d41ec7a | InvocationID=e1c1b19e-2cd7-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:04+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1c1ad98-2cd7-11ed-8254-42037d41ec7a | InvocationID=e1c1b19e-2cd7-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:13+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d83059dc-2cd7-11ed-8254-42037d41ec7a | InvocationID=d8305ba8-2cd7-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:02:13+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b55ec0-2cd7-11ed-8254-42037d41ec7a | InvocationID=e7b56118-2cd7-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:02:14+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b55ec0-2cd7-11ed-8254-42037d41ec7a | InvocationID=e7b56118-2cd7-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:14+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b55ec0-2cd7-11ed-8254-42037d41ec7a | InvocationID=e7b56118-2cd7-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:24+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1c1ad98-2cd7-11ed-8254-42037d41ec7a | InvocationID=e1c1b19e-2cd7-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:02:24+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee4faa2e-2cd7-11ed-8254-42037d41ec7a | InvocationID=ee4fadbc-2cd7-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:02:25+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee4faa2e-2cd7-11ed-8254-42037d41ec7a | InvocationID=ee4fadbc-2cd7-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:25+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee4faa2e-2cd7-11ed-8254-42037d41ec7a | InvocationID=ee4fadbc-2cd7-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:39+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b55ec0-2cd7-11ed-8254-42037d41ec7a | InvocationID=e7b56118-2cd7-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:02:39+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7428cdc-2cd7-11ed-8254-42037d41ec7a | InvocationID=f7428f5c-2cd7-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:02:40+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7428cdc-2cd7-11ed-8254-42037d41ec7a | InvocationID=f7428f5c-2cd7-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:40+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7428cdc-2cd7-11ed-8254-42037d41ec7a | InvocationID=f7428f5c-2cd7-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:45+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee4faa2e-2cd7-11ed-8254-42037d41ec7a | InvocationID=ee4fadbc-2cd7-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:02:45+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fadc5fb2-2cd7-11ed-8254-42037d41ec7a | InvocationID=fadc621e-2cd7-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:02:46+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fadc5fb2-2cd7-11ed-8254-42037d41ec7a | InvocationID=fadc621e-2cd7-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:02:46+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fadc5fb2-2cd7-11ed-8254-42037d41ec7a | InvocationID=fadc621e-2cd7-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:05+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7428cdc-2cd7-11ed-8254-42037d41ec7a | InvocationID=f7428f5c-2cd7-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:03:05+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c911b2-2cd8-11ed-8254-42037d41ec7a | InvocationID=06c9141e-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:03:06+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c911b2-2cd8-11ed-8254-42037d41ec7a | InvocationID=06c9141e-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:06+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06c911b2-2cd8-11ed-8254-42037d41ec7a | InvocationID=06c9141e-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:06+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fadc5fb2-2cd7-11ed-8254-42037d41ec7a | InvocationID=fadc621e-2cd7-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:03:06+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=076c91de-2cd8-11ed-8254-42037d41ec7a | InvocationID=076c93e6-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:03:07+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=076c91de-2cd8-11ed-8254-42037d41ec7a | InvocationID=076c93e6-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:07+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=076c91de-2cd8-11ed-8254-42037d41ec7a | InvocationID=076c93e6-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:27+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=076c91de-2cd8-11ed-8254-42037d41ec7a | InvocationID=076c93e6-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:03:27+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13f92fde-2cd8-11ed-8254-42037d41ec7a | InvocationID=13f9356a-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:03:28+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13f92fde-2cd8-11ed-8254-42037d41ec7a | InvocationID=13f9356a-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:28+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13f92fde-2cd8-11ed-8254-42037d41ec7a | InvocationID=13f9356a-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:31+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06c911b2-2cd8-11ed-8254-42037d41ec7a | InvocationID=06c9141e-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:03:31+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16534bfc-2cd8-11ed-8254-42037d41ec7a | InvocationID=16534de6-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:03:32+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16534bfc-2cd8-11ed-8254-42037d41ec7a | InvocationID=16534de6-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:32+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16534bfc-2cd8-11ed-8254-42037d41ec7a | InvocationID=16534de6-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:48+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13f92fde-2cd8-11ed-8254-42037d41ec7a | InvocationID=13f9356a-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:03:48+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2087201c-2cd8-11ed-8254-42037d41ec7a | InvocationID=2087222e-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:03:49+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2087201c-2cd8-11ed-8254-42037d41ec7a | InvocationID=2087222e-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:49+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2087201c-2cd8-11ed-8254-42037d41ec7a | InvocationID=2087222e-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:57+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16534bfc-2cd8-11ed-8254-42037d41ec7a | InvocationID=16534de6-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:03:57+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25da2604-2cd8-11ed-8254-42037d41ec7a | InvocationID=25da282a-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:03:58+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25da2604-2cd8-11ed-8254-42037d41ec7a | InvocationID=25da282a-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:03:58+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25da2604-2cd8-11ed-8254-42037d41ec7a | InvocationID=25da282a-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:09+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2087201c-2cd8-11ed-8254-42037d41ec7a | InvocationID=2087222e-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:04:09+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d12b986-2cd8-11ed-8254-42037d41ec7a | InvocationID=2d12bbb6-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:04:10+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d12b986-2cd8-11ed-8254-42037d41ec7a | InvocationID=2d12bbb6-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:10+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d12b986-2cd8-11ed-8254-42037d41ec7a | InvocationID=2d12bbb6-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:23+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25da2604-2cd8-11ed-8254-42037d41ec7a | InvocationID=25da282a-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:04:23+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35657b50-2cd8-11ed-8254-42037d41ec7a | InvocationID=35657cfe-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:04:24+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35657b50-2cd8-11ed-8254-42037d41ec7a | InvocationID=35657cfe-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:24+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35657b50-2cd8-11ed-8254-42037d41ec7a | InvocationID=35657cfe-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:30+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d12b986-2cd8-11ed-8254-42037d41ec7a | InvocationID=2d12bbb6-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:04:30+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=399fb6d6-2cd8-11ed-8254-42037d41ec7a | InvocationID=399fb884-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:04:32+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=399fb6d6-2cd8-11ed-8254-42037d41ec7a | InvocationID=399fb884-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:32+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=399fb6d6-2cd8-11ed-8254-42037d41ec7a | InvocationID=399fb884-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:49+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35657b50-2cd8-11ed-8254-42037d41ec7a | InvocationID=35657cfe-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:04:49+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ebe334-2cd8-11ed-8254-42037d41ec7a | InvocationID=44ebe4ec-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:04:50+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ebe334-2cd8-11ed-8254-42037d41ec7a | InvocationID=44ebe4ec-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:50+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44ebe334-2cd8-11ed-8254-42037d41ec7a | InvocationID=44ebe4ec-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:52+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=399fb6d6-2cd8-11ed-8254-42037d41ec7a | InvocationID=399fb884-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:04:52+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=462de328-2cd8-11ed-8254-42037d41ec7a | InvocationID=462de4c2-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:04:53+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=462de328-2cd8-11ed-8254-42037d41ec7a | InvocationID=462de4c2-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:04:53+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=462de328-2cd8-11ed-8254-42037d41ec7a | InvocationID=462de4c2-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:13+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=462de328-2cd8-11ed-8254-42037d41ec7a | InvocationID=462de4c2-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:05:13+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52bbb0e8-2cd8-11ed-8254-42037d41ec7a | InvocationID=52bbb318-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:05:14+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52bbb0e8-2cd8-11ed-8254-42037d41ec7a | InvocationID=52bbb318-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:14+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52bbb0e8-2cd8-11ed-8254-42037d41ec7a | InvocationID=52bbb318-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:15+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44ebe334-2cd8-11ed-8254-42037d41ec7a | InvocationID=44ebe4ec-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:05:15+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54730b5c-2cd8-11ed-8254-42037d41ec7a | InvocationID=54730e22-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:05:17+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54730b5c-2cd8-11ed-8254-42037d41ec7a | InvocationID=54730e22-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:17+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54730b5c-2cd8-11ed-8254-42037d41ec7a | InvocationID=54730e22-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:34+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52bbb0e8-2cd8-11ed-8254-42037d41ec7a | InvocationID=52bbb318-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:05:34+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f50945e-2cd8-11ed-8254-42037d41ec7a | InvocationID=5f5098f0-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:05:35+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f50945e-2cd8-11ed-8254-42037d41ec7a | InvocationID=5f5098f0-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:35+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f50945e-2cd8-11ed-8254-42037d41ec7a | InvocationID=5f5098f0-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:42+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54730b5c-2cd8-11ed-8254-42037d41ec7a | InvocationID=54730e22-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:05:42+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63fad33e-2cd8-11ed-8254-42037d41ec7a | InvocationID=63fad5a0-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:05:43+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63fad33e-2cd8-11ed-8254-42037d41ec7a | InvocationID=63fad5a0-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:43+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63fad33e-2cd8-11ed-8254-42037d41ec7a | InvocationID=63fad5a0-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:55+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f50945e-2cd8-11ed-8254-42037d41ec7a | InvocationID=5f5098f0-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:05:55+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bdfe404-2cd8-11ed-8254-42037d41ec7a | InvocationID=6bdfe684-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:05:56+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bdfe404-2cd8-11ed-8254-42037d41ec7a | InvocationID=6bdfe684-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:05:56+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bdfe404-2cd8-11ed-8254-42037d41ec7a | InvocationID=6bdfe684-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:08+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63fad33e-2cd8-11ed-8254-42037d41ec7a | InvocationID=63fad5a0-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:06:08+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=738555fe-2cd8-11ed-8254-42037d41ec7a | InvocationID=738557a2-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:06:09+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=738555fe-2cd8-11ed-8254-42037d41ec7a | InvocationID=738557a2-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:09+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=738555fe-2cd8-11ed-8254-42037d41ec7a | InvocationID=738557a2-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:16+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bdfe404-2cd8-11ed-8254-42037d41ec7a | InvocationID=6bdfe684-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:06:16+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=787525bc-2cd8-11ed-8254-42037d41ec7a | InvocationID=787527b0-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:06:17+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=787525bc-2cd8-11ed-8254-42037d41ec7a | InvocationID=787527b0-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:17+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=787525bc-2cd8-11ed-8254-42037d41ec7a | InvocationID=787527b0-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:34+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=738555fe-2cd8-11ed-8254-42037d41ec7a | InvocationID=738557a2-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:06:34+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=830adf1c-2cd8-11ed-8254-42037d41ec7a | InvocationID=830ae1a6-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:06:35+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=830adf1c-2cd8-11ed-8254-42037d41ec7a | InvocationID=830ae1a6-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:35+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=830adf1c-2cd8-11ed-8254-42037d41ec7a | InvocationID=830ae1a6-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:37+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=787525bc-2cd8-11ed-8254-42037d41ec7a | InvocationID=787527b0-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:06:37+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85014f72-2cd8-11ed-8254-42037d41ec7a | InvocationID=85015166-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:06:38+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85014f72-2cd8-11ed-8254-42037d41ec7a | InvocationID=85015166-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:38+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85014f72-2cd8-11ed-8254-42037d41ec7a | InvocationID=85015166-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:58+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85014f72-2cd8-11ed-8254-42037d41ec7a | InvocationID=85015166-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:06:58+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918dfbfa-2cd8-11ed-8254-42037d41ec7a | InvocationID=918dfe70-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:06:59+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918dfbfa-2cd8-11ed-8254-42037d41ec7a | InvocationID=918dfe70-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:06:59+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=918dfbfa-2cd8-11ed-8254-42037d41ec7a | InvocationID=918dfe70-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:07:00+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=830adf1c-2cd8-11ed-8254-42037d41ec7a | InvocationID=830ae1a6-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:07:00+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92920e1a-2cd8-11ed-8254-42037d41ec7a | InvocationID=92921040-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:07:01+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92920e1a-2cd8-11ed-8254-42037d41ec7a | InvocationID=92921040-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:07:01+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92920e1a-2cd8-11ed-8254-42037d41ec7a | InvocationID=92921040-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:07:19+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=918dfbfa-2cd8-11ed-8254-42037d41ec7a | InvocationID=918dfe70-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:07:19+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e1f8f28-2cd8-11ed-8254-42037d41ec7a | InvocationID=9e1f954a-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:07:20+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e1f8f28-2cd8-11ed-8254-42037d41ec7a | InvocationID=9e1f954a-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:07:20+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e1f8f28-2cd8-11ed-8254-42037d41ec7a | InvocationID=9e1f954a-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:07:26+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92920e1a-2cd8-11ed-8254-42037d41ec7a | InvocationID=92921040-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:07:26+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21eb284-2cd8-11ed-8254-42037d41ec7a | InvocationID=a21eb464-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:07:27+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21eb284-2cd8-11ed-8254-42037d41ec7a | InvocationID=a21eb464-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:07:27+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a21eb284-2cd8-11ed-8254-42037d41ec7a | InvocationID=a21eb464-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: 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 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused 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 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2022-09-05T05:07:40+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e1f8f28-2cd8-11ed-8254-42037d41ec7a | InvocationID=9e1f954a-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:07:40+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaad0630-2cd8-11ed-8254-42037d41ec7a | InvocationID=aaad0838-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:07:41+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaad0630-2cd8-11ed-8254-42037d41ec7a | InvocationID=aaad0838-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:07:41+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaad0630-2cd8-11ed-8254-42037d41ec7a | InvocationID=aaad0838-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:07:52+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a21eb284-2cd8-11ed-8254-42037d41ec7a | InvocationID=a21eb464-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:07:52+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1a477b6-2cd8-11ed-8254-42037d41ec7a | InvocationID=b1a479aa-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:07:52+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1a477b6-2cd8-11ed-8254-42037d41ec7a | InvocationID=b1a479aa-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:07:52+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1a477b6-2cd8-11ed-8254-42037d41ec7a | InvocationID=b1a479aa-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:08:01+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aaad0630-2cd8-11ed-8254-42037d41ec7a | InvocationID=aaad0838-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:08:01+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b713823c-2cd8-11ed-8254-42037d41ec7a | InvocationID=b7139c7c-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:08:01+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b713823c-2cd8-11ed-8254-42037d41ec7a | InvocationID=b7139c7c-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:08:01+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b713823c-2cd8-11ed-8254-42037d41ec7a | InvocationID=b7139c7c-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:08:17+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1a477b6-2cd8-11ed-8254-42037d41ec7a | InvocationID=b1a479aa-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:08:17+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0d0b92a-2cd8-11ed-8254-42037d41ec7a | InvocationID=c0d0bae2-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:08:17+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0d0b92a-2cd8-11ed-8254-42037d41ec7a | InvocationID=c0d0bae2-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:08:17+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0d0b92a-2cd8-11ed-8254-42037d41ec7a | InvocationID=c0d0bae2-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:08:21+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b713823c-2cd8-11ed-8254-42037d41ec7a | InvocationID=b7139c7c-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:08:21+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c329ea02-2cd8-11ed-8254-42037d41ec7a | InvocationID=c329ffec-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:08:22+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c329ea02-2cd8-11ed-8254-42037d41ec7a | InvocationID=c329ffec-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:08:22+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c329ea02-2cd8-11ed-8254-42037d41ec7a | InvocationID=c329ffec-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:08:42+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c329ea02-2cd8-11ed-8254-42037d41ec7a | InvocationID=c329ffec-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:08:42+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4f4598-2cd8-11ed-8254-42037d41ec7a | InvocationID=cf4f476e-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:08:42+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4f4598-2cd8-11ed-8254-42037d41ec7a | InvocationID=cf4f476e-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:08:42+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf4f4598-2cd8-11ed-8254-42037d41ec7a | InvocationID=cf4f476e-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:08:42+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0d0b92a-2cd8-11ed-8254-42037d41ec7a | InvocationID=c0d0bae2-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:08:42+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd20c08-2cd8-11ed-8254-42037d41ec7a | InvocationID=cfd20db6-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:08:43+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd20c08-2cd8-11ed-8254-42037d41ec7a | InvocationID=cfd20db6-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:08:43+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd20c08-2cd8-11ed-8254-42037d41ec7a | InvocationID=cfd20db6-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:09:02+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf4f4598-2cd8-11ed-8254-42037d41ec7a | InvocationID=cf4f476e-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:09:02+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db56a502-2cd8-11ed-8254-42037d41ec7a | InvocationID=db56a714-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:09:02+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db56a502-2cd8-11ed-8254-42037d41ec7a | InvocationID=db56a714-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:09:02+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db56a502-2cd8-11ed-8254-42037d41ec7a | InvocationID=db56a714-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:09:08+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd20c08-2cd8-11ed-8254-42037d41ec7a | InvocationID=cfd20db6-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:09:08+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=decd85fc-2cd8-11ed-8254-42037d41ec7a | InvocationID=decd88b8-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:09:08+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=decd85fc-2cd8-11ed-8254-42037d41ec7a | InvocationID=decd88b8-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:09:08+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=decd85fc-2cd8-11ed-8254-42037d41ec7a | InvocationID=decd88b8-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:09:22+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db56a502-2cd8-11ed-8254-42037d41ec7a | InvocationID=db56a714-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:09:22+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e763a3e0-2cd8-11ed-8254-42037d41ec7a | InvocationID=e763a5ca-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:09:22+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e763a3e0-2cd8-11ed-8254-42037d41ec7a | InvocationID=e763a5ca-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:09:22+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e763a3e0-2cd8-11ed-8254-42037d41ec7a | InvocationID=e763a5ca-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:09:33+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=decd85fc-2cd8-11ed-8254-42037d41ec7a | InvocationID=decd88b8-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:09:33+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edc59f4a-2cd8-11ed-8254-42037d41ec7a | InvocationID=edc5a102-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:09:33+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edc59f4a-2cd8-11ed-8254-42037d41ec7a | InvocationID=edc5a102-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:09:33+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edc59f4a-2cd8-11ed-8254-42037d41ec7a | InvocationID=edc5a102-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:09:42+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e763a3e0-2cd8-11ed-8254-42037d41ec7a | InvocationID=e763a5ca-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:09:42+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f364d16e-2cd8-11ed-8254-42037d41ec7a | InvocationID=f364d3d0-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:09:42+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f364d16e-2cd8-11ed-8254-42037d41ec7a | InvocationID=f364d3d0-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:09:42+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f364d16e-2cd8-11ed-8254-42037d41ec7a | InvocationID=f364d3d0-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:09:58+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edc59f4a-2cd8-11ed-8254-42037d41ec7a | InvocationID=edc5a102-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:09:58+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc9b576-2cd8-11ed-8254-42037d41ec7a | InvocationID=fcc9bbb6-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:09:58+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc9b576-2cd8-11ed-8254-42037d41ec7a | InvocationID=fcc9bbb6-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:09:58+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcc9b576-2cd8-11ed-8254-42037d41ec7a | InvocationID=fcc9bbb6-2cd8-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:10:02+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f364d16e-2cd8-11ed-8254-42037d41ec7a | InvocationID=f364d3d0-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:10:02+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff629a32-2cd8-11ed-8254-42037d41ec7a | InvocationID=ff629c9e-2cd8-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:10:03+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff629a32-2cd8-11ed-8254-42037d41ec7a | InvocationID=ff629c9e-2cd8-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:10:03+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff629a32-2cd8-11ed-8254-42037d41ec7a | InvocationID=ff629c9e-2cd8-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:10:23+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff629a32-2cd8-11ed-8254-42037d41ec7a | InvocationID=ff629c9e-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:10:23+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b771104-2cd9-11ed-8254-42037d41ec7a | InvocationID=0b77137a-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:10:23+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b771104-2cd9-11ed-8254-42037d41ec7a | InvocationID=0b77137a-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:10:23+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b771104-2cd9-11ed-8254-42037d41ec7a | InvocationID=0b77137a-2cd9-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:10:23+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcc9b576-2cd8-11ed-8254-42037d41ec7a | InvocationID=fcc9bbb6-2cd8-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:10:23+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bdda072-2cd9-11ed-8254-42037d41ec7a | InvocationID=0bdda3ba-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:10:23+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bdda072-2cd9-11ed-8254-42037d41ec7a | InvocationID=0bdda3ba-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:10:23+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bdda072-2cd9-11ed-8254-42037d41ec7a | InvocationID=0bdda3ba-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:10:43+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b771104-2cd9-11ed-8254-42037d41ec7a | InvocationID=0b77137a-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:10:43+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17782ec0-2cd9-11ed-8254-42037d41ec7a | InvocationID=1778319a-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:10:43+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17782ec0-2cd9-11ed-8254-42037d41ec7a | InvocationID=1778319a-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:10:43+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17782ec0-2cd9-11ed-8254-42037d41ec7a | InvocationID=1778319a-2cd9-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:10:48+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bdda072-2cd9-11ed-8254-42037d41ec7a | InvocationID=0bdda3ba-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:10:48+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1add285e-2cd9-11ed-8254-42037d41ec7a | InvocationID=1add3e98-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:10:49+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1add285e-2cd9-11ed-8254-42037d41ec7a | InvocationID=1add3e98-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:10:49+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1add285e-2cd9-11ed-8254-42037d41ec7a | InvocationID=1add3e98-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:11:03+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17782ec0-2cd9-11ed-8254-42037d41ec7a | InvocationID=1778319a-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:11:03+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2373fe20-2cd9-11ed-8254-42037d41ec7a | InvocationID=2373ffce-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:11:03+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2373fe20-2cd9-11ed-8254-42037d41ec7a | InvocationID=2373ffce-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:11:03+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2373fe20-2cd9-11ed-8254-42037d41ec7a | InvocationID=2373ffce-2cd9-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:11:14+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1add285e-2cd9-11ed-8254-42037d41ec7a | InvocationID=1add3e98-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:11:14+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29e685de-2cd9-11ed-8254-42037d41ec7a | InvocationID=29e687a0-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:11:14+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29e685de-2cd9-11ed-8254-42037d41ec7a | InvocationID=29e687a0-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:11:14+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29e685de-2cd9-11ed-8254-42037d41ec7a | InvocationID=29e687a0-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:11:23+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2373fe20-2cd9-11ed-8254-42037d41ec7a | InvocationID=2373ffce-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:11:23+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f8626e8-2cd9-11ed-8254-42037d41ec7a | InvocationID=2f862922-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:11:23+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f8626e8-2cd9-11ed-8254-42037d41ec7a | InvocationID=2f862922-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:11:23+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f8626e8-2cd9-11ed-8254-42037d41ec7a | InvocationID=2f862922-2cd9-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:11:39+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29e685de-2cd9-11ed-8254-42037d41ec7a | InvocationID=29e687a0-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:11:39+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38e9c078-2cd9-11ed-8254-42037d41ec7a | InvocationID=38e9c302-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:11:39+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38e9c078-2cd9-11ed-8254-42037d41ec7a | InvocationID=38e9c302-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:11:39+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38e9c078-2cd9-11ed-8254-42037d41ec7a | InvocationID=38e9c302-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:11:43+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f8626e8-2cd9-11ed-8254-42037d41ec7a | InvocationID=2f862922-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:11:43+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b942e1c-2cd9-11ed-8254-42037d41ec7a | InvocationID=3b9430ce-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:11:43+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b942e1c-2cd9-11ed-8254-42037d41ec7a | InvocationID=3b9430ce-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:11:43+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b942e1c-2cd9-11ed-8254-42037d41ec7a | InvocationID=3b9430ce-2cd9-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:12:03+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b942e1c-2cd9-11ed-8254-42037d41ec7a | InvocationID=3b9430ce-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:12:03+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a43fe4-2cd9-11ed-8254-42037d41ec7a | InvocationID=47a441c4-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:12:04+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a43fe4-2cd9-11ed-8254-42037d41ec7a | InvocationID=47a441c4-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:12:04+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47a43fe4-2cd9-11ed-8254-42037d41ec7a | InvocationID=47a441c4-2cd9-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:12:04+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38e9c078-2cd9-11ed-8254-42037d41ec7a | InvocationID=38e9c302-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:12:04+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47fa4dc6-2cd9-11ed-8254-42037d41ec7a | InvocationID=47fa4f6a-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:12:05+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47fa4dc6-2cd9-11ed-8254-42037d41ec7a | InvocationID=47fa4f6a-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:12:05+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47fa4dc6-2cd9-11ed-8254-42037d41ec7a | InvocationID=47fa4f6a-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:12:24+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47a43fe4-2cd9-11ed-8254-42037d41ec7a | InvocationID=47a441c4-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:12:24+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d4cbee-2cd9-11ed-8254-42037d41ec7a | InvocationID=53d4ce82-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:12:24+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d4cbee-2cd9-11ed-8254-42037d41ec7a | InvocationID=53d4ce82-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:12:24+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d4cbee-2cd9-11ed-8254-42037d41ec7a | InvocationID=53d4ce82-2cd9-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:12:30+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47fa4dc6-2cd9-11ed-8254-42037d41ec7a | InvocationID=47fa4f6a-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:12:30+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=572b9782-2cd9-11ed-8254-42037d41ec7a | InvocationID=572b9980-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:12:30+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=572b9782-2cd9-11ed-8254-42037d41ec7a | InvocationID=572b9980-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:12:30+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=572b9782-2cd9-11ed-8254-42037d41ec7a | InvocationID=572b9980-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:12:44+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d4cbee-2cd9-11ed-8254-42037d41ec7a | InvocationID=53d4ce82-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:12:44+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fe742ae-2cd9-11ed-8254-42037d41ec7a | InvocationID=5fe74772-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:12:44+0000 | aai_event_thread | 140096848259872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fe742ae-2cd9-11ed-8254-42037d41ec7a | InvocationID=5fe74772-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/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: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:12:44+0000 | aai_event_thread | 140096848259872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fe742ae-2cd9-11ed-8254-42037d41ec7a | InvocationID=5fe74772-2cd9-11ed-8254-42037d41ec7a | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 2022-09-05T05:12:55+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=572b9782-2cd9-11ed-8254-42037d41ec7a | InvocationID=572b9980-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:12:55+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=662a13da-2cd9-11ed-8254-42037d41ec7a | InvocationID=662a160a-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:12:55+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=662a13da-2cd9-11ed-8254-42037d41ec7a | InvocationID=662a160a-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:12:55+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=662a13da-2cd9-11ed-8254-42037d41ec7a | InvocationID=662a160a-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:13:04+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fe742ae-2cd9-11ed-8254-42037d41ec7a | InvocationID=5fe74772-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:13:04+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c01f05c-2cd9-11ed-8254-42037d41ec7a | InvocationID=6c01f2f0-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:13:20+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=662a13da-2cd9-11ed-8254-42037d41ec7a | InvocationID=662a160a-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:13:20+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7537ca3e-2cd9-11ed-8254-42037d41ec7a | InvocationID=7537cc64-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:13:20+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7537ca3e-2cd9-11ed-8254-42037d41ec7a | InvocationID=7537cc64-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:13:20+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7537ca3e-2cd9-11ed-8254-42037d41ec7a | InvocationID=7537cc64-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:13:30+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c01f05c-2cd9-11ed-8254-42037d41ec7a | InvocationID=6c01f2f0-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:13:30+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b2e3fb8-2cd9-11ed-8254-42037d41ec7a | InvocationID=7b2e418e-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:13:45+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7537ca3e-2cd9-11ed-8254-42037d41ec7a | InvocationID=7537cc64-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:13:45+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8435ea0c-2cd9-11ed-8254-42037d41ec7a | InvocationID=8435ed9a-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:13:45+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8435ea0c-2cd9-11ed-8254-42037d41ec7a | InvocationID=8435ed9a-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:13:45+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8435ea0c-2cd9-11ed-8254-42037d41ec7a | InvocationID=8435ed9a-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:13:51+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b2e3fb8-2cd9-11ed-8254-42037d41ec7a | InvocationID=7b2e418e-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:13:51+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87720a48-2cd9-11ed-8254-42037d41ec7a | InvocationID=87720bec-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:14:10+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8435ea0c-2cd9-11ed-8254-42037d41ec7a | InvocationID=8435ed9a-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:14:10+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=933e8dec-2cd9-11ed-8254-42037d41ec7a | InvocationID=933e9238-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:14:10+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=933e8dec-2cd9-11ed-8254-42037d41ec7a | InvocationID=933e9238-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:14:10+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=933e8dec-2cd9-11ed-8254-42037d41ec7a | InvocationID=933e9238-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:14:11+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87720a48-2cd9-11ed-8254-42037d41ec7a | InvocationID=87720bec-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:14:11+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=938fd008-2cd9-11ed-8254-42037d41ec7a | InvocationID=938fd1e8-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:14:31+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=938fd008-2cd9-11ed-8254-42037d41ec7a | InvocationID=938fd1e8-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:14:31+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f9acf56-2cd9-11ed-8254-42037d41ec7a | InvocationID=9f9ad334-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:14:35+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=933e8dec-2cd9-11ed-8254-42037d41ec7a | InvocationID=933e9238-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:14:35+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2332b96-2cd9-11ed-8254-42037d41ec7a | InvocationID=a2332f38-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:14:36+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2332b96-2cd9-11ed-8254-42037d41ec7a | InvocationID=a2332f38-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:14:36+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2332b96-2cd9-11ed-8254-42037d41ec7a | InvocationID=a2332f38-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:14:52+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f9acf56-2cd9-11ed-8254-42037d41ec7a | InvocationID=9f9ad334-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:14:52+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf4e9c6-2cd9-11ed-8254-42037d41ec7a | InvocationID=abf4f60a-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:15:01+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2332b96-2cd9-11ed-8254-42037d41ec7a | InvocationID=a2332f38-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:15:01+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b13be98e-2cd9-11ed-8254-42037d41ec7a | InvocationID=b13bec18-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:15:01+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b13be98e-2cd9-11ed-8254-42037d41ec7a | InvocationID=b13bec18-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:15:01+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b13be98e-2cd9-11ed-8254-42037d41ec7a | InvocationID=b13bec18-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:15:17+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abf4e9c6-2cd9-11ed-8254-42037d41ec7a | InvocationID=abf4f60a-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:15:17+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae920a0-2cd9-11ed-8254-42037d41ec7a | InvocationID=bae92370-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:15:26+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b13be98e-2cd9-11ed-8254-42037d41ec7a | InvocationID=b13bec18-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:15:26+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c033c092-2cd9-11ed-8254-42037d41ec7a | InvocationID=c033c2d6-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:15:26+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c033c092-2cd9-11ed-8254-42037d41ec7a | InvocationID=c033c2d6-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:15:26+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c033c092-2cd9-11ed-8254-42037d41ec7a | InvocationID=c033c2d6-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:15:42+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bae920a0-2cd9-11ed-8254-42037d41ec7a | InvocationID=bae92370-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:15:42+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d3d682-2cd9-11ed-8254-42037d41ec7a | InvocationID=c9d3e0dc-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:15:51+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c033c092-2cd9-11ed-8254-42037d41ec7a | InvocationID=c033c2d6-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:15:51+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4665c6-2cd9-11ed-8254-42037d41ec7a | InvocationID=cf466756-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:15:51+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4665c6-2cd9-11ed-8254-42037d41ec7a | InvocationID=cf466756-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:15:51+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf4665c6-2cd9-11ed-8254-42037d41ec7a | InvocationID=cf466756-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:16:07+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9d3d682-2cd9-11ed-8254-42037d41ec7a | InvocationID=c9d3e0dc-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:16:07+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c109e4-2cd9-11ed-8254-42037d41ec7a | InvocationID=d8c10c0a-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:16:16+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf4665c6-2cd9-11ed-8254-42037d41ec7a | InvocationID=cf466756-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:16:16+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3ff75e-2cd9-11ed-8254-42037d41ec7a | InvocationID=de3ff916-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:16:16+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3ff75e-2cd9-11ed-8254-42037d41ec7a | InvocationID=de3ff916-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:16:16+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3ff75e-2cd9-11ed-8254-42037d41ec7a | InvocationID=de3ff916-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:16:32+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8c109e4-2cd9-11ed-8254-42037d41ec7a | InvocationID=d8c10c0a-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:16:32+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e79b226a-2cd9-11ed-8254-42037d41ec7a | InvocationID=e79b24d6-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:16:41+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de3ff75e-2cd9-11ed-8254-42037d41ec7a | InvocationID=de3ff916-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:16:41+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed384b76-2cd9-11ed-8254-42037d41ec7a | InvocationID=ed384dd8-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:16:41+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed384b76-2cd9-11ed-8254-42037d41ec7a | InvocationID=ed384dd8-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:16:41+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed384b76-2cd9-11ed-8254-42037d41ec7a | InvocationID=ed384dd8-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:16:57+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e79b226a-2cd9-11ed-8254-42037d41ec7a | InvocationID=e79b24d6-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:16:57+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6748844-2cd9-11ed-8254-42037d41ec7a | InvocationID=f67489e8-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:17:06+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed384b76-2cd9-11ed-8254-42037d41ec7a | InvocationID=ed384dd8-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:17:06+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc39cf46-2cd9-11ed-8254-42037d41ec7a | InvocationID=fc39d1e4-2cd9-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:17:07+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc39cf46-2cd9-11ed-8254-42037d41ec7a | InvocationID=fc39d1e4-2cd9-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:17:07+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc39cf46-2cd9-11ed-8254-42037d41ec7a | InvocationID=fc39d1e4-2cd9-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:17:22+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6748844-2cd9-11ed-8254-42037d41ec7a | InvocationID=f67489e8-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:17:22+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0573c5d0-2cda-11ed-8254-42037d41ec7a | InvocationID=0573c864-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:17:32+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc39cf46-2cd9-11ed-8254-42037d41ec7a | InvocationID=fc39d1e4-2cd9-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:17:32+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b4125de-2cda-11ed-8254-42037d41ec7a | InvocationID=0b4127a0-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:17:32+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b4125de-2cda-11ed-8254-42037d41ec7a | InvocationID=0b4127a0-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:17:32+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b4125de-2cda-11ed-8254-42037d41ec7a | InvocationID=0b4127a0-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:17:47+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0573c5d0-2cda-11ed-8254-42037d41ec7a | InvocationID=0573c864-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:17:47+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14882eee-2cda-11ed-8254-42037d41ec7a | InvocationID=148830ec-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:17:57+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b4125de-2cda-11ed-8254-42037d41ec7a | InvocationID=0b4127a0-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:17:57+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a3e070a-2cda-11ed-8254-42037d41ec7a | InvocationID=1a3e08a4-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:17:57+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a3e070a-2cda-11ed-8254-42037d41ec7a | InvocationID=1a3e08a4-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:17:57+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a3e070a-2cda-11ed-8254-42037d41ec7a | InvocationID=1a3e08a4-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:18:12+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14882eee-2cda-11ed-8254-42037d41ec7a | InvocationID=148830ec-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:18:12+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=238af76e-2cda-11ed-8254-42037d41ec7a | InvocationID=238af99e-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:18:22+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a3e070a-2cda-11ed-8254-42037d41ec7a | InvocationID=1a3e08a4-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:18:22+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=293b97a4-2cda-11ed-8254-42037d41ec7a | InvocationID=293b9aa6-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:18:22+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=293b97a4-2cda-11ed-8254-42037d41ec7a | InvocationID=293b9aa6-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:18:22+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=293b97a4-2cda-11ed-8254-42037d41ec7a | InvocationID=293b9aa6-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:18:37+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=238af76e-2cda-11ed-8254-42037d41ec7a | InvocationID=238af99e-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:18:37+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=326e8994-2cda-11ed-8254-42037d41ec7a | InvocationID=326e9272-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:18:47+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=293b97a4-2cda-11ed-8254-42037d41ec7a | InvocationID=293b9aa6-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:18:47+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3850f2d4-2cda-11ed-8254-42037d41ec7a | InvocationID=3850f536-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:18:47+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3850f2d4-2cda-11ed-8254-42037d41ec7a | InvocationID=3850f536-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:18:47+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3850f2d4-2cda-11ed-8254-42037d41ec7a | InvocationID=3850f536-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:19:02+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=326e8994-2cda-11ed-8254-42037d41ec7a | InvocationID=326e9272-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:19:02+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4149ff16-2cda-11ed-8254-42037d41ec7a | InvocationID=414a0146-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:19:12+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3850f2d4-2cda-11ed-8254-42037d41ec7a | InvocationID=3850f536-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:19:12+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=474ac8a0-2cda-11ed-8254-42037d41ec7a | InvocationID=474aca6c-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:19:12+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=474ac8a0-2cda-11ed-8254-42037d41ec7a | InvocationID=474aca6c-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:19:12+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=474ac8a0-2cda-11ed-8254-42037d41ec7a | InvocationID=474aca6c-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:19:27+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4149ff16-2cda-11ed-8254-42037d41ec7a | InvocationID=414a0146-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:19:27+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=502c5cb8-2cda-11ed-8254-42037d41ec7a | InvocationID=502c5f88-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:19:37+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=474ac8a0-2cda-11ed-8254-42037d41ec7a | InvocationID=474aca6c-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:19:37+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=563d9e50-2cda-11ed-8254-42037d41ec7a | InvocationID=563d9ff4-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:19:38+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=563d9e50-2cda-11ed-8254-42037d41ec7a | InvocationID=563d9ff4-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:19:38+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=563d9e50-2cda-11ed-8254-42037d41ec7a | InvocationID=563d9ff4-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:19:52+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=502c5cb8-2cda-11ed-8254-42037d41ec7a | InvocationID=502c5f88-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:19:52+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f04b7b2-2cda-11ed-8254-42037d41ec7a | InvocationID=5f04b9c4-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:20:03+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=563d9e50-2cda-11ed-8254-42037d41ec7a | InvocationID=563d9ff4-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:20:03+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65316b08-2cda-11ed-8254-42037d41ec7a | InvocationID=65316dc4-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:20:03+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65316b08-2cda-11ed-8254-42037d41ec7a | InvocationID=65316dc4-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:20:03+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65316b08-2cda-11ed-8254-42037d41ec7a | InvocationID=65316dc4-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:20:17+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f04b7b2-2cda-11ed-8254-42037d41ec7a | InvocationID=5f04b9c4-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:20:17+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dfbcbfc-2cda-11ed-8254-42037d41ec7a | InvocationID=6dfbcdbe-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:20:28+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65316b08-2cda-11ed-8254-42037d41ec7a | InvocationID=65316dc4-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:20:28+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74385044-2cda-11ed-8254-42037d41ec7a | InvocationID=743851fc-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:20:28+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74385044-2cda-11ed-8254-42037d41ec7a | InvocationID=743851fc-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:20:28+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74385044-2cda-11ed-8254-42037d41ec7a | InvocationID=743851fc-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:20:42+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dfbcbfc-2cda-11ed-8254-42037d41ec7a | InvocationID=6dfbcdbe-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:20:42+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce0d8d8-2cda-11ed-8254-42037d41ec7a | InvocationID=7ce0dbbc-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:20:53+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74385044-2cda-11ed-8254-42037d41ec7a | InvocationID=743851fc-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:20:53+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=832eff62-2cda-11ed-8254-42037d41ec7a | InvocationID=832f01c4-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:20:53+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=832eff62-2cda-11ed-8254-42037d41ec7a | InvocationID=832f01c4-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:20:53+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=832eff62-2cda-11ed-8254-42037d41ec7a | InvocationID=832f01c4-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:21:07+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ce0d8d8-2cda-11ed-8254-42037d41ec7a | InvocationID=7ce0dbbc-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:21:07+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bcf7b10-2cda-11ed-8254-42037d41ec7a | InvocationID=8bcf7d54-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:21:18+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=832eff62-2cda-11ed-8254-42037d41ec7a | InvocationID=832f01c4-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:21:18+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9226e8fe-2cda-11ed-8254-42037d41ec7a | InvocationID=9226eaac-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:21:18+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9226e8fe-2cda-11ed-8254-42037d41ec7a | InvocationID=9226eaac-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:21:18+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9226e8fe-2cda-11ed-8254-42037d41ec7a | InvocationID=9226eaac-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:21:32+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bcf7b10-2cda-11ed-8254-42037d41ec7a | InvocationID=8bcf7d54-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:21:32+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aa6d71e-2cda-11ed-8254-42037d41ec7a | InvocationID=9aa6df48-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:21:43+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9226e8fe-2cda-11ed-8254-42037d41ec7a | InvocationID=9226eaac-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:21:43+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a130081c-2cda-11ed-8254-42037d41ec7a | InvocationID=a13009de-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:21:43+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a130081c-2cda-11ed-8254-42037d41ec7a | InvocationID=a13009de-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:21:43+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a130081c-2cda-11ed-8254-42037d41ec7a | InvocationID=a13009de-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:21:57+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aa6d71e-2cda-11ed-8254-42037d41ec7a | InvocationID=9aa6df48-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:21:57+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9af4dfe-2cda-11ed-8254-42037d41ec7a | InvocationID=a9af5038-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:22:08+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a130081c-2cda-11ed-8254-42037d41ec7a | InvocationID=a13009de-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:22:08+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0273d2c-2cda-11ed-8254-42037d41ec7a | InvocationID=b0273f52-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:22:08+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0273d2c-2cda-11ed-8254-42037d41ec7a | InvocationID=b0273f52-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:22:08+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0273d2c-2cda-11ed-8254-42037d41ec7a | InvocationID=b0273f52-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:22:22+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9af4dfe-2cda-11ed-8254-42037d41ec7a | InvocationID=a9af5038-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:22:22+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b887388c-2cda-11ed-8254-42037d41ec7a | InvocationID=b8873c1a-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:22:33+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0273d2c-2cda-11ed-8254-42037d41ec7a | InvocationID=b0273f52-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:22:33+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf290364-2cda-11ed-8254-42037d41ec7a | InvocationID=bf29058a-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:22:34+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf290364-2cda-11ed-8254-42037d41ec7a | InvocationID=bf29058a-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:22:34+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf290364-2cda-11ed-8254-42037d41ec7a | InvocationID=bf29058a-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:22:47+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b887388c-2cda-11ed-8254-42037d41ec7a | InvocationID=b8873c1a-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:22:47+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7805cec-2cda-11ed-8254-42037d41ec7a | InvocationID=c7805e9a-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:22:59+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf290364-2cda-11ed-8254-42037d41ec7a | InvocationID=bf29058a-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:22:59+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce368a20-2cda-11ed-8254-42037d41ec7a | InvocationID=ce368bc4-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:22:59+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce368a20-2cda-11ed-8254-42037d41ec7a | InvocationID=ce368bc4-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:22:59+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce368a20-2cda-11ed-8254-42037d41ec7a | InvocationID=ce368bc4-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:23:13+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7805cec-2cda-11ed-8254-42037d41ec7a | InvocationID=c7805e9a-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:23:13+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6778d9c-2cda-11ed-8254-42037d41ec7a | InvocationID=d6778f4a-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:23:24+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce368a20-2cda-11ed-8254-42037d41ec7a | InvocationID=ce368bc4-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:23:24+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd4c0bca-2cda-11ed-8254-42037d41ec7a | InvocationID=dd4c135e-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:23:24+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd4c0bca-2cda-11ed-8254-42037d41ec7a | InvocationID=dd4c135e-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:23:24+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd4c0bca-2cda-11ed-8254-42037d41ec7a | InvocationID=dd4c135e-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:23:38+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6778d9c-2cda-11ed-8254-42037d41ec7a | InvocationID=d6778f4a-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:23:38+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5592690-2cda-11ed-8254-42037d41ec7a | InvocationID=e55928d4-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:23:49+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd4c0bca-2cda-11ed-8254-42037d41ec7a | InvocationID=dd4c135e-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:23:49+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4fa87a-2cda-11ed-8254-42037d41ec7a | InvocationID=ec4faab4-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:23:49+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4fa87a-2cda-11ed-8254-42037d41ec7a | InvocationID=ec4faab4-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:23:49+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec4fa87a-2cda-11ed-8254-42037d41ec7a | InvocationID=ec4faab4-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:24:03+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5592690-2cda-11ed-8254-42037d41ec7a | InvocationID=e55928d4-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:24:03+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f438422c-2cda-11ed-8254-42037d41ec7a | InvocationID=f4384434-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:24:14+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec4fa87a-2cda-11ed-8254-42037d41ec7a | InvocationID=ec4faab4-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:24:14+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb48da72-2cda-11ed-8254-42037d41ec7a | InvocationID=fb48dcd4-2cda-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:24:15+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb48da72-2cda-11ed-8254-42037d41ec7a | InvocationID=fb48dcd4-2cda-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:24:15+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb48da72-2cda-11ed-8254-42037d41ec7a | InvocationID=fb48dcd4-2cda-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:24:27+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f438422c-2cda-11ed-8254-42037d41ec7a | InvocationID=f4384434-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:24:27+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=031a8c5a-2cdb-11ed-8254-42037d41ec7a | InvocationID=031a8f0c-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:24:40+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb48da72-2cda-11ed-8254-42037d41ec7a | InvocationID=fb48dcd4-2cda-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:24:40+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4fc60c-2cdb-11ed-8254-42037d41ec7a | InvocationID=0a4fc922-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:24:40+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4fc60c-2cdb-11ed-8254-42037d41ec7a | InvocationID=0a4fc922-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:24:40+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4fc60c-2cdb-11ed-8254-42037d41ec7a | InvocationID=0a4fc922-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:24:53+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=031a8c5a-2cdb-11ed-8254-42037d41ec7a | InvocationID=031a8f0c-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:24:53+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121be460-2cdb-11ed-8254-42037d41ec7a | InvocationID=121be6ae-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:25:05+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4fc60c-2cdb-11ed-8254-42037d41ec7a | InvocationID=0a4fc922-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:25:05+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=194dc0aa-2cdb-11ed-8254-42037d41ec7a | InvocationID=194dc41a-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:25:05+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=194dc0aa-2cdb-11ed-8254-42037d41ec7a | InvocationID=194dc41a-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:25:05+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=194dc0aa-2cdb-11ed-8254-42037d41ec7a | InvocationID=194dc41a-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:25:18+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=121be460-2cdb-11ed-8254-42037d41ec7a | InvocationID=121be6ae-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:25:18+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=210cf05e-2cdb-11ed-8254-42037d41ec7a | InvocationID=210cf220-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:25:30+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=194dc0aa-2cdb-11ed-8254-42037d41ec7a | InvocationID=194dc41a-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:25:30+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=284d47ba-2cdb-11ed-8254-42037d41ec7a | InvocationID=284d4a12-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:25:30+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=284d47ba-2cdb-11ed-8254-42037d41ec7a | InvocationID=284d4a12-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:25:30+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=284d47ba-2cdb-11ed-8254-42037d41ec7a | InvocationID=284d4a12-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:25:43+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=210cf05e-2cdb-11ed-8254-42037d41ec7a | InvocationID=210cf220-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:25:43+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fea18b8-2cdb-11ed-8254-42037d41ec7a | InvocationID=2fea1a8e-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:25:55+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=284d47ba-2cdb-11ed-8254-42037d41ec7a | InvocationID=284d4a12-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:25:55+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37487820-2cdb-11ed-8254-42037d41ec7a | InvocationID=37487abe-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:25:55+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37487820-2cdb-11ed-8254-42037d41ec7a | InvocationID=37487abe-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:25:55+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37487820-2cdb-11ed-8254-42037d41ec7a | InvocationID=37487abe-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:26:08+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fea18b8-2cdb-11ed-8254-42037d41ec7a | InvocationID=2fea1a8e-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:26:08+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3edba454-2cdb-11ed-8254-42037d41ec7a | InvocationID=3edbb20a-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:26:20+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37487820-2cdb-11ed-8254-42037d41ec7a | InvocationID=37487abe-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:26:20+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=465a7854-2cdb-11ed-8254-42037d41ec7a | InvocationID=465a7d2c-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:26:20+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=465a7854-2cdb-11ed-8254-42037d41ec7a | InvocationID=465a7d2c-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:26:20+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=465a7854-2cdb-11ed-8254-42037d41ec7a | InvocationID=465a7d2c-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:26:33+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3edba454-2cdb-11ed-8254-42037d41ec7a | InvocationID=3edbb20a-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:26:33+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dba11cc-2cdb-11ed-8254-42037d41ec7a | InvocationID=4dba1384-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:26:45+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=465a7854-2cdb-11ed-8254-42037d41ec7a | InvocationID=465a7d2c-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:26:45+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=554f8fc0-2cdb-11ed-8254-42037d41ec7a | InvocationID=554f92a4-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:26:46+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=554f8fc0-2cdb-11ed-8254-42037d41ec7a | InvocationID=554f92a4-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:26:46+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=554f8fc0-2cdb-11ed-8254-42037d41ec7a | InvocationID=554f92a4-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:26:58+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dba11cc-2cdb-11ed-8254-42037d41ec7a | InvocationID=4dba1384-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:26:58+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9770f4-2cdb-11ed-8254-42037d41ec7a | InvocationID=5c9772ac-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:27:11+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=554f8fc0-2cdb-11ed-8254-42037d41ec7a | InvocationID=554f92a4-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:27:11+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6453e552-2cdb-11ed-8254-42037d41ec7a | InvocationID=6453e836-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:27:11+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6453e552-2cdb-11ed-8254-42037d41ec7a | InvocationID=6453e836-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:27:11+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6453e552-2cdb-11ed-8254-42037d41ec7a | InvocationID=6453e836-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:27:23+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c9770f4-2cdb-11ed-8254-42037d41ec7a | InvocationID=5c9772ac-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:27:23+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b98e84e-2cdb-11ed-8254-42037d41ec7a | InvocationID=6b98eab0-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:27:36+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6453e552-2cdb-11ed-8254-42037d41ec7a | InvocationID=6453e836-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:27:36+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=734d6ede-2cdb-11ed-8254-42037d41ec7a | InvocationID=734d70f0-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:27:36+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=734d6ede-2cdb-11ed-8254-42037d41ec7a | InvocationID=734d70f0-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:27:36+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=734d6ede-2cdb-11ed-8254-42037d41ec7a | InvocationID=734d70f0-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:27:48+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b98e84e-2cdb-11ed-8254-42037d41ec7a | InvocationID=6b98eab0-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:27:48+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a84b7c0-2cdb-11ed-8254-42037d41ec7a | InvocationID=7a84b9dc-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:28:01+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=734d6ede-2cdb-11ed-8254-42037d41ec7a | InvocationID=734d70f0-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:28:01+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=825790f8-2cdb-11ed-8254-42037d41ec7a | InvocationID=8257935a-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:28:01+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=825790f8-2cdb-11ed-8254-42037d41ec7a | InvocationID=8257935a-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:28:01+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=825790f8-2cdb-11ed-8254-42037d41ec7a | InvocationID=8257935a-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:28:13+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a84b7c0-2cdb-11ed-8254-42037d41ec7a | InvocationID=7a84b9dc-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:28:13+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=899bbb50-2cdb-11ed-8254-42037d41ec7a | InvocationID=899bbf10-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:28:26+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=825790f8-2cdb-11ed-8254-42037d41ec7a | InvocationID=8257935a-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:28:26+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915636ae-2cdb-11ed-8254-42037d41ec7a | InvocationID=915638fc-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:28:26+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915636ae-2cdb-11ed-8254-42037d41ec7a | InvocationID=915638fc-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:28:26+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=915636ae-2cdb-11ed-8254-42037d41ec7a | InvocationID=915638fc-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:28:38+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=899bbb50-2cdb-11ed-8254-42037d41ec7a | InvocationID=899bbf10-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:28:38+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9883fede-2cdb-11ed-8254-42037d41ec7a | InvocationID=988400a0-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:28:51+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=915636ae-2cdb-11ed-8254-42037d41ec7a | InvocationID=915638fc-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:28:51+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0629a0c-2cdb-11ed-8254-42037d41ec7a | InvocationID=a0629c64-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:28:51+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0629a0c-2cdb-11ed-8254-42037d41ec7a | InvocationID=a0629c64-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:28:51+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0629a0c-2cdb-11ed-8254-42037d41ec7a | InvocationID=a0629c64-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:29:03+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9883fede-2cdb-11ed-8254-42037d41ec7a | InvocationID=988400a0-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:29:03+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a784d6ba-2cdb-11ed-8254-42037d41ec7a | InvocationID=a784d8c2-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:29:16+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0629a0c-2cdb-11ed-8254-42037d41ec7a | InvocationID=a0629c64-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:29:16+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af5d344a-2cdb-11ed-8254-42037d41ec7a | InvocationID=af5d38fa-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:29:17+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af5d344a-2cdb-11ed-8254-42037d41ec7a | InvocationID=af5d38fa-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:29:17+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af5d344a-2cdb-11ed-8254-42037d41ec7a | InvocationID=af5d38fa-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:29:28+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a784d6ba-2cdb-11ed-8254-42037d41ec7a | InvocationID=a784d8c2-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:29:28+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b65fa5d4-2cdb-11ed-8254-42037d41ec7a | InvocationID=b65fa818-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:29:42+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af5d344a-2cdb-11ed-8254-42037d41ec7a | InvocationID=af5d38fa-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:29:42+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be57f6f6-2cdb-11ed-8254-42037d41ec7a | InvocationID=be57f8a4-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:29:42+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be57f6f6-2cdb-11ed-8254-42037d41ec7a | InvocationID=be57f8a4-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:29:42+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be57f6f6-2cdb-11ed-8254-42037d41ec7a | InvocationID=be57f8a4-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:29:53+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b65fa5d4-2cdb-11ed-8254-42037d41ec7a | InvocationID=b65fa818-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:29:53+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c536ee00-2cdb-11ed-8254-42037d41ec7a | InvocationID=c536f04e-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:30:07+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be57f6f6-2cdb-11ed-8254-42037d41ec7a | InvocationID=be57f8a4-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:30:07+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd4aa1f4-2cdb-11ed-8254-42037d41ec7a | InvocationID=cd4aa3d4-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:30:07+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd4aa1f4-2cdb-11ed-8254-42037d41ec7a | InvocationID=cd4aa3d4-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:30:07+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd4aa1f4-2cdb-11ed-8254-42037d41ec7a | InvocationID=cd4aa3d4-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:30:18+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c536ee00-2cdb-11ed-8254-42037d41ec7a | InvocationID=c536f04e-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:30:18+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d41fbd48-2cdb-11ed-8254-42037d41ec7a | InvocationID=d41fc0ae-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:30:32+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd4aa1f4-2cdb-11ed-8254-42037d41ec7a | InvocationID=cd4aa3d4-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:30:32+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc43de46-2cdb-11ed-8254-42037d41ec7a | InvocationID=dc43e1d4-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:30:32+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc43de46-2cdb-11ed-8254-42037d41ec7a | InvocationID=dc43e1d4-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:30:32+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc43de46-2cdb-11ed-8254-42037d41ec7a | InvocationID=dc43e1d4-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:30:43+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d41fbd48-2cdb-11ed-8254-42037d41ec7a | InvocationID=d41fc0ae-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:30:43+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2fd9f74-2cdb-11ed-8254-42037d41ec7a | InvocationID=e2fda1fe-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:30:57+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc43de46-2cdb-11ed-8254-42037d41ec7a | InvocationID=dc43e1d4-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:30:57+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb39eb98-2cdb-11ed-8254-42037d41ec7a | InvocationID=eb39ed96-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:30:57+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb39eb98-2cdb-11ed-8254-42037d41ec7a | InvocationID=eb39ed96-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:30:57+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb39eb98-2cdb-11ed-8254-42037d41ec7a | InvocationID=eb39ed96-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:31:08+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2fd9f74-2cdb-11ed-8254-42037d41ec7a | InvocationID=e2fda1fe-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:31:08+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1cdcb46-2cdb-11ed-8254-42037d41ec7a | InvocationID=f1cdcf10-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:31:22+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb39eb98-2cdb-11ed-8254-42037d41ec7a | InvocationID=eb39ed96-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:31:22+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa3713d2-2cdb-11ed-8254-42037d41ec7a | InvocationID=fa371594-2cdb-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:31:22+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa3713d2-2cdb-11ed-8254-42037d41ec7a | InvocationID=fa371594-2cdb-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:31:22+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa3713d2-2cdb-11ed-8254-42037d41ec7a | InvocationID=fa371594-2cdb-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:31:33+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1cdcb46-2cdb-11ed-8254-42037d41ec7a | InvocationID=f1cdcf10-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:31:33+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00a4b120-2cdc-11ed-8254-42037d41ec7a | InvocationID=00a4c070-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:31:47+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa3713d2-2cdb-11ed-8254-42037d41ec7a | InvocationID=fa371594-2cdb-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:31:47+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=092e9324-2cdc-11ed-8254-42037d41ec7a | InvocationID=092e95e0-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:31:47+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=092e9324-2cdc-11ed-8254-42037d41ec7a | InvocationID=092e95e0-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:31:47+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=092e9324-2cdc-11ed-8254-42037d41ec7a | InvocationID=092e95e0-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:31:58+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00a4b120-2cdc-11ed-8254-42037d41ec7a | InvocationID=00a4c070-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:31:58+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f7b6356-2cdc-11ed-8254-42037d41ec7a | InvocationID=0f7b6504-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:32:12+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=092e9324-2cdc-11ed-8254-42037d41ec7a | InvocationID=092e95e0-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:32:12+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=182560a6-2cdc-11ed-8254-42037d41ec7a | InvocationID=18256498-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:32:12+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=182560a6-2cdc-11ed-8254-42037d41ec7a | InvocationID=18256498-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:32:12+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=182560a6-2cdc-11ed-8254-42037d41ec7a | InvocationID=18256498-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:32:23+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f7b6356-2cdc-11ed-8254-42037d41ec7a | InvocationID=0f7b6504-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:32:23+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4bb840-2cdc-11ed-8254-42037d41ec7a | InvocationID=1e4bba02-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:32:37+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=182560a6-2cdc-11ed-8254-42037d41ec7a | InvocationID=18256498-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:32:37+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2718fa32-2cdc-11ed-8254-42037d41ec7a | InvocationID=2718fc3a-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:32:37+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2718fa32-2cdc-11ed-8254-42037d41ec7a | InvocationID=2718fc3a-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:32:37+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2718fa32-2cdc-11ed-8254-42037d41ec7a | InvocationID=2718fc3a-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:32:48+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e4bb840-2cdc-11ed-8254-42037d41ec7a | InvocationID=1e4bba02-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:32:48+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d2265da-2cdc-11ed-8254-42037d41ec7a | InvocationID=2d226814-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:33:02+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2718fa32-2cdc-11ed-8254-42037d41ec7a | InvocationID=2718fc3a-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:33:02+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=360deb42-2cdc-11ed-8254-42037d41ec7a | InvocationID=360decf0-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:33:03+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=360deb42-2cdc-11ed-8254-42037d41ec7a | InvocationID=360decf0-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:33:03+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=360deb42-2cdc-11ed-8254-42037d41ec7a | InvocationID=360decf0-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:33:12+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d2265da-2cdc-11ed-8254-42037d41ec7a | InvocationID=2d226814-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:33:12+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf65e72-2cdc-11ed-8254-42037d41ec7a | InvocationID=3bf6608e-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:33:28+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=360deb42-2cdc-11ed-8254-42037d41ec7a | InvocationID=360decf0-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:33:28+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4500575c-2cdc-11ed-8254-42037d41ec7a | InvocationID=45005950-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:33:28+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4500575c-2cdc-11ed-8254-42037d41ec7a | InvocationID=45005950-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:33:28+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4500575c-2cdc-11ed-8254-42037d41ec7a | InvocationID=45005950-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:33:37+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bf65e72-2cdc-11ed-8254-42037d41ec7a | InvocationID=3bf6608e-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:33:37+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ac502fa-2cdc-11ed-8254-42037d41ec7a | InvocationID=4ac504a8-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:33:53+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4500575c-2cdc-11ed-8254-42037d41ec7a | InvocationID=45005950-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:33:53+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5404639c-2cdc-11ed-8254-42037d41ec7a | InvocationID=54046f18-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:33:53+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5404639c-2cdc-11ed-8254-42037d41ec7a | InvocationID=54046f18-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:33:53+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5404639c-2cdc-11ed-8254-42037d41ec7a | InvocationID=54046f18-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:34:02+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ac502fa-2cdc-11ed-8254-42037d41ec7a | InvocationID=4ac504a8-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:34:02+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5999441c-2cdc-11ed-8254-42037d41ec7a | InvocationID=59994674-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:34:18+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5404639c-2cdc-11ed-8254-42037d41ec7a | InvocationID=54046f18-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:34:18+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62f8cbe0-2cdc-11ed-8254-42037d41ec7a | InvocationID=62f8cd8e-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:34:18+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62f8cbe0-2cdc-11ed-8254-42037d41ec7a | InvocationID=62f8cd8e-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:34:18+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62f8cbe0-2cdc-11ed-8254-42037d41ec7a | InvocationID=62f8cd8e-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:34:27+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5999441c-2cdc-11ed-8254-42037d41ec7a | InvocationID=59994674-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:34:27+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68761802-2cdc-11ed-8254-42037d41ec7a | InvocationID=68761d48-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:34:43+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62f8cbe0-2cdc-11ed-8254-42037d41ec7a | InvocationID=62f8cd8e-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:34:43+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71ecf540-2cdc-11ed-8254-42037d41ec7a | InvocationID=71ecf702-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:34:43+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71ecf540-2cdc-11ed-8254-42037d41ec7a | InvocationID=71ecf702-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:34:43+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71ecf540-2cdc-11ed-8254-42037d41ec7a | InvocationID=71ecf702-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:34:52+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68761802-2cdc-11ed-8254-42037d41ec7a | InvocationID=68761d48-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:34:52+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774797fc-2cdc-11ed-8254-42037d41ec7a | InvocationID=774799be-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:35:08+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71ecf540-2cdc-11ed-8254-42037d41ec7a | InvocationID=71ecf702-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:35:08+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e16ae0-2cdc-11ed-8254-42037d41ec7a | InvocationID=80e16d10-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:35:08+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e16ae0-2cdc-11ed-8254-42037d41ec7a | InvocationID=80e16d10-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:35:08+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80e16ae0-2cdc-11ed-8254-42037d41ec7a | InvocationID=80e16d10-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:35:17+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=774797fc-2cdc-11ed-8254-42037d41ec7a | InvocationID=774799be-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:35:17+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8621ab82-2cdc-11ed-8254-42037d41ec7a | InvocationID=8621b564-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:35:33+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80e16ae0-2cdc-11ed-8254-42037d41ec7a | InvocationID=80e16d10-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:35:33+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fdda16c-2cdc-11ed-8254-42037d41ec7a | InvocationID=8fdda46e-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:35:33+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fdda16c-2cdc-11ed-8254-42037d41ec7a | InvocationID=8fdda46e-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:35:33+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fdda16c-2cdc-11ed-8254-42037d41ec7a | InvocationID=8fdda46e-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:35:42+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8621ab82-2cdc-11ed-8254-42037d41ec7a | InvocationID=8621b564-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:35:42+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94f092a4-2cdc-11ed-8254-42037d41ec7a | InvocationID=94f0981c-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:35:58+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fdda16c-2cdc-11ed-8254-42037d41ec7a | InvocationID=8fdda46e-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:35:58+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed6245a-2cdc-11ed-8254-42037d41ec7a | InvocationID=9ed626b2-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:35:58+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ed6245a-2cdc-11ed-8254-42037d41ec7a | InvocationID=9ed626b2-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:35:58+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ed6245a-2cdc-11ed-8254-42037d41ec7a | InvocationID=9ed626b2-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:36:07+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94f092a4-2cdc-11ed-8254-42037d41ec7a | InvocationID=94f0981c-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:36:07+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3d13a30-2cdc-11ed-8254-42037d41ec7a | InvocationID=a3d13c10-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:36:23+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ed6245a-2cdc-11ed-8254-42037d41ec7a | InvocationID=9ed626b2-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:36:23+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add4592c-2cdc-11ed-8254-42037d41ec7a | InvocationID=add45bac-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:36:24+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add4592c-2cdc-11ed-8254-42037d41ec7a | InvocationID=add45bac-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:36:24+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=add4592c-2cdc-11ed-8254-42037d41ec7a | InvocationID=add45bac-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:36:31+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3d13a30-2cdc-11ed-8254-42037d41ec7a | InvocationID=a3d13c10-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:36:31+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2a2d000-2cdc-11ed-8254-42037d41ec7a | InvocationID=b2a2d2f8-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:36:49+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=add4592c-2cdc-11ed-8254-42037d41ec7a | InvocationID=add45bac-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:36:49+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcde2eac-2cdc-11ed-8254-42037d41ec7a | InvocationID=bcde305a-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:36:49+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcde2eac-2cdc-11ed-8254-42037d41ec7a | InvocationID=bcde305a-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:36:49+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcde2eac-2cdc-11ed-8254-42037d41ec7a | InvocationID=bcde305a-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:36:56+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2a2d000-2cdc-11ed-8254-42037d41ec7a | InvocationID=b2a2d2f8-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:36:56+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c186407a-2cdc-11ed-8254-42037d41ec7a | InvocationID=c1864250-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:37:14+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcde2eac-2cdc-11ed-8254-42037d41ec7a | InvocationID=bcde305a-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:37:14+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe2bc88-2cdc-11ed-8254-42037d41ec7a | InvocationID=cbe2c098-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:37:14+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe2bc88-2cdc-11ed-8254-42037d41ec7a | InvocationID=cbe2c098-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:37:14+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe2bc88-2cdc-11ed-8254-42037d41ec7a | InvocationID=cbe2c098-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:37:21+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c186407a-2cdc-11ed-8254-42037d41ec7a | InvocationID=c1864250-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:37:21+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d06076ba-2cdc-11ed-8254-42037d41ec7a | InvocationID=d06078f4-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:37:39+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe2bc88-2cdc-11ed-8254-42037d41ec7a | InvocationID=cbe2c098-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:37:39+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae22c8c-2cdc-11ed-8254-42037d41ec7a | InvocationID=dae23218-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:37:39+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae22c8c-2cdc-11ed-8254-42037d41ec7a | InvocationID=dae23218-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:37:39+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae22c8c-2cdc-11ed-8254-42037d41ec7a | InvocationID=dae23218-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:37:46+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d06076ba-2cdc-11ed-8254-42037d41ec7a | InvocationID=d06078f4-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:37:46+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3a3838-2cdc-11ed-8254-42037d41ec7a | InvocationID=df3a3a4a-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:38:04+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dae22c8c-2cdc-11ed-8254-42037d41ec7a | InvocationID=dae23218-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:38:04+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d44d10-2cdc-11ed-8254-42037d41ec7a | InvocationID=e9d456b6-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:38:04+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d44d10-2cdc-11ed-8254-42037d41ec7a | InvocationID=e9d456b6-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:38:04+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d44d10-2cdc-11ed-8254-42037d41ec7a | InvocationID=e9d456b6-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:38:11+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df3a3838-2cdc-11ed-8254-42037d41ec7a | InvocationID=df3a3a4a-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:38:11+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0d9bde-2cdc-11ed-8254-42037d41ec7a | InvocationID=ee0d9ddc-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:38:29+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9d44d10-2cdc-11ed-8254-42037d41ec7a | InvocationID=e9d456b6-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:38:29+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8da4990-2cdc-11ed-8254-42037d41ec7a | InvocationID=f8da4e40-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:38:29+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8da4990-2cdc-11ed-8254-42037d41ec7a | InvocationID=f8da4e40-2cdc-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:38:29+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8da4990-2cdc-11ed-8254-42037d41ec7a | InvocationID=f8da4e40-2cdc-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:38:36+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee0d9bde-2cdc-11ed-8254-42037d41ec7a | InvocationID=ee0d9ddc-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:38:36+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcead720-2cdc-11ed-8254-42037d41ec7a | InvocationID=fcead982-2cdc-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:38:54+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8da4990-2cdc-11ed-8254-42037d41ec7a | InvocationID=f8da4e40-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:38:54+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ce1562-2cdd-11ed-8254-42037d41ec7a | InvocationID=07ce18e6-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:38:55+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ce1562-2cdd-11ed-8254-42037d41ec7a | InvocationID=07ce18e6-2cdd-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:38:55+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07ce1562-2cdd-11ed-8254-42037d41ec7a | InvocationID=07ce18e6-2cdd-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:39:01+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcead720-2cdc-11ed-8254-42037d41ec7a | InvocationID=fcead982-2cdc-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:39:01+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bbfe510-2cdd-11ed-8254-42037d41ec7a | InvocationID=0bbfe6f0-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:39:20+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07ce1562-2cdd-11ed-8254-42037d41ec7a | InvocationID=07ce18e6-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:39:20+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16cfe2d4-2cdd-11ed-8254-42037d41ec7a | InvocationID=16cfe504-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:39:20+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16cfe2d4-2cdd-11ed-8254-42037d41ec7a | InvocationID=16cfe504-2cdd-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:39:20+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16cfe2d4-2cdd-11ed-8254-42037d41ec7a | InvocationID=16cfe504-2cdd-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:39:26+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bbfe510-2cdd-11ed-8254-42037d41ec7a | InvocationID=0bbfe6f0-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:39:26+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a99dc08-2cdd-11ed-8254-42037d41ec7a | InvocationID=1a99ddc0-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:39:45+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16cfe2d4-2cdd-11ed-8254-42037d41ec7a | InvocationID=16cfe504-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:39:45+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25c37788-2cdd-11ed-8254-42037d41ec7a | InvocationID=25c37936-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:39:45+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25c37788-2cdd-11ed-8254-42037d41ec7a | InvocationID=25c37936-2cdd-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:39:45+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25c37788-2cdd-11ed-8254-42037d41ec7a | InvocationID=25c37936-2cdd-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:39:51+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a99dc08-2cdd-11ed-8254-42037d41ec7a | InvocationID=1a99ddc0-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:39:51+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=297edc1e-2cdd-11ed-8254-42037d41ec7a | InvocationID=297edde0-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:40:10+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25c37788-2cdd-11ed-8254-42037d41ec7a | InvocationID=25c37936-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:40:10+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34bece54-2cdd-11ed-8254-42037d41ec7a | InvocationID=34bed0c0-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:40:10+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34bece54-2cdd-11ed-8254-42037d41ec7a | InvocationID=34bed0c0-2cdd-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:40:10+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34bece54-2cdd-11ed-8254-42037d41ec7a | InvocationID=34bed0c0-2cdd-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:40:16+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=297edc1e-2cdd-11ed-8254-42037d41ec7a | InvocationID=297edde0-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:40:16+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3851c396-2cdd-11ed-8254-42037d41ec7a | InvocationID=3851c544-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:40:35+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34bece54-2cdd-11ed-8254-42037d41ec7a | InvocationID=34bed0c0-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:40:35+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43b07322-2cdd-11ed-8254-42037d41ec7a | InvocationID=43b07552-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:40:35+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43b07322-2cdd-11ed-8254-42037d41ec7a | InvocationID=43b07552-2cdd-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:40:35+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43b07322-2cdd-11ed-8254-42037d41ec7a | InvocationID=43b07552-2cdd-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:40:41+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3851c396-2cdd-11ed-8254-42037d41ec7a | InvocationID=3851c544-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:40:41+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472f340c-2cdd-11ed-8254-42037d41ec7a | InvocationID=472f365a-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:41:00+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43b07322-2cdd-11ed-8254-42037d41ec7a | InvocationID=43b07552-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:41:00+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52afb072-2cdd-11ed-8254-42037d41ec7a | InvocationID=52afbb62-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:41:00+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52afb072-2cdd-11ed-8254-42037d41ec7a | InvocationID=52afbb62-2cdd-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:41:00+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52afb072-2cdd-11ed-8254-42037d41ec7a | InvocationID=52afbb62-2cdd-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:41:06+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=472f340c-2cdd-11ed-8254-42037d41ec7a | InvocationID=472f365a-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:41:06+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5601dcc8-2cdd-11ed-8254-42037d41ec7a | InvocationID=5601e132-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT 2022-09-05T05:41:25+0000 | policy_event_thread | 140096849320736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52afb072-2cdd-11ed-8254-42037d41ec7a | InvocationID=52afbb62-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF activation/deactivation policy response events. 2022-09-05T05:41:25+0000 | policy_event_thread | 140096849320736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61a9284c-2cdd-11ed-8254-42037d41ec7a | InvocationID=61a92a0e-2cdd-11ed-8254-42037d41ec7a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT 2022-09-05T05:41:25+0000 | policy_event_thread | 140096849320736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61a9284c-2cdd-11ed-8254-42037d41ec7a | InvocationID=61a92a0e-2cdd-11ed-8254-42037d41ec7a | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:41:25+0000 | policy_event_thread | 140096849320736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61a9284c-2cdd-11ed-8254-42037d41ec7a | InvocationID=61a92a0e-2cdd-11ed-8254-42037d41ec7a | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 2022-09-05T05:41:30+0000 | aai_event_thread | 140096848259872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5601dcc8-2cdd-11ed-8254-42037d41ec7a | InvocationID=5601e132-2cdd-11ed-8254-42037d41ec7a | Polling MR for XNF AAI events. 2022-09-05T05:41:30+0000 | aai_event_thread | 140096848259872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64d64612-2cdd-11ed-8254-42037d41ec7a | InvocationID=64d6493c-2cd