By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-09-06T05:22:41+0000 | MainThread | 139997364038984 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-09-06T05:22:41+0000 | MainThread | 139997364038984 | 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'}}}}[0m 2022-09-06T05:22:41+0000 | MainThread | 139997364038984 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-09-06T05:22:41+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:22:41+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede35db6-2da3-11ed-b194-3ecc6c1facdb | InvocationID=ede360d6-2da3-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:22:41+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-09-06T05:22:41+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edef4a9a-2da3-11ed-b194-3ecc6c1facdb | InvocationID=edef4cfc-2da3-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:22:41+0000 | MainThread | 139997364038984 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-09-06T05:22:42+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede35db6-2da3-11ed-b194-3ecc6c1facdb | InvocationID=ede360d6-2da3-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:22:42+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ede35db6-2da3-11ed-b194-3ecc6c1facdb | InvocationID=ede360d6-2da3-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:22:42+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edef4a9a-2da3-11ed-b194-3ecc6c1facdb | InvocationID=edef4cfc-2da3-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:22:42+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edef4a9a-2da3-11ed-b194-3ecc6c1facdb | InvocationID=edef4cfc-2da3-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:02+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edef4a9a-2da3-11ed-b194-3ecc6c1facdb | InvocationID=edef4cfc-2da3-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:23:02+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa8e021e-2da3-11ed-b194-3ecc6c1facdb | InvocationID=fa8e0502-2da3-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:23:03+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa8e021e-2da3-11ed-b194-3ecc6c1facdb | InvocationID=fa8e0502-2da3-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:03+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa8e021e-2da3-11ed-b194-3ecc6c1facdb | InvocationID=fa8e0502-2da3-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:07+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ede35db6-2da3-11ed-b194-3ecc6c1facdb | InvocationID=ede360d6-2da3-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:23:07+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd83ed08-2da3-11ed-b194-3ecc6c1facdb | InvocationID=fd83f7f8-2da3-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:23:08+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd83ed08-2da3-11ed-b194-3ecc6c1facdb | InvocationID=fd83f7f8-2da3-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:08+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd83ed08-2da3-11ed-b194-3ecc6c1facdb | InvocationID=fd83f7f8-2da3-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:23+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa8e021e-2da3-11ed-b194-3ecc6c1facdb | InvocationID=fa8e0502-2da3-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:23:23+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=071d753c-2da4-11ed-b194-3ecc6c1facdb | InvocationID=071d7866-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:23:24+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=071d753c-2da4-11ed-b194-3ecc6c1facdb | InvocationID=071d7866-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:24+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=071d753c-2da4-11ed-b194-3ecc6c1facdb | InvocationID=071d7866-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:33+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd83ed08-2da3-11ed-b194-3ecc6c1facdb | InvocationID=fd83f7f8-2da3-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:23:33+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d119356-2da4-11ed-b194-3ecc6c1facdb | InvocationID=0d119b4e-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:23:34+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d119356-2da4-11ed-b194-3ecc6c1facdb | InvocationID=0d119b4e-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:34+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d119356-2da4-11ed-b194-3ecc6c1facdb | InvocationID=0d119b4e-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:44+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=071d753c-2da4-11ed-b194-3ecc6c1facdb | InvocationID=071d7866-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:23:44+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a98386-2da4-11ed-b194-3ecc6c1facdb | InvocationID=13a985ac-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:23:45+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a98386-2da4-11ed-b194-3ecc6c1facdb | InvocationID=13a985ac-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:45+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13a98386-2da4-11ed-b194-3ecc6c1facdb | InvocationID=13a985ac-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:23:59+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d119356-2da4-11ed-b194-3ecc6c1facdb | InvocationID=0d119b4e-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:23:59+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c97c41c-2da4-11ed-b194-3ecc6c1facdb | InvocationID=1c97c606-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:24:00+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c97c41c-2da4-11ed-b194-3ecc6c1facdb | InvocationID=1c97c606-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:00+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c97c41c-2da4-11ed-b194-3ecc6c1facdb | InvocationID=1c97c606-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:05+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13a98386-2da4-11ed-b194-3ecc6c1facdb | InvocationID=13a985ac-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:24:05+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203bd1ee-2da4-11ed-b194-3ecc6c1facdb | InvocationID=203bd9f0-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:24:06+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203bd1ee-2da4-11ed-b194-3ecc6c1facdb | InvocationID=203bd9f0-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:06+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=203bd1ee-2da4-11ed-b194-3ecc6c1facdb | InvocationID=203bd9f0-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:25+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c97c41c-2da4-11ed-b194-3ecc6c1facdb | InvocationID=1c97c606-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:24:25+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c2422d6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=2c24277c-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:24:26+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c2422d6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=2c24277c-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:26+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c2422d6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=2c24277c-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:26+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=203bd1ee-2da4-11ed-b194-3ecc6c1facdb | InvocationID=203bd9f0-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:24:26+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc80e64-2da4-11ed-b194-3ecc6c1facdb | InvocationID=2cc810c6-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:24:27+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc80e64-2da4-11ed-b194-3ecc6c1facdb | InvocationID=2cc810c6-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:27+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cc80e64-2da4-11ed-b194-3ecc6c1facdb | InvocationID=2cc810c6-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:47+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cc80e64-2da4-11ed-b194-3ecc6c1facdb | InvocationID=2cc810c6-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:24:47+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395495ee-2da4-11ed-b194-3ecc6c1facdb | InvocationID=395498e6-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:24:48+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395495ee-2da4-11ed-b194-3ecc6c1facdb | InvocationID=395498e6-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:48+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=395495ee-2da4-11ed-b194-3ecc6c1facdb | InvocationID=395498e6-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:51+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c2422d6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=2c24277c-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:24:51+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ba939f8-2da4-11ed-b194-3ecc6c1facdb | InvocationID=3ba93caa-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:24:52+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ba939f8-2da4-11ed-b194-3ecc6c1facdb | InvocationID=3ba93caa-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:24:52+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ba939f8-2da4-11ed-b194-3ecc6c1facdb | InvocationID=3ba93caa-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:08+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=395495ee-2da4-11ed-b194-3ecc6c1facdb | InvocationID=395498e6-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:25:08+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45e17566-2da4-11ed-b194-3ecc6c1facdb | InvocationID=45e17750-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:25:09+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45e17566-2da4-11ed-b194-3ecc6c1facdb | InvocationID=45e17750-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:09+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45e17566-2da4-11ed-b194-3ecc6c1facdb | InvocationID=45e17750-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:17+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ba939f8-2da4-11ed-b194-3ecc6c1facdb | InvocationID=3ba93caa-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:25:17+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b3639d4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=4b36446a-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:25:18+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b3639d4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=4b36446a-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:18+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b3639d4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=4b36446a-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:29+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45e17566-2da4-11ed-b194-3ecc6c1facdb | InvocationID=45e17750-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:25:29+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=526f2198-2da4-11ed-b194-3ecc6c1facdb | InvocationID=526f2670-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:25:30+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=526f2198-2da4-11ed-b194-3ecc6c1facdb | InvocationID=526f2670-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:30+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=526f2198-2da4-11ed-b194-3ecc6c1facdb | InvocationID=526f2670-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:43+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b3639d4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=4b36446a-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:25:43+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ac16572-2da4-11ed-b194-3ecc6c1facdb | InvocationID=5ac1681a-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:25:44+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ac16572-2da4-11ed-b194-3ecc6c1facdb | InvocationID=5ac1681a-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:44+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ac16572-2da4-11ed-b194-3ecc6c1facdb | InvocationID=5ac1681a-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:50+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=526f2198-2da4-11ed-b194-3ecc6c1facdb | InvocationID=526f2670-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:25:50+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efb3730-2da4-11ed-b194-3ecc6c1facdb | InvocationID=5efb3938-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:25:52+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efb3730-2da4-11ed-b194-3ecc6c1facdb | InvocationID=5efb3938-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:25:52+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5efb3730-2da4-11ed-b194-3ecc6c1facdb | InvocationID=5efb3938-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:26:09+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ac16572-2da4-11ed-b194-3ecc6c1facdb | InvocationID=5ac1681a-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:26:09+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a4792c8-2da4-11ed-b194-3ecc6c1facdb | InvocationID=6a479624-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:26:11+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a4792c8-2da4-11ed-b194-3ecc6c1facdb | InvocationID=6a479624-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:26:11+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a4792c8-2da4-11ed-b194-3ecc6c1facdb | InvocationID=6a479624-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:26:12+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5efb3730-2da4-11ed-b194-3ecc6c1facdb | InvocationID=5efb3938-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:26:12+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8adc3a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=6b8adeb0-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:26:13+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b8adc3a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=6b8adeb0-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:26:13+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b8adc3a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=6b8adeb0-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:26:33+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b8adc3a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=6b8adeb0-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:26:33+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78168bd4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=781692fa-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:26:34+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78168bd4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=781692fa-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:26:34+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78168bd4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=781692fa-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:26:36+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a4792c8-2da4-11ed-b194-3ecc6c1facdb | InvocationID=6a479624-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:26:36+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79d3471e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=79d3496c-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:26:37+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79d3471e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=79d3496c-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:26:37+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79d3471e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=79d3496c-2da4-11ed-b194-3ecc6c1facdb | 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'))[0m 2022-09-06T05:26:54+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78168bd4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=781692fa-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:26:54+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a25aa4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=84a25f86-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:26:54+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a25aa4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=84a25f86-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:26:54+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84a25aa4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=84a25f86-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:02+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79d3471e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=79d3496c-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:27:02+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89597b22-2da4-11ed-b194-3ecc6c1facdb | InvocationID=89597dc0-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:27:02+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89597b22-2da4-11ed-b194-3ecc6c1facdb | InvocationID=89597dc0-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:02+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89597b22-2da4-11ed-b194-3ecc6c1facdb | InvocationID=89597dc0-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:14+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84a25aa4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=84a25f86-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:27:14+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d80800-2da4-11ed-b194-3ecc6c1facdb | InvocationID=90d80b8e-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:27:14+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d80800-2da4-11ed-b194-3ecc6c1facdb | InvocationID=90d80b8e-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:14+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90d80800-2da4-11ed-b194-3ecc6c1facdb | InvocationID=90d80b8e-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:27+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89597b22-2da4-11ed-b194-3ecc6c1facdb | InvocationID=89597dc0-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:27:27+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984bd2f6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=984bd4cc-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:27:27+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984bd2f6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=984bd4cc-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:27+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984bd2f6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=984bd4cc-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:34+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90d80800-2da4-11ed-b194-3ecc6c1facdb | InvocationID=90d80b8e-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:27:34+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cd0b986-2da4-11ed-b194-3ecc6c1facdb | InvocationID=9cd0bbca-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:27:34+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cd0b986-2da4-11ed-b194-3ecc6c1facdb | InvocationID=9cd0bbca-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:34+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cd0b986-2da4-11ed-b194-3ecc6c1facdb | InvocationID=9cd0bbca-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:52+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984bd2f6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=984bd4cc-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:27:52+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7425d7a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=a7425f96-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:27:52+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7425d7a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=a7425f96-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:52+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7425d7a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=a7425f96-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:54+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cd0b986-2da4-11ed-b194-3ecc6c1facdb | InvocationID=9cd0bbca-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:27:54+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c80fa0-2da4-11ed-b194-3ecc6c1facdb | InvocationID=a8c81338-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:27:54+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c80fa0-2da4-11ed-b194-3ecc6c1facdb | InvocationID=a8c81338-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:27:54+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8c80fa0-2da4-11ed-b194-3ecc6c1facdb | InvocationID=a8c81338-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:14+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8c80fa0-2da4-11ed-b194-3ecc6c1facdb | InvocationID=a8c81338-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:28:14+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c8fc7e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=b4c8ffe4-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:28:15+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c8fc7e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=b4c8ffe4-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:15+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4c8fc7e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=b4c8ffe4-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:17+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7425d7a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=a7425f96-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:28:17+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6391bfc-2da4-11ed-b194-3ecc6c1facdb | InvocationID=b6391f08-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:28:17+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6391bfc-2da4-11ed-b194-3ecc6c1facdb | InvocationID=b6391f08-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:17+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6391bfc-2da4-11ed-b194-3ecc6c1facdb | InvocationID=b6391f08-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:35+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4c8fc7e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=b4c8ffe4-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:28:35+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0c78a0e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=c0c78c0c-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:28:35+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0c78a0e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=c0c78c0c-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:35+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0c78a0e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=c0c78c0c-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:42+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6391bfc-2da4-11ed-b194-3ecc6c1facdb | InvocationID=b6391f08-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:28:42+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c52b11a6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=c52b13ea-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:28:42+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c52b11a6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=c52b13ea-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:42+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c52b11a6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=c52b13ea-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:55+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0c78a0e-2da4-11ed-b194-3ecc6c1facdb | InvocationID=c0c78c0c-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:28:55+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccc2af0a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=ccc2b144-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:28:55+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccc2af0a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=ccc2b144-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:28:55+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccc2af0a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=ccc2b144-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:07+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c52b11a6-2da4-11ed-b194-3ecc6c1facdb | InvocationID=c52b13ea-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:29:07+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d41c31a4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=d41c3424-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:29:07+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d41c31a4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=d41c3424-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:07+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d41c31a4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=d41c3424-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:15+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccc2af0a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=ccc2b144-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:29:15+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8bedeb4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=d8bee24c-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:29:15+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8bedeb4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=d8bee24c-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:15+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8bedeb4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=d8bee24c-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:32+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d41c31a4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=d41c3424-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:29:32+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e30ec618-2da4-11ed-b194-3ecc6c1facdb | InvocationID=e30ec8b6-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:29:32+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e30ec618-2da4-11ed-b194-3ecc6c1facdb | InvocationID=e30ec8b6-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:32+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e30ec618-2da4-11ed-b194-3ecc6c1facdb | InvocationID=e30ec8b6-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:35+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8bedeb4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=d8bee24c-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:29:35+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4c48f10-2da4-11ed-b194-3ecc6c1facdb | InvocationID=e4c491b8-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:29:35+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4c48f10-2da4-11ed-b194-3ecc6c1facdb | InvocationID=e4c491b8-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:35+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4c48f10-2da4-11ed-b194-3ecc6c1facdb | InvocationID=e4c491b8-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:55+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4c48f10-2da4-11ed-b194-3ecc6c1facdb | InvocationID=e4c491b8-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:29:55+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c45e3a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=f0c460e2-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:29:55+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c45e3a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=f0c460e2-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:55+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0c45e3a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=f0c460e2-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:57+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e30ec618-2da4-11ed-b194-3ecc6c1facdb | InvocationID=e30ec8b6-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:29:57+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20d8136-2da4-11ed-b194-3ecc6c1facdb | InvocationID=f20e2b90-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:29:57+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20d8136-2da4-11ed-b194-3ecc6c1facdb | InvocationID=f20e2b90-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:29:57+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20d8136-2da4-11ed-b194-3ecc6c1facdb | InvocationID=f20e2b90-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:15+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0c45e3a-2da4-11ed-b194-3ecc6c1facdb | InvocationID=f0c460e2-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:30:15+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcbf98e4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=fcbf9ccc-2da4-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:30:15+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcbf98e4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=fcbf9ccc-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:15+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcbf98e4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=fcbf9ccc-2da4-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:22+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f20d8136-2da4-11ed-b194-3ecc6c1facdb | InvocationID=f20e2b90-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:30:22+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0102392a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=01023b82-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:30:22+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0102392a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=01023b82-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:22+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0102392a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=01023b82-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:35+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcbf98e4-2da4-11ed-b194-3ecc6c1facdb | InvocationID=fcbf9ccc-2da4-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:30:35+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08c9f698-2da5-11ed-b194-3ecc6c1facdb | InvocationID=08c9f850-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:30:35+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08c9f698-2da5-11ed-b194-3ecc6c1facdb | InvocationID=08c9f850-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:35+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08c9f698-2da5-11ed-b194-3ecc6c1facdb | InvocationID=08c9f850-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:47+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0102392a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=01023b82-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:30:47+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff7091a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=0ff7118a-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:30:47+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff7091a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=0ff7118a-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:47+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff7091a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=0ff7118a-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:55+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08c9f698-2da5-11ed-b194-3ecc6c1facdb | InvocationID=08c9f850-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:30:55+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c1ce9e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=14c1d272-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:30:56+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c1ce9e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=14c1d272-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:30:56+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14c1ce9e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=14c1d272-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:12+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff7091a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=0ff7118a-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:31:12+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee89786-2da5-11ed-b194-3ecc6c1facdb | InvocationID=1ee89e3e-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:31:13+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee89786-2da5-11ed-b194-3ecc6c1facdb | InvocationID=1ee89e3e-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:13+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee89786-2da5-11ed-b194-3ecc6c1facdb | InvocationID=1ee89e3e-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:16+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14c1ce9e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=14c1d272-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:31:16+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b702be-2da5-11ed-b194-3ecc6c1facdb | InvocationID=20b70552-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:31:16+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20b702be-2da5-11ed-b194-3ecc6c1facdb | InvocationID=20b70552-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:16+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20b702be-2da5-11ed-b194-3ecc6c1facdb | InvocationID=20b70552-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:36+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20b702be-2da5-11ed-b194-3ecc6c1facdb | InvocationID=20b70552-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:31:36+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cb26720-2da5-11ed-b194-3ecc6c1facdb | InvocationID=2cb26aae-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:31:36+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cb26720-2da5-11ed-b194-3ecc6c1facdb | InvocationID=2cb26aae-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:36+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cb26720-2da5-11ed-b194-3ecc6c1facdb | InvocationID=2cb26aae-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:38+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee89786-2da5-11ed-b194-3ecc6c1facdb | InvocationID=1ee89e3e-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:31:38+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddc1754-2da5-11ed-b194-3ecc6c1facdb | InvocationID=2ddc1aec-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:31:38+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddc1754-2da5-11ed-b194-3ecc6c1facdb | InvocationID=2ddc1aec-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:38+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddc1754-2da5-11ed-b194-3ecc6c1facdb | InvocationID=2ddc1aec-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:56+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cb26720-2da5-11ed-b194-3ecc6c1facdb | InvocationID=2cb26aae-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:31:56+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38aa71bc-2da5-11ed-b194-3ecc6c1facdb | InvocationID=38aa748c-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:31:56+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38aa71bc-2da5-11ed-b194-3ecc6c1facdb | InvocationID=38aa748c-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:31:56+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38aa71bc-2da5-11ed-b194-3ecc6c1facdb | InvocationID=38aa748c-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:03+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddc1754-2da5-11ed-b194-3ecc6c1facdb | InvocationID=2ddc1aec-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:32:03+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd0fefa-2da5-11ed-b194-3ecc6c1facdb | InvocationID=3cd10c56-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:32:03+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd0fefa-2da5-11ed-b194-3ecc6c1facdb | InvocationID=3cd10c56-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:03+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cd0fefa-2da5-11ed-b194-3ecc6c1facdb | InvocationID=3cd10c56-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:16+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38aa71bc-2da5-11ed-b194-3ecc6c1facdb | InvocationID=38aa748c-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:32:16+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44a389fe-2da5-11ed-b194-3ecc6c1facdb | InvocationID=44a38ce2-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:32:16+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44a389fe-2da5-11ed-b194-3ecc6c1facdb | InvocationID=44a38ce2-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:16+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44a389fe-2da5-11ed-b194-3ecc6c1facdb | InvocationID=44a38ce2-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:28+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cd0fefa-2da5-11ed-b194-3ecc6c1facdb | InvocationID=3cd10c56-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:32:28+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bc50bea-2da5-11ed-b194-3ecc6c1facdb | InvocationID=4bc50e74-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:32:28+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bc50bea-2da5-11ed-b194-3ecc6c1facdb | InvocationID=4bc50e74-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:28+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bc50bea-2da5-11ed-b194-3ecc6c1facdb | InvocationID=4bc50e74-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:36+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44a389fe-2da5-11ed-b194-3ecc6c1facdb | InvocationID=44a38ce2-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:32:36+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=509ed15a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=509edb1e-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:32:36+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=509ed15a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=509edb1e-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:36+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=509ed15a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=509edb1e-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:53+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bc50bea-2da5-11ed-b194-3ecc6c1facdb | InvocationID=4bc50e74-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:32:53+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ab6d692-2da5-11ed-b194-3ecc6c1facdb | InvocationID=5ab6da02-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:32:53+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ab6d692-2da5-11ed-b194-3ecc6c1facdb | InvocationID=5ab6da02-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:53+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ab6d692-2da5-11ed-b194-3ecc6c1facdb | InvocationID=5ab6da02-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:56+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=509ed15a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=509edb1e-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:32:56+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c99e72e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=5c99eac6-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:32:56+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c99e72e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=5c99eac6-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:32:56+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c99e72e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=5c99eac6-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:16+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c99e72e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=5c99eac6-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:33:16+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688fd46c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=688fd75a-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:33:16+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688fd46c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=688fd75a-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:16+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688fd46c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=688fd75a-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:18+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ab6d692-2da5-11ed-b194-3ecc6c1facdb | InvocationID=5ab6da02-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:33:18+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69a94964-2da5-11ed-b194-3ecc6c1facdb | InvocationID=69a94c3e-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:33:18+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69a94964-2da5-11ed-b194-3ecc6c1facdb | InvocationID=69a94c3e-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:18+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69a94964-2da5-11ed-b194-3ecc6c1facdb | InvocationID=69a94c3e-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:36+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688fd46c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=688fd75a-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:33:36+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=748c3eae-2da5-11ed-b194-3ecc6c1facdb | InvocationID=748c42e6-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:33:36+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=748c3eae-2da5-11ed-b194-3ecc6c1facdb | InvocationID=748c42e6-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:36+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=748c3eae-2da5-11ed-b194-3ecc6c1facdb | InvocationID=748c42e6-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:43+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69a94964-2da5-11ed-b194-3ecc6c1facdb | InvocationID=69a94c3e-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:33:43+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78a3dbd2-2da5-11ed-b194-3ecc6c1facdb | InvocationID=78a3deca-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:33:43+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78a3dbd2-2da5-11ed-b194-3ecc6c1facdb | InvocationID=78a3deca-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:43+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78a3dbd2-2da5-11ed-b194-3ecc6c1facdb | InvocationID=78a3deca-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:56+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=748c3eae-2da5-11ed-b194-3ecc6c1facdb | InvocationID=748c42e6-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:33:56+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=808660ae-2da5-11ed-b194-3ecc6c1facdb | InvocationID=80866414-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:33:56+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=808660ae-2da5-11ed-b194-3ecc6c1facdb | InvocationID=80866414-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:33:56+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=808660ae-2da5-11ed-b194-3ecc6c1facdb | InvocationID=80866414-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:08+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78a3dbd2-2da5-11ed-b194-3ecc6c1facdb | InvocationID=78a3deca-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:34:08+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87974f2a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=879751aa-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:34:08+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87974f2a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=879751aa-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:08+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87974f2a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=879751aa-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:16+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=808660ae-2da5-11ed-b194-3ecc6c1facdb | InvocationID=80866414-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:34:16+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c81d280-2da5-11ed-b194-3ecc6c1facdb | InvocationID=8c81d460-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:34:16+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c81d280-2da5-11ed-b194-3ecc6c1facdb | InvocationID=8c81d460-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:16+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c81d280-2da5-11ed-b194-3ecc6c1facdb | InvocationID=8c81d460-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:33+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87974f2a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=879751aa-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:34:33+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=969528f8-2da5-11ed-b194-3ecc6c1facdb | InvocationID=96952b82-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:34:33+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=969528f8-2da5-11ed-b194-3ecc6c1facdb | InvocationID=96952b82-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:33+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=969528f8-2da5-11ed-b194-3ecc6c1facdb | InvocationID=96952b82-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:36+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c81d280-2da5-11ed-b194-3ecc6c1facdb | InvocationID=8c81d460-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:34:36+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=987990e6-2da5-11ed-b194-3ecc6c1facdb | InvocationID=98799370-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:34:36+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=987990e6-2da5-11ed-b194-3ecc6c1facdb | InvocationID=98799370-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:36+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=987990e6-2da5-11ed-b194-3ecc6c1facdb | InvocationID=98799370-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:56+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=987990e6-2da5-11ed-b194-3ecc6c1facdb | InvocationID=98799370-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:34:56+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a46eb426-2da5-11ed-b194-3ecc6c1facdb | InvocationID=a46eb732-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:34:57+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a46eb426-2da5-11ed-b194-3ecc6c1facdb | InvocationID=a46eb732-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:57+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a46eb426-2da5-11ed-b194-3ecc6c1facdb | InvocationID=a46eb732-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:58+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=969528f8-2da5-11ed-b194-3ecc6c1facdb | InvocationID=96952b82-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:34:58+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58b86e0-2da5-11ed-b194-3ecc6c1facdb | InvocationID=a58b896a-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:34:58+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58b86e0-2da5-11ed-b194-3ecc6c1facdb | InvocationID=a58b896a-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:34:58+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58b86e0-2da5-11ed-b194-3ecc6c1facdb | InvocationID=a58b896a-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:17+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a46eb426-2da5-11ed-b194-3ecc6c1facdb | InvocationID=a46eb732-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:35:17+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b068e3a0-2da5-11ed-b194-3ecc6c1facdb | InvocationID=b068e58a-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:35:17+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b068e3a0-2da5-11ed-b194-3ecc6c1facdb | InvocationID=b068e58a-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:17+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b068e3a0-2da5-11ed-b194-3ecc6c1facdb | InvocationID=b068e58a-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:23+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58b86e0-2da5-11ed-b194-3ecc6c1facdb | InvocationID=a58b896a-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:35:23+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4812b78-2da5-11ed-b194-3ecc6c1facdb | InvocationID=b4813190-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:35:24+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4812b78-2da5-11ed-b194-3ecc6c1facdb | InvocationID=b4813190-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:24+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4812b78-2da5-11ed-b194-3ecc6c1facdb | InvocationID=b4813190-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:37+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b068e3a0-2da5-11ed-b194-3ecc6c1facdb | InvocationID=b068e58a-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:35:37+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc641508-2da5-11ed-b194-3ecc6c1facdb | InvocationID=bc6416de-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:35:37+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc641508-2da5-11ed-b194-3ecc6c1facdb | InvocationID=bc6416de-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:37+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc641508-2da5-11ed-b194-3ecc6c1facdb | InvocationID=bc6416de-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:49+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4812b78-2da5-11ed-b194-3ecc6c1facdb | InvocationID=b4813190-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:35:49+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3746410-2da5-11ed-b194-3ecc6c1facdb | InvocationID=c37466a4-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:35:49+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3746410-2da5-11ed-b194-3ecc6c1facdb | InvocationID=c37466a4-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:49+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3746410-2da5-11ed-b194-3ecc6c1facdb | InvocationID=c37466a4-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:57+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc641508-2da5-11ed-b194-3ecc6c1facdb | InvocationID=bc6416de-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:35:57+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c85d8c4a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=c85d8ed4-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:35:57+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c85d8c4a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=c85d8ed4-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:35:57+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c85d8c4a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=c85d8ed4-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:14+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3746410-2da5-11ed-b194-3ecc6c1facdb | InvocationID=c37466a4-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:36:14+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d26849aa-2da5-11ed-b194-3ecc6c1facdb | InvocationID=d2684da6-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:36:14+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d26849aa-2da5-11ed-b194-3ecc6c1facdb | InvocationID=d2684da6-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:14+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d26849aa-2da5-11ed-b194-3ecc6c1facdb | InvocationID=d2684da6-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:17+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c85d8c4a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=c85d8ed4-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:36:17+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d458d3c4-2da5-11ed-b194-3ecc6c1facdb | InvocationID=d458d680-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:36:17+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d458d3c4-2da5-11ed-b194-3ecc6c1facdb | InvocationID=d458d680-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:17+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d458d3c4-2da5-11ed-b194-3ecc6c1facdb | InvocationID=d458d680-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:37+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d458d3c4-2da5-11ed-b194-3ecc6c1facdb | InvocationID=d458d680-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:36:37+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e04eb36a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=e04eba04-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:36:37+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e04eb36a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=e04eba04-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:37+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e04eb36a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=e04eba04-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:39+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d26849aa-2da5-11ed-b194-3ecc6c1facdb | InvocationID=d2684da6-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:36:39+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e15ae27e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=e15ae512-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:36:39+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e15ae27e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=e15ae512-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:39+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e15ae27e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=e15ae512-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:57+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e04eb36a-2da5-11ed-b194-3ecc6c1facdb | InvocationID=e04eba04-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:36:57+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4cc8c8-2da5-11ed-b194-3ecc6c1facdb | InvocationID=ec4cccba-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:36:57+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4cc8c8-2da5-11ed-b194-3ecc6c1facdb | InvocationID=ec4cccba-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:36:57+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec4cc8c8-2da5-11ed-b194-3ecc6c1facdb | InvocationID=ec4cccba-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:04+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e15ae27e-2da5-11ed-b194-3ecc6c1facdb | InvocationID=e15ae512-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:37:04+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f050884c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=f0508b08-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:37:04+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f050884c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=f0508b08-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:04+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f050884c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=f0508b08-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:17+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec4cc8c8-2da5-11ed-b194-3ecc6c1facdb | InvocationID=ec4cccba-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:37:17+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8549290-2da5-11ed-b194-3ecc6c1facdb | InvocationID=f85495ba-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:37:17+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8549290-2da5-11ed-b194-3ecc6c1facdb | InvocationID=f85495ba-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:17+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8549290-2da5-11ed-b194-3ecc6c1facdb | InvocationID=f85495ba-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:29+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f050884c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=f0508b08-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:37:29+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff40ff1c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=ff410200-2da5-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:37:29+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff40ff1c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=ff410200-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:29+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff40ff1c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=ff410200-2da5-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:37+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8549290-2da5-11ed-b194-3ecc6c1facdb | InvocationID=f85495ba-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:37:37+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=044d3b60-2da6-11ed-b194-3ecc6c1facdb | InvocationID=044d433a-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:37:37+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=044d3b60-2da6-11ed-b194-3ecc6c1facdb | InvocationID=044d433a-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:37+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=044d3b60-2da6-11ed-b194-3ecc6c1facdb | InvocationID=044d433a-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:54+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff40ff1c-2da5-11ed-b194-3ecc6c1facdb | InvocationID=ff410200-2da5-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:37:54+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e34f942-2da6-11ed-b194-3ecc6c1facdb | InvocationID=0e34fbe0-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:37:54+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e34f942-2da6-11ed-b194-3ecc6c1facdb | InvocationID=0e34fbe0-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:54+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e34f942-2da6-11ed-b194-3ecc6c1facdb | InvocationID=0e34fbe0-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:57+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=044d3b60-2da6-11ed-b194-3ecc6c1facdb | InvocationID=044d433a-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:37:57+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1046a438-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1046a974-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:37:58+0000 | aai_event_thread | 139997313301280 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1046a438-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1046a974-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:37:58+0000 | aai_event_thread | 139997313301280 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1046a438-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1046a974-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:38:18+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1046a438-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1046a974-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:38:18+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3f5190-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1c3f5564-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:38:19+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e34f942-2da6-11ed-b194-3ecc6c1facdb | InvocationID=0e34fbe0-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:38:19+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d282e56-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1d283108-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:38:19+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d282e56-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1d283108-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:38:19+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d282e56-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1d283108-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:38:42+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c3f5190-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1c3f5564-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:38:42+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2aeefbdc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=2aeefe70-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:38:44+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d282e56-2da6-11ed-b194-3ecc6c1facdb | InvocationID=1d283108-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:38:44+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c1c770a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=2c1c78d6-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:38:44+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c1c770a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=2c1c78d6-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:38:44+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c1c770a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=2c1c78d6-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:39:02+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2aeefbdc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=2aeefe70-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:39:02+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36f7a6e0-2da6-11ed-b194-3ecc6c1facdb | InvocationID=36f7a9e2-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:39:09+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c1c770a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=2c1c78d6-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:39:09+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b11d7aa-2da6-11ed-b194-3ecc6c1facdb | InvocationID=3b11da48-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:39:09+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b11d7aa-2da6-11ed-b194-3ecc6c1facdb | InvocationID=3b11da48-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:39:09+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b11d7aa-2da6-11ed-b194-3ecc6c1facdb | InvocationID=3b11da48-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:39:23+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36f7a6e0-2da6-11ed-b194-3ecc6c1facdb | InvocationID=36f7a9e2-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:39:23+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fd88e2-2da6-11ed-b194-3ecc6c1facdb | InvocationID=42fd8b94-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:39:34+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b11d7aa-2da6-11ed-b194-3ecc6c1facdb | InvocationID=3b11da48-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:39:34+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a04a2ce-2da6-11ed-b194-3ecc6c1facdb | InvocationID=4a04a558-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:39:34+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a04a2ce-2da6-11ed-b194-3ecc6c1facdb | InvocationID=4a04a558-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:39:34+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a04a2ce-2da6-11ed-b194-3ecc6c1facdb | InvocationID=4a04a558-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:39:43+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42fd88e2-2da6-11ed-b194-3ecc6c1facdb | InvocationID=42fd8b94-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:39:43+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4efda974-2da6-11ed-b194-3ecc6c1facdb | InvocationID=4efdac12-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:39:59+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a04a2ce-2da6-11ed-b194-3ecc6c1facdb | InvocationID=4a04a558-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:39:59+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f795fc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=58f798f4-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:39:59+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f795fc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=58f798f4-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:39:59+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f795fc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=58f798f4-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:40:03+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4efda974-2da6-11ed-b194-3ecc6c1facdb | InvocationID=4efdac12-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:40:03+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b0d7e1a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=5b0d8090-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:40:23+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b0d7e1a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=5b0d8090-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:40:23+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6713f9aa-2da6-11ed-b194-3ecc6c1facdb | InvocationID=6713fc2a-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:40:24+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f795fc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=58f798f4-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:40:24+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67ecede6-2da6-11ed-b194-3ecc6c1facdb | InvocationID=67ecf048-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:40:25+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67ecede6-2da6-11ed-b194-3ecc6c1facdb | InvocationID=67ecf048-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:40:25+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67ecede6-2da6-11ed-b194-3ecc6c1facdb | InvocationID=67ecf048-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:40:44+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6713f9aa-2da6-11ed-b194-3ecc6c1facdb | InvocationID=6713fc2a-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:40:44+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736878fc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=73687adc-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:40:50+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67ecede6-2da6-11ed-b194-3ecc6c1facdb | InvocationID=67ecf048-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:40:50+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76e26574-2da6-11ed-b194-3ecc6c1facdb | InvocationID=76e26858-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:40:50+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76e26574-2da6-11ed-b194-3ecc6c1facdb | InvocationID=76e26858-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:40:50+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76e26574-2da6-11ed-b194-3ecc6c1facdb | InvocationID=76e26858-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:41:09+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=736878fc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=73687adc-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:41:09+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=823173c0-2da6-11ed-b194-3ecc6c1facdb | InvocationID=8231773a-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:41:15+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76e26574-2da6-11ed-b194-3ecc6c1facdb | InvocationID=76e26858-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:41:15+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85d53dc2-2da6-11ed-b194-3ecc6c1facdb | InvocationID=85d54114-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:41:15+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85d53dc2-2da6-11ed-b194-3ecc6c1facdb | InvocationID=85d54114-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:41:15+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85d53dc2-2da6-11ed-b194-3ecc6c1facdb | InvocationID=85d54114-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:41:33+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=823173c0-2da6-11ed-b194-3ecc6c1facdb | InvocationID=8231773a-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:41:33+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91015e1a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=9101600e-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:41:40+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85d53dc2-2da6-11ed-b194-3ecc6c1facdb | InvocationID=85d54114-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:41:40+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ca1cda-2da6-11ed-b194-3ecc6c1facdb | InvocationID=94ca2144-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:41:40+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ca1cda-2da6-11ed-b194-3ecc6c1facdb | InvocationID=94ca2144-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:41:40+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94ca1cda-2da6-11ed-b194-3ecc6c1facdb | InvocationID=94ca2144-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:41:58+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91015e1a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=9101600e-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:41:58+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fcb025c-2da6-11ed-b194-3ecc6c1facdb | InvocationID=9fcb04d2-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:42:05+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94ca1cda-2da6-11ed-b194-3ecc6c1facdb | InvocationID=94ca2144-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:42:05+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3bca424-2da6-11ed-b194-3ecc6c1facdb | InvocationID=a3bcb612-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:42:05+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3bca424-2da6-11ed-b194-3ecc6c1facdb | InvocationID=a3bcb612-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:42:05+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3bca424-2da6-11ed-b194-3ecc6c1facdb | InvocationID=a3bcb612-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:42:23+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fcb025c-2da6-11ed-b194-3ecc6c1facdb | InvocationID=9fcb04d2-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:42:23+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae98ef2e-2da6-11ed-b194-3ecc6c1facdb | InvocationID=ae98f4c4-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:42:30+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3bca424-2da6-11ed-b194-3ecc6c1facdb | InvocationID=a3bcb612-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:42:30+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2b3a3ec-2da6-11ed-b194-3ecc6c1facdb | InvocationID=b2b3a680-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:42:30+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2b3a3ec-2da6-11ed-b194-3ecc6c1facdb | InvocationID=b2b3a680-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:42:30+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2b3a3ec-2da6-11ed-b194-3ecc6c1facdb | InvocationID=b2b3a680-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:42:48+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae98ef2e-2da6-11ed-b194-3ecc6c1facdb | InvocationID=ae98f4c4-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:42:48+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd64fa84-2da6-11ed-b194-3ecc6c1facdb | InvocationID=bd64fd18-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:42:55+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2b3a3ec-2da6-11ed-b194-3ecc6c1facdb | InvocationID=b2b3a680-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:42:55+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a5904a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=c1a5936a-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:42:55+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1a5904a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=c1a5936a-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:42:55+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1a5904a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=c1a5936a-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:43:13+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd64fa84-2da6-11ed-b194-3ecc6c1facdb | InvocationID=bd64fd18-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:43:13+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc35818c-2da6-11ed-b194-3ecc6c1facdb | InvocationID=cc35901e-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:43:20+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1a5904a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=c1a5936a-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:43:20+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d09c86da-2da6-11ed-b194-3ecc6c1facdb | InvocationID=d09c8964-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:43:20+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d09c86da-2da6-11ed-b194-3ecc6c1facdb | InvocationID=d09c8964-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:43:20+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d09c86da-2da6-11ed-b194-3ecc6c1facdb | InvocationID=d09c8964-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:43:38+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc35818c-2da6-11ed-b194-3ecc6c1facdb | InvocationID=cc35901e-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:43:38+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db0419bc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=db041caa-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:43:45+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d09c86da-2da6-11ed-b194-3ecc6c1facdb | InvocationID=d09c8964-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:43:45+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df8f7526-2da6-11ed-b194-3ecc6c1facdb | InvocationID=df8f7ae4-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:43:45+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df8f7526-2da6-11ed-b194-3ecc6c1facdb | InvocationID=df8f7ae4-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:43:45+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df8f7526-2da6-11ed-b194-3ecc6c1facdb | InvocationID=df8f7ae4-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:44:02+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db0419bc-2da6-11ed-b194-3ecc6c1facdb | InvocationID=db041caa-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:44:02+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9d3fc32-2da6-11ed-b194-3ecc6c1facdb | InvocationID=e9d400ce-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:44:10+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df8f7526-2da6-11ed-b194-3ecc6c1facdb | InvocationID=df8f7ae4-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:44:10+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee87a940-2da6-11ed-b194-3ecc6c1facdb | InvocationID=ee87ac56-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:44:10+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee87a940-2da6-11ed-b194-3ecc6c1facdb | InvocationID=ee87ac56-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:44:10+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee87a940-2da6-11ed-b194-3ecc6c1facdb | InvocationID=ee87ac56-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:44:27+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9d3fc32-2da6-11ed-b194-3ecc6c1facdb | InvocationID=e9d400ce-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:44:27+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a4676a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=f8a46a3a-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:44:35+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee87a940-2da6-11ed-b194-3ecc6c1facdb | InvocationID=ee87ac56-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:44:35+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd7ad77e-2da6-11ed-b194-3ecc6c1facdb | InvocationID=fd7adab2-2da6-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:44:36+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd7ad77e-2da6-11ed-b194-3ecc6c1facdb | InvocationID=fd7adab2-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:44:36+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd7ad77e-2da6-11ed-b194-3ecc6c1facdb | InvocationID=fd7adab2-2da6-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:44:52+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8a4676a-2da6-11ed-b194-3ecc6c1facdb | InvocationID=f8a46a3a-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:44:52+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07703670-2da7-11ed-b194-3ecc6c1facdb | InvocationID=07703a4e-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:45:01+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd7ad77e-2da6-11ed-b194-3ecc6c1facdb | InvocationID=fd7adab2-2da6-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:45:01+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7a4a66-2da7-11ed-b194-3ecc6c1facdb | InvocationID=0c7a4d40-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:45:01+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7a4a66-2da7-11ed-b194-3ecc6c1facdb | InvocationID=0c7a4d40-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:45:01+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7a4a66-2da7-11ed-b194-3ecc6c1facdb | InvocationID=0c7a4d40-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:45:17+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07703670-2da7-11ed-b194-3ecc6c1facdb | InvocationID=07703a4e-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:45:17+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=163af4d8-2da7-11ed-b194-3ecc6c1facdb | InvocationID=163af8b6-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:45:26+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7a4a66-2da7-11ed-b194-3ecc6c1facdb | InvocationID=0c7a4d40-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:45:26+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b770a7c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=1b770db0-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:45:26+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b770a7c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=1b770db0-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:45:26+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b770a7c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=1b770db0-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:45:42+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=163af4d8-2da7-11ed-b194-3ecc6c1facdb | InvocationID=163af8b6-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:45:42+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=250b6e98-2da7-11ed-b194-3ecc6c1facdb | InvocationID=250b721c-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:45:51+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b770a7c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=1b770db0-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:45:51+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a69bb1a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=2a69bdfe-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:45:51+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a69bb1a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=2a69bdfe-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:45:51+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a69bb1a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=2a69bdfe-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:46:07+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=250b6e98-2da7-11ed-b194-3ecc6c1facdb | InvocationID=250b721c-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:46:07+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d7a536-2da7-11ed-b194-3ecc6c1facdb | InvocationID=33d7a720-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:46:16+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a69bb1a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=2a69bdfe-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:46:16+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395b4f76-2da7-11ed-b194-3ecc6c1facdb | InvocationID=395b51f6-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:46:16+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395b4f76-2da7-11ed-b194-3ecc6c1facdb | InvocationID=395b51f6-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:46:16+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395b4f76-2da7-11ed-b194-3ecc6c1facdb | InvocationID=395b51f6-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:46:31+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33d7a536-2da7-11ed-b194-3ecc6c1facdb | InvocationID=33d7a720-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:46:31+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=429fa370-2da7-11ed-b194-3ecc6c1facdb | InvocationID=429fa690-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:46:41+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395b4f76-2da7-11ed-b194-3ecc6c1facdb | InvocationID=395b51f6-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:46:41+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=484ed03e-2da7-11ed-b194-3ecc6c1facdb | InvocationID=484ed3a4-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:46:41+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=484ed03e-2da7-11ed-b194-3ecc6c1facdb | InvocationID=484ed3a4-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:46:41+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=484ed03e-2da7-11ed-b194-3ecc6c1facdb | InvocationID=484ed3a4-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:46:56+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=429fa370-2da7-11ed-b194-3ecc6c1facdb | InvocationID=429fa690-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:46:56+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=516a4482-2da7-11ed-b194-3ecc6c1facdb | InvocationID=516a4824-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:47:06+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=484ed03e-2da7-11ed-b194-3ecc6c1facdb | InvocationID=484ed3a4-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:47:06+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=574704bc-2da7-11ed-b194-3ecc6c1facdb | InvocationID=5747073c-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:47:06+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=574704bc-2da7-11ed-b194-3ecc6c1facdb | InvocationID=5747073c-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:47:06+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=574704bc-2da7-11ed-b194-3ecc6c1facdb | InvocationID=5747073c-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:47:21+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=516a4482-2da7-11ed-b194-3ecc6c1facdb | InvocationID=516a4824-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:47:21+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=603a2f9a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=603a324c-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:47:31+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=574704bc-2da7-11ed-b194-3ecc6c1facdb | InvocationID=5747073c-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:47:31+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=663eac7c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=663eaf1a-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:47:31+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=663eac7c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=663eaf1a-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:47:31+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=663eac7c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=663eaf1a-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:47:46+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=603a2f9a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=603a324c-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:47:46+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f0a1aee-2da7-11ed-b194-3ecc6c1facdb | InvocationID=6f0a1d82-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:47:56+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=663eac7c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=663eaf1a-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:47:56+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75303958-2da7-11ed-b194-3ecc6c1facdb | InvocationID=75303bec-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:47:56+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75303958-2da7-11ed-b194-3ecc6c1facdb | InvocationID=75303bec-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:47:56+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75303958-2da7-11ed-b194-3ecc6c1facdb | InvocationID=75303bec-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:48:11+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f0a1aee-2da7-11ed-b194-3ecc6c1facdb | InvocationID=6f0a1d82-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:48:11+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dd47eb6-2da7-11ed-b194-3ecc6c1facdb | InvocationID=7dd4814a-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:48:21+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75303958-2da7-11ed-b194-3ecc6c1facdb | InvocationID=75303bec-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:48:21+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=842c49b0-2da7-11ed-b194-3ecc6c1facdb | InvocationID=842c4c3a-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:48:21+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=842c49b0-2da7-11ed-b194-3ecc6c1facdb | InvocationID=842c4c3a-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:48:21+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=842c49b0-2da7-11ed-b194-3ecc6c1facdb | InvocationID=842c4c3a-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:48:36+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dd47eb6-2da7-11ed-b194-3ecc6c1facdb | InvocationID=7dd4814a-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:48:36+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ca10b62-2da7-11ed-b194-3ecc6c1facdb | InvocationID=8ca110a8-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:48:46+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=842c49b0-2da7-11ed-b194-3ecc6c1facdb | InvocationID=842c4c3a-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:48:46+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93229528-2da7-11ed-b194-3ecc6c1facdb | InvocationID=932297b2-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:48:47+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93229528-2da7-11ed-b194-3ecc6c1facdb | InvocationID=932297b2-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:48:47+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93229528-2da7-11ed-b194-3ecc6c1facdb | InvocationID=932297b2-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:49:00+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ca10b62-2da7-11ed-b194-3ecc6c1facdb | InvocationID=8ca110a8-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:49:00+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b72cd7e-2da7-11ed-b194-3ecc6c1facdb | InvocationID=9b72e2e6-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:49:12+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93229528-2da7-11ed-b194-3ecc6c1facdb | InvocationID=932297b2-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:49:12+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a214b0ca-2da7-11ed-b194-3ecc6c1facdb | InvocationID=a214b340-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:49:12+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a214b0ca-2da7-11ed-b194-3ecc6c1facdb | InvocationID=a214b340-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:49:12+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a214b0ca-2da7-11ed-b194-3ecc6c1facdb | InvocationID=a214b340-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:49:25+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b72cd7e-2da7-11ed-b194-3ecc6c1facdb | InvocationID=9b72e2e6-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:49:25+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa480e86-2da7-11ed-b194-3ecc6c1facdb | InvocationID=aa4810de-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:49:37+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a214b0ca-2da7-11ed-b194-3ecc6c1facdb | InvocationID=a214b340-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:49:37+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1081ad6-2da7-11ed-b194-3ecc6c1facdb | InvocationID=b1081e28-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:49:37+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1081ad6-2da7-11ed-b194-3ecc6c1facdb | InvocationID=b1081e28-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:49:37+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1081ad6-2da7-11ed-b194-3ecc6c1facdb | InvocationID=b1081e28-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:49:50+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa480e86-2da7-11ed-b194-3ecc6c1facdb | InvocationID=aa4810de-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:49:50+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9148624-2da7-11ed-b194-3ecc6c1facdb | InvocationID=b91487fa-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:50:02+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1081ad6-2da7-11ed-b194-3ecc6c1facdb | InvocationID=b1081e28-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:50:02+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bffcde46-2da7-11ed-b194-3ecc6c1facdb | InvocationID=bffce0c6-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:50:02+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bffcde46-2da7-11ed-b194-3ecc6c1facdb | InvocationID=bffce0c6-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:50:02+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bffcde46-2da7-11ed-b194-3ecc6c1facdb | InvocationID=bffce0c6-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:50:15+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9148624-2da7-11ed-b194-3ecc6c1facdb | InvocationID=b91487fa-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:50:15+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7dff59e-2da7-11ed-b194-3ecc6c1facdb | InvocationID=c7e0025a-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:50:27+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bffcde46-2da7-11ed-b194-3ecc6c1facdb | InvocationID=bffce0c6-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:50:27+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cef0da1a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=cef0df6a-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:50:27+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cef0da1a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=cef0df6a-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:50:27+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cef0da1a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=cef0df6a-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:50:40+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7dff59e-2da7-11ed-b194-3ecc6c1facdb | InvocationID=c7e0025a-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:50:40+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6b4a100-2da7-11ed-b194-3ecc6c1facdb | InvocationID=d6b4a380-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:50:52+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cef0da1a-2da7-11ed-b194-3ecc6c1facdb | InvocationID=cef0df6a-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:50:52+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dde2d898-2da7-11ed-b194-3ecc6c1facdb | InvocationID=dde2dc12-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:50:52+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dde2d898-2da7-11ed-b194-3ecc6c1facdb | InvocationID=dde2dc12-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:50:52+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dde2d898-2da7-11ed-b194-3ecc6c1facdb | InvocationID=dde2dc12-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:51:05+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6b4a100-2da7-11ed-b194-3ecc6c1facdb | InvocationID=d6b4a380-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:51:05+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58b9562-2da7-11ed-b194-3ecc6c1facdb | InvocationID=e58b97e2-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:51:17+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dde2d898-2da7-11ed-b194-3ecc6c1facdb | InvocationID=dde2dc12-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:51:17+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecdc11a2-2da7-11ed-b194-3ecc6c1facdb | InvocationID=ecdc1440-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:51:17+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecdc11a2-2da7-11ed-b194-3ecc6c1facdb | InvocationID=ecdc1440-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:51:17+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecdc11a2-2da7-11ed-b194-3ecc6c1facdb | InvocationID=ecdc1440-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:51:30+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e58b9562-2da7-11ed-b194-3ecc6c1facdb | InvocationID=e58b97e2-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:51:30+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f45ada1c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=f45aef34-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:51:42+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecdc11a2-2da7-11ed-b194-3ecc6c1facdb | InvocationID=ecdc1440-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:51:42+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbcedca8-2da7-11ed-b194-3ecc6c1facdb | InvocationID=fbcedf82-2da7-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:51:42+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbcedca8-2da7-11ed-b194-3ecc6c1facdb | InvocationID=fbcedf82-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:51:42+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbcedca8-2da7-11ed-b194-3ecc6c1facdb | InvocationID=fbcedf82-2da7-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:51:54+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f45ada1c-2da7-11ed-b194-3ecc6c1facdb | InvocationID=f45aef34-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:51:54+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=032f04fa-2da8-11ed-b194-3ecc6c1facdb | InvocationID=032f0eb4-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:52:07+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbcedca8-2da7-11ed-b194-3ecc6c1facdb | InvocationID=fbcedf82-2da7-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:52:07+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac0912a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=0ac09328-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:52:07+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac0912a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=0ac09328-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:52:07+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ac0912a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=0ac09328-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:52:19+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=032f04fa-2da8-11ed-b194-3ecc6c1facdb | InvocationID=032f0eb4-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:52:19+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11fedb5e-2da8-11ed-b194-3ecc6c1facdb | InvocationID=11fedeec-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:52:32+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ac0912a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=0ac09328-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:52:32+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19b2f6d2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=19b2f9b6-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:52:32+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19b2f6d2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=19b2f9b6-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:52:32+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19b2f6d2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=19b2f9b6-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:52:44+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11fedb5e-2da8-11ed-b194-3ecc6c1facdb | InvocationID=11fedeec-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:52:44+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20ce41e2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=20ce44bc-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:52:57+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19b2f6d2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=19b2f9b6-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:52:57+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a5a8f6-2da8-11ed-b194-3ecc6c1facdb | InvocationID=28a5ab62-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:52:57+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a5a8f6-2da8-11ed-b194-3ecc6c1facdb | InvocationID=28a5ab62-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:52:57+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28a5a8f6-2da8-11ed-b194-3ecc6c1facdb | InvocationID=28a5ab62-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:53:09+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20ce41e2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=20ce44bc-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:53:09+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fa031b2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=2fa03e46-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:53:22+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28a5a8f6-2da8-11ed-b194-3ecc6c1facdb | InvocationID=28a5ab62-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:53:22+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37994372-2da8-11ed-b194-3ecc6c1facdb | InvocationID=37994732-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:53:22+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37994372-2da8-11ed-b194-3ecc6c1facdb | InvocationID=37994732-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:53:22+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37994372-2da8-11ed-b194-3ecc6c1facdb | InvocationID=37994732-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:53:34+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fa031b2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=2fa03e46-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:53:34+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e7c4040-2da8-11ed-b194-3ecc6c1facdb | InvocationID=3e7c437e-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:53:48+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37994372-2da8-11ed-b194-3ecc6c1facdb | InvocationID=37994732-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:53:48+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46930200-2da8-11ed-b194-3ecc6c1facdb | InvocationID=46930502-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:53:48+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46930200-2da8-11ed-b194-3ecc6c1facdb | InvocationID=46930502-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:53:48+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46930200-2da8-11ed-b194-3ecc6c1facdb | InvocationID=46930502-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:53:59+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e7c4040-2da8-11ed-b194-3ecc6c1facdb | InvocationID=3e7c437e-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:53:59+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d4a3b04-2da8-11ed-b194-3ecc6c1facdb | InvocationID=4d4a3d5c-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:54:13+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46930200-2da8-11ed-b194-3ecc6c1facdb | InvocationID=46930502-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:54:13+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5589fdb8-2da8-11ed-b194-3ecc6c1facdb | InvocationID=558a001a-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:54:13+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5589fdb8-2da8-11ed-b194-3ecc6c1facdb | InvocationID=558a001a-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:54:13+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5589fdb8-2da8-11ed-b194-3ecc6c1facdb | InvocationID=558a001a-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:54:24+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d4a3b04-2da8-11ed-b194-3ecc6c1facdb | InvocationID=4d4a3d5c-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:54:24+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c1d0abc-2da8-11ed-b194-3ecc6c1facdb | InvocationID=5c1d0dfa-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:54:38+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5589fdb8-2da8-11ed-b194-3ecc6c1facdb | InvocationID=558a001a-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:54:38+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647c3728-2da8-11ed-b194-3ecc6c1facdb | InvocationID=647c39b2-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:54:38+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=647c3728-2da8-11ed-b194-3ecc6c1facdb | InvocationID=647c39b2-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:54:38+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=647c3728-2da8-11ed-b194-3ecc6c1facdb | InvocationID=647c39b2-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:54:48+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c1d0abc-2da8-11ed-b194-3ecc6c1facdb | InvocationID=5c1d0dfa-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:54:48+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ae9a96a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=6ae9abcc-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:55:03+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=647c3728-2da8-11ed-b194-3ecc6c1facdb | InvocationID=647c39b2-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:55:03+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73719caa-2da8-11ed-b194-3ecc6c1facdb | InvocationID=73719f02-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:55:03+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73719caa-2da8-11ed-b194-3ecc6c1facdb | InvocationID=73719f02-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:55:03+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73719caa-2da8-11ed-b194-3ecc6c1facdb | InvocationID=73719f02-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:55:13+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ae9a96a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=6ae9abcc-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:55:13+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79bab556-2da8-11ed-b194-3ecc6c1facdb | InvocationID=79bab75e-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:55:28+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73719caa-2da8-11ed-b194-3ecc6c1facdb | InvocationID=73719f02-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:55:28+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8263af46-2da8-11ed-b194-3ecc6c1facdb | InvocationID=8263b2c0-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:55:28+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8263af46-2da8-11ed-b194-3ecc6c1facdb | InvocationID=8263b2c0-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:55:28+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8263af46-2da8-11ed-b194-3ecc6c1facdb | InvocationID=8263b2c0-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:55:38+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79bab556-2da8-11ed-b194-3ecc6c1facdb | InvocationID=79bab75e-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:55:38+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8886e6ea-2da8-11ed-b194-3ecc6c1facdb | InvocationID=8886e99c-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:55:53+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8263af46-2da8-11ed-b194-3ecc6c1facdb | InvocationID=8263b2c0-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:55:53+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9156ea72-2da8-11ed-b194-3ecc6c1facdb | InvocationID=9156ec5c-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:55:53+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9156ea72-2da8-11ed-b194-3ecc6c1facdb | InvocationID=9156ec5c-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:55:53+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9156ea72-2da8-11ed-b194-3ecc6c1facdb | InvocationID=9156ec5c-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:56:03+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8886e6ea-2da8-11ed-b194-3ecc6c1facdb | InvocationID=8886e99c-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:56:03+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=975226b2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=9752298c-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:56:18+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9156ea72-2da8-11ed-b194-3ecc6c1facdb | InvocationID=9156ec5c-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:56:18+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0498ba2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=a04992a0-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:56:18+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0498ba2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=a04992a0-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:56:18+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0498ba2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=a04992a0-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:56:28+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=975226b2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=9752298c-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:56:28+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a624933c-2da8-11ed-b194-3ecc6c1facdb | InvocationID=a62497e2-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:56:43+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0498ba2-2da8-11ed-b194-3ecc6c1facdb | InvocationID=a04992a0-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:56:43+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af3bad2a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=af3bb0b8-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:56:43+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af3bad2a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=af3bb0b8-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:56:43+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af3bad2a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=af3bb0b8-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:56:53+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a624933c-2da8-11ed-b194-3ecc6c1facdb | InvocationID=a62497e2-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:56:53+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4f64054-2da8-11ed-b194-3ecc6c1facdb | InvocationID=b4f6423e-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:57:08+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af3bad2a-2da8-11ed-b194-3ecc6c1facdb | InvocationID=af3bb0b8-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:57:08+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be2baab0-2da8-11ed-b194-3ecc6c1facdb | InvocationID=be2bae3e-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:57:08+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be2baab0-2da8-11ed-b194-3ecc6c1facdb | InvocationID=be2bae3e-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:57:08+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be2baab0-2da8-11ed-b194-3ecc6c1facdb | InvocationID=be2bae3e-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:57:18+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4f64054-2da8-11ed-b194-3ecc6c1facdb | InvocationID=b4f6423e-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:57:18+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3ca2a82-2da8-11ed-b194-3ecc6c1facdb | InvocationID=c3ca2d16-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:57:33+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be2baab0-2da8-11ed-b194-3ecc6c1facdb | InvocationID=be2bae3e-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:57:33+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd208536-2da8-11ed-b194-3ecc6c1facdb | InvocationID=cd208d7e-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:57:33+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd208536-2da8-11ed-b194-3ecc6c1facdb | InvocationID=cd208d7e-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:57:33+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd208536-2da8-11ed-b194-3ecc6c1facdb | InvocationID=cd208d7e-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:57:43+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3ca2a82-2da8-11ed-b194-3ecc6c1facdb | InvocationID=c3ca2d16-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:57:43+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2ac2c80-2da8-11ed-b194-3ecc6c1facdb | InvocationID=d2ac309a-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:57:58+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd208536-2da8-11ed-b194-3ecc6c1facdb | InvocationID=cd208d7e-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:57:58+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc136fb8-2da8-11ed-b194-3ecc6c1facdb | InvocationID=dc1373a0-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:57:58+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc136fb8-2da8-11ed-b194-3ecc6c1facdb | InvocationID=dc1373a0-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:57:58+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc136fb8-2da8-11ed-b194-3ecc6c1facdb | InvocationID=dc1373a0-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:58:07+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2ac2c80-2da8-11ed-b194-3ecc6c1facdb | InvocationID=d2ac309a-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:58:07+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e17aaade-2da8-11ed-b194-3ecc6c1facdb | InvocationID=e17aae6c-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:58:23+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc136fb8-2da8-11ed-b194-3ecc6c1facdb | InvocationID=dc1373a0-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:58:23+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb0591cc-2da8-11ed-b194-3ecc6c1facdb | InvocationID=eb0593e8-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:58:23+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb0591cc-2da8-11ed-b194-3ecc6c1facdb | InvocationID=eb0593e8-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:58:23+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb0591cc-2da8-11ed-b194-3ecc6c1facdb | InvocationID=eb0593e8-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:58:32+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e17aaade-2da8-11ed-b194-3ecc6c1facdb | InvocationID=e17aae6c-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:58:32+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f04efd4e-2da8-11ed-b194-3ecc6c1facdb | InvocationID=f04efff6-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:58:48+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb0591cc-2da8-11ed-b194-3ecc6c1facdb | InvocationID=eb0593e8-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:58:48+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9f536c4-2da8-11ed-b194-3ecc6c1facdb | InvocationID=f9f53a20-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:58:49+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9f536c4-2da8-11ed-b194-3ecc6c1facdb | InvocationID=f9f53a20-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:58:49+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9f536c4-2da8-11ed-b194-3ecc6c1facdb | InvocationID=f9f53a20-2da8-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:58:57+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f04efd4e-2da8-11ed-b194-3ecc6c1facdb | InvocationID=f04efff6-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:58:57+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1bd388-2da8-11ed-b194-3ecc6c1facdb | InvocationID=ff1bd748-2da8-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:59:14+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9f536c4-2da8-11ed-b194-3ecc6c1facdb | InvocationID=f9f53a20-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:59:14+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e904a8-2da9-11ed-b194-3ecc6c1facdb | InvocationID=08e91510-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:59:14+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e904a8-2da9-11ed-b194-3ecc6c1facdb | InvocationID=08e91510-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:59:14+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e904a8-2da9-11ed-b194-3ecc6c1facdb | InvocationID=08e91510-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:59:22+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff1bd388-2da8-11ed-b194-3ecc6c1facdb | InvocationID=ff1bd748-2da8-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:59:22+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dea4d4a-2da9-11ed-b194-3ecc6c1facdb | InvocationID=0dea4fc0-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T05:59:39+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e904a8-2da9-11ed-b194-3ecc6c1facdb | InvocationID=08e91510-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T05:59:39+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17dc6bf8-2da9-11ed-b194-3ecc6c1facdb | InvocationID=17dc6f68-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T05:59:39+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17dc6bf8-2da9-11ed-b194-3ecc6c1facdb | InvocationID=17dc6f68-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:59:39+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17dc6bf8-2da9-11ed-b194-3ecc6c1facdb | InvocationID=17dc6f68-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T05:59:47+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dea4d4a-2da9-11ed-b194-3ecc6c1facdb | InvocationID=0dea4fc0-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T05:59:47+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb2d590-2da9-11ed-b194-3ecc6c1facdb | InvocationID=1cb2d84c-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:00:04+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17dc6bf8-2da9-11ed-b194-3ecc6c1facdb | InvocationID=17dc6f68-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:00:04+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26d553cc-2da9-11ed-b194-3ecc6c1facdb | InvocationID=26d55642-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:00:04+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26d553cc-2da9-11ed-b194-3ecc6c1facdb | InvocationID=26d55642-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:00:04+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26d553cc-2da9-11ed-b194-3ecc6c1facdb | InvocationID=26d55642-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:00:12+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cb2d590-2da9-11ed-b194-3ecc6c1facdb | InvocationID=1cb2d84c-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:00:12+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b7fee5a-2da9-11ed-b194-3ecc6c1facdb | InvocationID=2b7ff300-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:00:29+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26d553cc-2da9-11ed-b194-3ecc6c1facdb | InvocationID=26d55642-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:00:29+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35c4b5c6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=35c4b80a-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:00:29+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35c4b5c6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=35c4b80a-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:00:29+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35c4b5c6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=35c4b80a-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:00:36+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b7fee5a-2da9-11ed-b194-3ecc6c1facdb | InvocationID=2b7ff300-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:00:36+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a486264-2da9-11ed-b194-3ecc6c1facdb | InvocationID=3a486534-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:00:54+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35c4b5c6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=35c4b80a-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:00:54+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44b808c6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=44b80d8a-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:00:54+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44b808c6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=44b80d8a-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:00:54+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44b808c6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=44b80d8a-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:01:01+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a486264-2da9-11ed-b194-3ecc6c1facdb | InvocationID=3a486534-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:01:01+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4913beba-2da9-11ed-b194-3ecc6c1facdb | InvocationID=4913c1da-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:01:19+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44b808c6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=44b80d8a-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:01:19+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53add4d2-2da9-11ed-b194-3ecc6c1facdb | InvocationID=53add806-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:01:19+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53add4d2-2da9-11ed-b194-3ecc6c1facdb | InvocationID=53add806-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:01:19+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53add4d2-2da9-11ed-b194-3ecc6c1facdb | InvocationID=53add806-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:01:26+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4913beba-2da9-11ed-b194-3ecc6c1facdb | InvocationID=4913c1da-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:01:26+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57dfea72-2da9-11ed-b194-3ecc6c1facdb | InvocationID=57dfec5c-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:01:44+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53add4d2-2da9-11ed-b194-3ecc6c1facdb | InvocationID=53add806-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:01:44+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a4301c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=62a4342c-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:01:44+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a4301c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=62a4342c-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:01:44+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a4301c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=62a4342c-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:01:51+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57dfea72-2da9-11ed-b194-3ecc6c1facdb | InvocationID=57dfec5c-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:01:51+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a98a7c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=66a98cd4-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:02:09+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a4301c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=62a4342c-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:02:09+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7193f666-2da9-11ed-b194-3ecc6c1facdb | InvocationID=7193f90e-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:02:09+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7193f666-2da9-11ed-b194-3ecc6c1facdb | InvocationID=7193f90e-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:02:09+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7193f666-2da9-11ed-b194-3ecc6c1facdb | InvocationID=7193f90e-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:02:16+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66a98a7c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=66a98cd4-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:02:16+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=757e4ec0-2da9-11ed-b194-3ecc6c1facdb | InvocationID=757e5208-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:02:34+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7193f666-2da9-11ed-b194-3ecc6c1facdb | InvocationID=7193f90e-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:02:34+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8086c4be-2da9-11ed-b194-3ecc6c1facdb | InvocationID=8086c810-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:02:34+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8086c4be-2da9-11ed-b194-3ecc6c1facdb | InvocationID=8086c810-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:02:34+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8086c4be-2da9-11ed-b194-3ecc6c1facdb | InvocationID=8086c810-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:02:41+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=757e4ec0-2da9-11ed-b194-3ecc6c1facdb | InvocationID=757e5208-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:02:41+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=844c25d0-2da9-11ed-b194-3ecc6c1facdb | InvocationID=844c2918-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:02:59+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8086c4be-2da9-11ed-b194-3ecc6c1facdb | InvocationID=8086c810-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:02:59+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7b4350-2da9-11ed-b194-3ecc6c1facdb | InvocationID=8f7b45d0-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:02:59+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7b4350-2da9-11ed-b194-3ecc6c1facdb | InvocationID=8f7b45d0-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:02:59+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f7b4350-2da9-11ed-b194-3ecc6c1facdb | InvocationID=8f7b45d0-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:03:05+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=844c25d0-2da9-11ed-b194-3ecc6c1facdb | InvocationID=844c2918-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:03:05+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9317f350-2da9-11ed-b194-3ecc6c1facdb | InvocationID=9317fc10-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:03:24+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f7b4350-2da9-11ed-b194-3ecc6c1facdb | InvocationID=8f7b45d0-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:03:24+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e6afaa4-2da9-11ed-b194-3ecc6c1facdb | InvocationID=9e6afde2-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:03:25+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e6afaa4-2da9-11ed-b194-3ecc6c1facdb | InvocationID=9e6afde2-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:03:25+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e6afaa4-2da9-11ed-b194-3ecc6c1facdb | InvocationID=9e6afde2-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:03:30+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9317f350-2da9-11ed-b194-3ecc6c1facdb | InvocationID=9317fc10-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:03:30+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1e15930-2da9-11ed-b194-3ecc6c1facdb | InvocationID=a1e16592-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:03:50+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e6afaa4-2da9-11ed-b194-3ecc6c1facdb | InvocationID=9e6afde2-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:03:50+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad65a69e-2da9-11ed-b194-3ecc6c1facdb | InvocationID=ad65a8e2-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:03:50+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad65a69e-2da9-11ed-b194-3ecc6c1facdb | InvocationID=ad65a8e2-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:03:50+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad65a69e-2da9-11ed-b194-3ecc6c1facdb | InvocationID=ad65a8e2-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:03:55+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1e15930-2da9-11ed-b194-3ecc6c1facdb | InvocationID=a1e16592-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:03:55+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0b00ff6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=b0b0129e-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:04:15+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad65a69e-2da9-11ed-b194-3ecc6c1facdb | InvocationID=ad65a8e2-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:04:15+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc55aa8c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=bc55acee-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:04:15+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc55aa8c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=bc55acee-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:04:15+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc55aa8c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=bc55acee-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:04:20+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0b00ff6-2da9-11ed-b194-3ecc6c1facdb | InvocationID=b0b0129e-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:04:20+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf7c6d2c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=bf7c6fac-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:04:40+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc55aa8c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=bc55acee-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:04:40+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb48b28c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=cb48b534-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:04:40+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb48b28c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=cb48b534-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:04:40+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb48b28c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=cb48b534-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:04:45+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf7c6d2c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=bf7c6fac-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:04:45+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce4c12bc-2da9-11ed-b194-3ecc6c1facdb | InvocationID=ce4c1550-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:05:05+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb48b28c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=cb48b534-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:05:05+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da3ab77c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=da3abb00-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:05:05+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da3ab77c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=da3abb00-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:05:05+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da3ab77c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=da3abb00-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:05:10+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce4c12bc-2da9-11ed-b194-3ecc6c1facdb | InvocationID=ce4c1550-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:05:10+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd15d06c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=dd15e32c-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:05:30+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da3ab77c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=da3abb00-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:05:30+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e92f3172-2da9-11ed-b194-3ecc6c1facdb | InvocationID=e92f3488-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:05:30+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e92f3172-2da9-11ed-b194-3ecc6c1facdb | InvocationID=e92f3488-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:05:30+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e92f3172-2da9-11ed-b194-3ecc6c1facdb | InvocationID=e92f3488-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:05:34+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd15d06c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=dd15e32c-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:05:34+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebe5ebae-2da9-11ed-b194-3ecc6c1facdb | InvocationID=ebe5ee6a-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:05:55+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e92f3172-2da9-11ed-b194-3ecc6c1facdb | InvocationID=e92f3488-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:05:55+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f820885c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=f8208f96-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:05:55+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f820885c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=f8208f96-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:05:55+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f820885c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=f8208f96-2da9-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:05:59+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebe5ebae-2da9-11ed-b194-3ecc6c1facdb | InvocationID=ebe5ee6a-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:05:59+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab3e24e-2da9-11ed-b194-3ecc6c1facdb | InvocationID=fab3e7c6-2da9-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:06:20+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f820885c-2da9-11ed-b194-3ecc6c1facdb | InvocationID=f8208f96-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:06:20+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07132e32-2daa-11ed-b194-3ecc6c1facdb | InvocationID=07133260-2daa-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:06:20+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07132e32-2daa-11ed-b194-3ecc6c1facdb | InvocationID=07133260-2daa-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:06:20+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07132e32-2daa-11ed-b194-3ecc6c1facdb | InvocationID=07133260-2daa-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:06:24+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fab3e24e-2da9-11ed-b194-3ecc6c1facdb | InvocationID=fab3e7c6-2da9-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:06:24+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09829202-2daa-11ed-b194-3ecc6c1facdb | InvocationID=0982a210-2daa-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:06:45+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07132e32-2daa-11ed-b194-3ecc6c1facdb | InvocationID=07133260-2daa-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:06:45+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1605fc3a-2daa-11ed-b194-3ecc6c1facdb | InvocationID=1605fe42-2daa-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-09-06T06:06:45+0000 | policy_event_thread | 139997314362144 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1605fc3a-2daa-11ed-b194-3ecc6c1facdb | InvocationID=1605fe42-2daa-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:06:45+0000 | policy_event_thread | 139997314362144 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1605fc3a-2daa-11ed-b194-3ecc6c1facdb | InvocationID=1605fe42-2daa-11ed-b194-3ecc6c1facdb | 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[0m 2022-09-06T06:06:49+0000 | aai_event_thread | 139997313301280 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09829202-2daa-11ed-b194-3ecc6c1facdb | InvocationID=0982a210-2daa-11ed-b194-3ecc6c1facdb | Polling MR for XNF AAI events.[0m 2022-09-06T06:06:49+0000 | aai_event_thread | 139997313301280 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=184d0c22-2daa-11ed-b194-3ecc6c1facdb | InvocationID=184d0ede-2daa-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-09-06T06:07:10+0000 | policy_event_thread | 139997314362144 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1605fc3a-2daa-11ed-b194-3ecc6c1facdb | InvocationID=1605fe42-2daa-11ed-b194-3ecc6c1facdb | Polling MR for XNF activation/deactivation policy response events.[0m 2022-09-06T06:07:10+0000 | policy_event_thread | 139997314362144 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24f6fe1a-2daa-11ed-b194-3ecc6c1facdb | InvocationID=24f707fc-2daa-11ed-b194-3ecc6c1facdb | Fetching messages from MR topic: https://message-router