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-11-03T04:49:15+0000 | MainThread | 139652963433800 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-11-03T04:49:15+0000 | MainThread | 139652963433800 | 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-11-03T04:49:15+0000 | MainThread | 139652963433800 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-11-03T04:49:15+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:49:15+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de29bf5c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=de29c1fa-5b32-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:49:15+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-11-03T04:49:15+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de2d294e-5b32-11ed-82cb-72a57f8761b7 | InvocationID=de2d2b38-5b32-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:49:15+0000 | MainThread | 139652963433800 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-11-03T04:49:16+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de29bf5c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=de29c1fa-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:49:16+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de29bf5c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=de29c1fa-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:49:16+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de2d294e-5b32-11ed-82cb-72a57f8761b7 | InvocationID=de2d2b38-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:49:16+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de2d294e-5b32-11ed-82cb-72a57f8761b7 | InvocationID=de2d2b38-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:49:36+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de2d294e-5b32-11ed-82cb-72a57f8761b7 | InvocationID=de2d2b38-5b32-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:49:36+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaba3a26-5b32-11ed-82cb-72a57f8761b7 | InvocationID=eaba4002-5b32-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:49:37+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaba3a26-5b32-11ed-82cb-72a57f8761b7 | InvocationID=eaba4002-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:49:37+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eaba3a26-5b32-11ed-82cb-72a57f8761b7 | InvocationID=eaba4002-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:49:41+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de29bf5c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=de29c1fa-5b32-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:49:41+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb1366c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=edb13e6e-5b32-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:49:42+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb1366c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=edb13e6e-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:49:42+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb1366c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=edb13e6e-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:49:57+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eaba3a26-5b32-11ed-82cb-72a57f8761b7 | InvocationID=eaba4002-5b32-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:49:57+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f746c21e-5b32-11ed-82cb-72a57f8761b7 | InvocationID=f746c480-5b32-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:49:58+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f746c21e-5b32-11ed-82cb-72a57f8761b7 | InvocationID=f746c480-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:49:58+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f746c21e-5b32-11ed-82cb-72a57f8761b7 | InvocationID=f746c480-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:50:07+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb1366c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=edb13e6e-5b32-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:50:07+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd36890c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=fd368c5e-5b32-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:50:08+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd36890c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=fd368c5e-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:50:08+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd36890c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=fd368c5e-5b32-11ed-82cb-72a57f8761b7 | 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-11-03T04:50:18+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f746c21e-5b32-11ed-82cb-72a57f8761b7 | InvocationID=f746c480-5b32-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:50:18+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03ceb3ac-5b33-11ed-82cb-72a57f8761b7 | InvocationID=03ceb564-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:50:19+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03ceb3ac-5b33-11ed-82cb-72a57f8761b7 | InvocationID=03ceb564-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:50:19+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03ceb3ac-5b33-11ed-82cb-72a57f8761b7 | InvocationID=03ceb564-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:50:33+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd36890c-5b32-11ed-82cb-72a57f8761b7 | InvocationID=fd368c5e-5b32-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:50:33+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cbdf3e2-5b33-11ed-82cb-72a57f8761b7 | InvocationID=0cbdf5c2-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:50:34+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cbdf3e2-5b33-11ed-82cb-72a57f8761b7 | InvocationID=0cbdf5c2-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:50:34+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cbdf3e2-5b33-11ed-82cb-72a57f8761b7 | InvocationID=0cbdf5c2-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:50:39+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03ceb3ac-5b33-11ed-82cb-72a57f8761b7 | InvocationID=03ceb564-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:50:39+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105b5f12-5b33-11ed-82cb-72a57f8761b7 | InvocationID=105b6124-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:50:40+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105b5f12-5b33-11ed-82cb-72a57f8761b7 | InvocationID=105b6124-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:50:40+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=105b5f12-5b33-11ed-82cb-72a57f8761b7 | InvocationID=105b6124-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:50:59+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cbdf3e2-5b33-11ed-82cb-72a57f8761b7 | InvocationID=0cbdf5c2-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:50:59+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c487abc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=1c487c88-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:51:00+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c487abc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=1c487c88-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:00+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c487abc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=1c487c88-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:00+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=105b5f12-5b33-11ed-82cb-72a57f8761b7 | InvocationID=105b6124-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:51:00+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ce90b30-5b33-11ed-82cb-72a57f8761b7 | InvocationID=1ce90e00-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:51:01+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ce90b30-5b33-11ed-82cb-72a57f8761b7 | InvocationID=1ce90e00-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:01+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ce90b30-5b33-11ed-82cb-72a57f8761b7 | InvocationID=1ce90e00-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:21+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ce90b30-5b33-11ed-82cb-72a57f8761b7 | InvocationID=1ce90e00-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:51:21+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29753f7c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=29754148-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:51:22+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29753f7c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=29754148-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:22+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29753f7c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=29754148-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:25+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c487abc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=1c487c88-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:51:25+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bd01a76-5b33-11ed-82cb-72a57f8761b7 | InvocationID=2bd01dfa-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:51:26+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bd01a76-5b33-11ed-82cb-72a57f8761b7 | InvocationID=2bd01dfa-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:26+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bd01a76-5b33-11ed-82cb-72a57f8761b7 | InvocationID=2bd01dfa-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:42+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29753f7c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=29754148-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:51:42+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36029c76-5b33-11ed-82cb-72a57f8761b7 | InvocationID=3602a054-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:51:43+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36029c76-5b33-11ed-82cb-72a57f8761b7 | InvocationID=3602a054-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:43+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36029c76-5b33-11ed-82cb-72a57f8761b7 | InvocationID=3602a054-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:51+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bd01a76-5b33-11ed-82cb-72a57f8761b7 | InvocationID=2bd01dfa-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:51:51+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b566662-5b33-11ed-82cb-72a57f8761b7 | InvocationID=3b566838-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:51:52+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b566662-5b33-11ed-82cb-72a57f8761b7 | InvocationID=3b566838-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:51:52+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b566662-5b33-11ed-82cb-72a57f8761b7 | InvocationID=3b566838-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:03+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36029c76-5b33-11ed-82cb-72a57f8761b7 | InvocationID=3602a054-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:52:03+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428fb51e-5b33-11ed-82cb-72a57f8761b7 | InvocationID=428fb6d6-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:52:04+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428fb51e-5b33-11ed-82cb-72a57f8761b7 | InvocationID=428fb6d6-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:04+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=428fb51e-5b33-11ed-82cb-72a57f8761b7 | InvocationID=428fb6d6-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:17+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b566662-5b33-11ed-82cb-72a57f8761b7 | InvocationID=3b566838-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:52:17+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4adddd72-5b33-11ed-82cb-72a57f8761b7 | InvocationID=4adddf34-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:52:17+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4adddd72-5b33-11ed-82cb-72a57f8761b7 | InvocationID=4adddf34-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:17+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4adddd72-5b33-11ed-82cb-72a57f8761b7 | InvocationID=4adddf34-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:24+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=428fb51e-5b33-11ed-82cb-72a57f8761b7 | InvocationID=428fb6d6-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:52:24+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f436f9e-5b33-11ed-82cb-72a57f8761b7 | InvocationID=4f437160-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:52:25+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f436f9e-5b33-11ed-82cb-72a57f8761b7 | InvocationID=4f437160-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:25+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f436f9e-5b33-11ed-82cb-72a57f8761b7 | InvocationID=4f437160-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:42+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4adddd72-5b33-11ed-82cb-72a57f8761b7 | InvocationID=4adddf34-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:52:42+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59cf85d8-5b33-11ed-82cb-72a57f8761b7 | InvocationID=59cf8f60-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:52:42+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59cf85d8-5b33-11ed-82cb-72a57f8761b7 | InvocationID=59cf8f60-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:42+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59cf85d8-5b33-11ed-82cb-72a57f8761b7 | InvocationID=59cf8f60-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:45+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f436f9e-5b33-11ed-82cb-72a57f8761b7 | InvocationID=4f437160-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:52:45+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b38e2f2-5b33-11ed-82cb-72a57f8761b7 | InvocationID=5b38e52c-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:52:45+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b38e2f2-5b33-11ed-82cb-72a57f8761b7 | InvocationID=5b38e52c-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:52:45+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b38e2f2-5b33-11ed-82cb-72a57f8761b7 | InvocationID=5b38e52c-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:05+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b38e2f2-5b33-11ed-82cb-72a57f8761b7 | InvocationID=5b38e52c-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:53:05+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=673797c4-5b33-11ed-82cb-72a57f8761b7 | InvocationID=673814a6-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:53:05+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=673797c4-5b33-11ed-82cb-72a57f8761b7 | InvocationID=673814a6-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:05+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=673797c4-5b33-11ed-82cb-72a57f8761b7 | InvocationID=673814a6-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:07+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59cf85d8-5b33-11ed-82cb-72a57f8761b7 | InvocationID=59cf8f60-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:53:07+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68bde210-5b33-11ed-82cb-72a57f8761b7 | InvocationID=68bde468-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:53:07+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68bde210-5b33-11ed-82cb-72a57f8761b7 | InvocationID=68bde468-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:07+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68bde210-5b33-11ed-82cb-72a57f8761b7 | InvocationID=68bde468-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:25+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=673797c4-5b33-11ed-82cb-72a57f8761b7 | InvocationID=673814a6-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:53:25+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=732f77ea-5b33-11ed-82cb-72a57f8761b7 | InvocationID=732f79ca-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:53:25+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=732f77ea-5b33-11ed-82cb-72a57f8761b7 | InvocationID=732f79ca-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:25+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=732f77ea-5b33-11ed-82cb-72a57f8761b7 | InvocationID=732f79ca-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:32+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68bde210-5b33-11ed-82cb-72a57f8761b7 | InvocationID=68bde468-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:53:32+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77aebe52-5b33-11ed-82cb-72a57f8761b7 | InvocationID=77aed63a-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:53:32+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77aebe52-5b33-11ed-82cb-72a57f8761b7 | InvocationID=77aed63a-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:32+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77aebe52-5b33-11ed-82cb-72a57f8761b7 | InvocationID=77aed63a-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:45+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=732f77ea-5b33-11ed-82cb-72a57f8761b7 | InvocationID=732f79ca-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:53:45+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f23d492-5b33-11ed-82cb-72a57f8761b7 | InvocationID=7f23d744-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:53:45+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f23d492-5b33-11ed-82cb-72a57f8761b7 | InvocationID=7f23d744-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:45+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f23d492-5b33-11ed-82cb-72a57f8761b7 | InvocationID=7f23d744-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:57+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77aebe52-5b33-11ed-82cb-72a57f8761b7 | InvocationID=77aed63a-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:53:57+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a23f24-5b33-11ed-82cb-72a57f8761b7 | InvocationID=86a24186-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:53:57+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a23f24-5b33-11ed-82cb-72a57f8761b7 | InvocationID=86a24186-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:53:57+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86a23f24-5b33-11ed-82cb-72a57f8761b7 | InvocationID=86a24186-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:05+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f23d492-5b33-11ed-82cb-72a57f8761b7 | InvocationID=7f23d744-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:54:05+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b1c4180-5b33-11ed-82cb-72a57f8761b7 | InvocationID=8b1c4338-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:54:05+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b1c4180-5b33-11ed-82cb-72a57f8761b7 | InvocationID=8b1c4338-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:05+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b1c4180-5b33-11ed-82cb-72a57f8761b7 | InvocationID=8b1c4338-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:22+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86a23f24-5b33-11ed-82cb-72a57f8761b7 | InvocationID=86a24186-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:54:22+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95901560-5b33-11ed-82cb-72a57f8761b7 | InvocationID=9590174a-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:54:22+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95901560-5b33-11ed-82cb-72a57f8761b7 | InvocationID=9590174a-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:22+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95901560-5b33-11ed-82cb-72a57f8761b7 | InvocationID=9590174a-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:25+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b1c4180-5b33-11ed-82cb-72a57f8761b7 | InvocationID=8b1c4338-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:54:25+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97113072-5b33-11ed-82cb-72a57f8761b7 | InvocationID=97113220-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:54:25+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97113072-5b33-11ed-82cb-72a57f8761b7 | InvocationID=97113220-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:25+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97113072-5b33-11ed-82cb-72a57f8761b7 | InvocationID=97113220-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:45+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97113072-5b33-11ed-82cb-72a57f8761b7 | InvocationID=97113220-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:54:45+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a304189a-5b33-11ed-82cb-72a57f8761b7 | InvocationID=a3041a52-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:54:45+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a304189a-5b33-11ed-82cb-72a57f8761b7 | InvocationID=a3041a52-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:45+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a304189a-5b33-11ed-82cb-72a57f8761b7 | InvocationID=a3041a52-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:47+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95901560-5b33-11ed-82cb-72a57f8761b7 | InvocationID=9590174a-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:54:47+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4804acc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=a4804c7a-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:54:48+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4804acc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=a4804c7a-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:54:48+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4804acc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=a4804c7a-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:05+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a304189a-5b33-11ed-82cb-72a57f8761b7 | InvocationID=a3041a52-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:55:05+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aef76a6c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=aef76c4c-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:55:05+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aef76a6c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=aef76c4c-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:05+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aef76a6c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=aef76c4c-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:13+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4804acc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=a4804c7a-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:55:13+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b36e4f66-5b33-11ed-82cb-72a57f8761b7 | InvocationID=b36e511e-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:55:13+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b36e4f66-5b33-11ed-82cb-72a57f8761b7 | InvocationID=b36e511e-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:13+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b36e4f66-5b33-11ed-82cb-72a57f8761b7 | InvocationID=b36e511e-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:25+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aef76a6c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=aef76c4c-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:55:25+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae9ae0c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=bae9afce-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:55:25+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae9ae0c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=bae9afce-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:25+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bae9ae0c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=bae9afce-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:38+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b36e4f66-5b33-11ed-82cb-72a57f8761b7 | InvocationID=b36e511e-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:55:38+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c261d59c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=c261e118-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:55:38+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c261d59c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=c261e118-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:38+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c261d59c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=c261e118-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:45+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bae9ae0c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=bae9afce-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:55:45+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6dcdd06-5b33-11ed-82cb-72a57f8761b7 | InvocationID=c6dcdf72-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:55:45+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6dcdd06-5b33-11ed-82cb-72a57f8761b7 | InvocationID=c6dcdf72-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:55:45+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6dcdd06-5b33-11ed-82cb-72a57f8761b7 | InvocationID=c6dcdf72-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:03+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c261d59c-5b33-11ed-82cb-72a57f8761b7 | InvocationID=c261e118-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:56:03+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15129cc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=d1512ca6-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:56:03+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15129cc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=d1512ca6-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:03+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d15129cc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=d1512ca6-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:05+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6dcdd06-5b33-11ed-82cb-72a57f8761b7 | InvocationID=c6dcdf72-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:56:05+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d19160-5b33-11ed-82cb-72a57f8761b7 | InvocationID=d2d194d0-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:56:05+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d19160-5b33-11ed-82cb-72a57f8761b7 | InvocationID=d2d194d0-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:05+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2d19160-5b33-11ed-82cb-72a57f8761b7 | InvocationID=d2d194d0-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:25+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2d19160-5b33-11ed-82cb-72a57f8761b7 | InvocationID=d2d194d0-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:56:25+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec7c9ee-5b33-11ed-82cb-72a57f8761b7 | InvocationID=dec7cbb0-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:56:25+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec7c9ee-5b33-11ed-82cb-72a57f8761b7 | InvocationID=dec7cbb0-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:25+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dec7c9ee-5b33-11ed-82cb-72a57f8761b7 | InvocationID=dec7cbb0-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:28+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d15129cc-5b33-11ed-82cb-72a57f8761b7 | InvocationID=d1512ca6-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:56:28+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e03eea14-5b33-11ed-82cb-72a57f8761b7 | InvocationID=e03eecf8-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:56:28+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e03eea14-5b33-11ed-82cb-72a57f8761b7 | InvocationID=e03eecf8-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:28+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e03eea14-5b33-11ed-82cb-72a57f8761b7 | InvocationID=e03eecf8-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:45+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dec7c9ee-5b33-11ed-82cb-72a57f8761b7 | InvocationID=dec7cbb0-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:56:45+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eabbbde6-5b33-11ed-82cb-72a57f8761b7 | InvocationID=eabbbf9e-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:56:45+0000 | aai_event_thread | 139652912696096 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eabbbde6-5b33-11ed-82cb-72a57f8761b7 | InvocationID=eabbbf9e-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:45+0000 | aai_event_thread | 139652912696096 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eabbbde6-5b33-11ed-82cb-72a57f8761b7 | InvocationID=eabbbf9e-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:53+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e03eea14-5b33-11ed-82cb-72a57f8761b7 | InvocationID=e03eecf8-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:56:53+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef2e87aa-5b33-11ed-82cb-72a57f8761b7 | InvocationID=ef2e893a-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:56:53+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef2e87aa-5b33-11ed-82cb-72a57f8761b7 | InvocationID=ef2e893a-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:56:53+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef2e87aa-5b33-11ed-82cb-72a57f8761b7 | InvocationID=ef2e893a-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:57:05+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eabbbde6-5b33-11ed-82cb-72a57f8761b7 | InvocationID=eabbbf9e-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:57:05+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ae9e66-5b33-11ed-82cb-72a57f8761b7 | InvocationID=f6aea01e-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:57:18+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef2e87aa-5b33-11ed-82cb-72a57f8761b7 | InvocationID=ef2e893a-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:57:18+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe1eba46-5b33-11ed-82cb-72a57f8761b7 | InvocationID=fe1ebbfe-5b33-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:57:18+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe1eba46-5b33-11ed-82cb-72a57f8761b7 | InvocationID=fe1ebbfe-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:57:18+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe1eba46-5b33-11ed-82cb-72a57f8761b7 | InvocationID=fe1ebbfe-5b33-11ed-82cb-72a57f8761b7 | 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-11-03T04:57:30+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6ae9e66-5b33-11ed-82cb-72a57f8761b7 | InvocationID=f6aea01e-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:57:30+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051bf0c0-5b34-11ed-82cb-72a57f8761b7 | InvocationID=051bf28c-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:57:43+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe1eba46-5b33-11ed-82cb-72a57f8761b7 | InvocationID=fe1ebbfe-5b33-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:57:43+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0c76ec-5b34-11ed-82cb-72a57f8761b7 | InvocationID=0d0c793a-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:57:43+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0c76ec-5b34-11ed-82cb-72a57f8761b7 | InvocationID=0d0c793a-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:57:43+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0c76ec-5b34-11ed-82cb-72a57f8761b7 | InvocationID=0d0c793a-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:57:50+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=051bf0c0-5b34-11ed-82cb-72a57f8761b7 | InvocationID=051bf28c-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:57:50+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11185a76-5b34-11ed-82cb-72a57f8761b7 | InvocationID=11185c24-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:58:08+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0c76ec-5b34-11ed-82cb-72a57f8761b7 | InvocationID=0d0c793a-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:58:08+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bfa3c70-5b34-11ed-82cb-72a57f8761b7 | InvocationID=1bfa3ed2-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:58:08+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bfa3c70-5b34-11ed-82cb-72a57f8761b7 | InvocationID=1bfa3ed2-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:58:08+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bfa3c70-5b34-11ed-82cb-72a57f8761b7 | InvocationID=1bfa3ed2-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:58:10+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11185a76-5b34-11ed-82cb-72a57f8761b7 | InvocationID=11185c24-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:58:10+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d106116-5b34-11ed-82cb-72a57f8761b7 | InvocationID=1d106382-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:58:30+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d106116-5b34-11ed-82cb-72a57f8761b7 | InvocationID=1d106382-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:58:30+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=290a13b8-5b34-11ed-82cb-72a57f8761b7 | InvocationID=290a162e-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:58:33+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bfa3c70-5b34-11ed-82cb-72a57f8761b7 | InvocationID=1bfa3ed2-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:58:33+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae89290-5b34-11ed-82cb-72a57f8761b7 | InvocationID=2ae8943e-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:58:33+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae89290-5b34-11ed-82cb-72a57f8761b7 | InvocationID=2ae8943e-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:58:33+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae89290-5b34-11ed-82cb-72a57f8761b7 | InvocationID=2ae8943e-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:58:51+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=290a13b8-5b34-11ed-82cb-72a57f8761b7 | InvocationID=290a162e-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:58:51+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35680d04-5b34-11ed-82cb-72a57f8761b7 | InvocationID=35680ffc-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:58:58+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae89290-5b34-11ed-82cb-72a57f8761b7 | InvocationID=2ae8943e-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:58:58+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39e4d8e4-5b34-11ed-82cb-72a57f8761b7 | InvocationID=39e4e0c8-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:58:58+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39e4d8e4-5b34-11ed-82cb-72a57f8761b7 | InvocationID=39e4e0c8-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:58:58+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39e4d8e4-5b34-11ed-82cb-72a57f8761b7 | InvocationID=39e4e0c8-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:59:15+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35680d04-5b34-11ed-82cb-72a57f8761b7 | InvocationID=35680ffc-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:59:15+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=442f5c52-5b34-11ed-82cb-72a57f8761b7 | InvocationID=442f5e50-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:59:23+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39e4d8e4-5b34-11ed-82cb-72a57f8761b7 | InvocationID=39e4e0c8-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:59:23+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48d5befe-5b34-11ed-82cb-72a57f8761b7 | InvocationID=48d5c0c0-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:59:23+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48d5befe-5b34-11ed-82cb-72a57f8761b7 | InvocationID=48d5c0c0-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:59:23+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48d5befe-5b34-11ed-82cb-72a57f8761b7 | InvocationID=48d5c0c0-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:59:40+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=442f5c52-5b34-11ed-82cb-72a57f8761b7 | InvocationID=442f5e50-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T04:59:40+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52f803d8-5b34-11ed-82cb-72a57f8761b7 | InvocationID=52f80a86-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T04:59:48+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48d5befe-5b34-11ed-82cb-72a57f8761b7 | InvocationID=48d5c0c0-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T04:59:48+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c36b6e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=57c36da8-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T04:59:48+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c36b6e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=57c36da8-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T04:59:48+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57c36b6e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=57c36da8-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:00:05+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52f803d8-5b34-11ed-82cb-72a57f8761b7 | InvocationID=52f80a86-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:00:05+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61bd63d6-5b34-11ed-82cb-72a57f8761b7 | InvocationID=61bd6610-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:00:13+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57c36b6e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=57c36da8-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:00:13+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66b18278-5b34-11ed-82cb-72a57f8761b7 | InvocationID=66b18480-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:00:13+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66b18278-5b34-11ed-82cb-72a57f8761b7 | InvocationID=66b18480-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:00:13+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66b18278-5b34-11ed-82cb-72a57f8761b7 | InvocationID=66b18480-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:00:30+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61bd63d6-5b34-11ed-82cb-72a57f8761b7 | InvocationID=61bd6610-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:00:30+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70831faa-5b34-11ed-82cb-72a57f8761b7 | InvocationID=70832220-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:00:38+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66b18278-5b34-11ed-82cb-72a57f8761b7 | InvocationID=66b18480-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:00:38+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=759fd74e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=759fd92e-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:00:38+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=759fd74e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=759fd92e-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:00:38+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=759fd74e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=759fd92e-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:00:55+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70831faa-5b34-11ed-82cb-72a57f8761b7 | InvocationID=70832220-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:00:55+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f47278e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=7f4729aa-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:01:03+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=759fd74e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=759fd92e-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:01:03+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8490c556-5b34-11ed-82cb-72a57f8761b7 | InvocationID=8490c740-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:01:03+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8490c556-5b34-11ed-82cb-72a57f8761b7 | InvocationID=8490c740-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:01:03+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8490c556-5b34-11ed-82cb-72a57f8761b7 | InvocationID=8490c740-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:01:19+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f47278e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=7f4729aa-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:01:19+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e0bf466-5b34-11ed-82cb-72a57f8761b7 | InvocationID=8e0bf628-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:01:28+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8490c556-5b34-11ed-82cb-72a57f8761b7 | InvocationID=8490c740-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:01:28+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=937eaf6a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=937eb136-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:01:28+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=937eaf6a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=937eb136-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:01:28+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=937eaf6a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=937eb136-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:01:44+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e0bf466-5b34-11ed-82cb-72a57f8761b7 | InvocationID=8e0bf628-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:01:44+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cd2fa3a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=9cd2fbf2-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:01:53+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=937eaf6a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=937eb136-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:01:53+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a26d841a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=a26d873a-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:01:54+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a26d841a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=a26d873a-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:01:54+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a26d841a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=a26d873a-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:02:09+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cd2fa3a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=9cd2fbf2-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:02:09+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab971d9e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=ab971fc4-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:02:19+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a26d841a-5b34-11ed-82cb-72a57f8761b7 | InvocationID=a26d873a-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:02:19+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15bbf96-5b34-11ed-82cb-72a57f8761b7 | InvocationID=b15bc1e4-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:02:19+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15bbf96-5b34-11ed-82cb-72a57f8761b7 | InvocationID=b15bc1e4-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:02:19+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b15bbf96-5b34-11ed-82cb-72a57f8761b7 | InvocationID=b15bc1e4-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:02:34+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab971d9e-5b34-11ed-82cb-72a57f8761b7 | InvocationID=ab971fc4-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:02:34+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba5ee604-5b34-11ed-82cb-72a57f8761b7 | InvocationID=ba5ee7da-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:02:44+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b15bbf96-5b34-11ed-82cb-72a57f8761b7 | InvocationID=b15bc1e4-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:02:44+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c049b15c-5b34-11ed-82cb-72a57f8761b7 | InvocationID=c049b328-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:02:44+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c049b15c-5b34-11ed-82cb-72a57f8761b7 | InvocationID=c049b328-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:02:44+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c049b15c-5b34-11ed-82cb-72a57f8761b7 | InvocationID=c049b328-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:02:58+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba5ee604-5b34-11ed-82cb-72a57f8761b7 | InvocationID=ba5ee7da-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:02:58+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c923be58-5b34-11ed-82cb-72a57f8761b7 | InvocationID=c923c024-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:03:09+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c049b15c-5b34-11ed-82cb-72a57f8761b7 | InvocationID=c049b328-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:03:09+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf3833b4-5b34-11ed-82cb-72a57f8761b7 | InvocationID=cf3835da-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:03:09+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf3833b4-5b34-11ed-82cb-72a57f8761b7 | InvocationID=cf3835da-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:03:09+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf3833b4-5b34-11ed-82cb-72a57f8761b7 | InvocationID=cf3835da-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:03:23+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c923be58-5b34-11ed-82cb-72a57f8761b7 | InvocationID=c923c024-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:03:23+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e963ca-5b34-11ed-82cb-72a57f8761b7 | InvocationID=d7e9662c-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:03:34+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf3833b4-5b34-11ed-82cb-72a57f8761b7 | InvocationID=cf3835da-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:03:34+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de2803c2-5b34-11ed-82cb-72a57f8761b7 | InvocationID=de2805a2-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:03:34+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de2803c2-5b34-11ed-82cb-72a57f8761b7 | InvocationID=de2805a2-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:03:34+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de2803c2-5b34-11ed-82cb-72a57f8761b7 | InvocationID=de2805a2-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:03:48+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7e963ca-5b34-11ed-82cb-72a57f8761b7 | InvocationID=d7e9662c-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:03:48+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b0f468-5b34-11ed-82cb-72a57f8761b7 | InvocationID=e6b0f648-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:03:59+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de2803c2-5b34-11ed-82cb-72a57f8761b7 | InvocationID=de2805a2-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:03:59+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed1dea7c-5b34-11ed-82cb-72a57f8761b7 | InvocationID=ed1dec70-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:03:59+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed1dea7c-5b34-11ed-82cb-72a57f8761b7 | InvocationID=ed1dec70-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:03:59+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed1dea7c-5b34-11ed-82cb-72a57f8761b7 | InvocationID=ed1dec70-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:04:13+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6b0f468-5b34-11ed-82cb-72a57f8761b7 | InvocationID=e6b0f648-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:04:13+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f575d1c6-5b34-11ed-82cb-72a57f8761b7 | InvocationID=f575d4e6-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:04:24+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed1dea7c-5b34-11ed-82cb-72a57f8761b7 | InvocationID=ed1dec70-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:04:24+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc0b3fbc-5b34-11ed-82cb-72a57f8761b7 | InvocationID=fc0b416a-5b34-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:04:24+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc0b3fbc-5b34-11ed-82cb-72a57f8761b7 | InvocationID=fc0b416a-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:04:24+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc0b3fbc-5b34-11ed-82cb-72a57f8761b7 | InvocationID=fc0b416a-5b34-11ed-82cb-72a57f8761b7 | 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-11-03T05:04:38+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f575d1c6-5b34-11ed-82cb-72a57f8761b7 | InvocationID=f575d4e6-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:04:38+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043bced6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=043bd4d0-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:04:49+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc0b3fbc-5b34-11ed-82cb-72a57f8761b7 | InvocationID=fc0b416a-5b34-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:04:49+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af8ce5e-5b35-11ed-82cb-72a57f8761b7 | InvocationID=0af8dc28-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:04:49+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af8ce5e-5b35-11ed-82cb-72a57f8761b7 | InvocationID=0af8dc28-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:04:49+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0af8ce5e-5b35-11ed-82cb-72a57f8761b7 | InvocationID=0af8dc28-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:05:02+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=043bced6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=043bd4d0-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:05:02+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1304a0c8-5b35-11ed-82cb-72a57f8761b7 | InvocationID=1304a3ac-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:05:14+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0af8ce5e-5b35-11ed-82cb-72a57f8761b7 | InvocationID=0af8dc28-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:05:14+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19e71952-5b35-11ed-82cb-72a57f8761b7 | InvocationID=19e71baa-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:05:14+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19e71952-5b35-11ed-82cb-72a57f8761b7 | InvocationID=19e71baa-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:05:14+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19e71952-5b35-11ed-82cb-72a57f8761b7 | InvocationID=19e71baa-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:05:27+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1304a0c8-5b35-11ed-82cb-72a57f8761b7 | InvocationID=1304a3ac-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:05:27+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ca4400-5b35-11ed-82cb-72a57f8761b7 | InvocationID=21ca45b8-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:05:39+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19e71952-5b35-11ed-82cb-72a57f8761b7 | InvocationID=19e71baa-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:05:39+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28d5e6aa-5b35-11ed-82cb-72a57f8761b7 | InvocationID=28d5e86c-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:05:39+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28d5e6aa-5b35-11ed-82cb-72a57f8761b7 | InvocationID=28d5e86c-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:05:39+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28d5e6aa-5b35-11ed-82cb-72a57f8761b7 | InvocationID=28d5e86c-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:05:52+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21ca4400-5b35-11ed-82cb-72a57f8761b7 | InvocationID=21ca45b8-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:05:52+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=309247d0-5b35-11ed-82cb-72a57f8761b7 | InvocationID=309249f6-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:06:04+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28d5e6aa-5b35-11ed-82cb-72a57f8761b7 | InvocationID=28d5e86c-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:06:04+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37c66478-5b35-11ed-82cb-72a57f8761b7 | InvocationID=37c66626-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:06:04+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37c66478-5b35-11ed-82cb-72a57f8761b7 | InvocationID=37c66626-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:06:04+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37c66478-5b35-11ed-82cb-72a57f8761b7 | InvocationID=37c66626-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:06:17+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=309247d0-5b35-11ed-82cb-72a57f8761b7 | InvocationID=309249f6-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:06:17+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f60c9c6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=3f60cb7e-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:06:29+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37c66478-5b35-11ed-82cb-72a57f8761b7 | InvocationID=37c66626-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:06:29+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46b58c02-5b35-11ed-82cb-72a57f8761b7 | InvocationID=46b58db0-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:06:29+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46b58c02-5b35-11ed-82cb-72a57f8761b7 | InvocationID=46b58db0-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:06:29+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46b58c02-5b35-11ed-82cb-72a57f8761b7 | InvocationID=46b58db0-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:06:42+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f60c9c6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=3f60cb7e-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:06:42+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e31bfd2-5b35-11ed-82cb-72a57f8761b7 | InvocationID=4e31c1ee-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:06:54+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46b58c02-5b35-11ed-82cb-72a57f8761b7 | InvocationID=46b58db0-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:06:54+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55a3f618-5b35-11ed-82cb-72a57f8761b7 | InvocationID=55a3f834-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:06:54+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55a3f618-5b35-11ed-82cb-72a57f8761b7 | InvocationID=55a3f834-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:06:54+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55a3f618-5b35-11ed-82cb-72a57f8761b7 | InvocationID=55a3f834-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:07:06+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e31bfd2-5b35-11ed-82cb-72a57f8761b7 | InvocationID=4e31c1ee-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:07:06+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cf83c6c-5b35-11ed-82cb-72a57f8761b7 | InvocationID=5cf83f32-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:07:19+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55a3f618-5b35-11ed-82cb-72a57f8761b7 | InvocationID=55a3f834-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:07:19+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=649240ee-5b35-11ed-82cb-72a57f8761b7 | InvocationID=649242a6-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:07:19+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=649240ee-5b35-11ed-82cb-72a57f8761b7 | InvocationID=649242a6-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:07:19+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=649240ee-5b35-11ed-82cb-72a57f8761b7 | InvocationID=649242a6-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:07:31+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cf83c6c-5b35-11ed-82cb-72a57f8761b7 | InvocationID=5cf83f32-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:07:31+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc070c0-5b35-11ed-82cb-72a57f8761b7 | InvocationID=6bc0743a-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:07:44+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=649240ee-5b35-11ed-82cb-72a57f8761b7 | InvocationID=649242a6-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:07:44+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7382308c-5b35-11ed-82cb-72a57f8761b7 | InvocationID=7382349c-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:07:44+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7382308c-5b35-11ed-82cb-72a57f8761b7 | InvocationID=7382349c-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:07:44+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7382308c-5b35-11ed-82cb-72a57f8761b7 | InvocationID=7382349c-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:07:56+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bc070c0-5b35-11ed-82cb-72a57f8761b7 | InvocationID=6bc0743a-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:07:56+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a904b66-5b35-11ed-82cb-72a57f8761b7 | InvocationID=7a904d32-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:08:09+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7382308c-5b35-11ed-82cb-72a57f8761b7 | InvocationID=7382349c-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:08:09+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8271a0aa-5b35-11ed-82cb-72a57f8761b7 | InvocationID=8271a276-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:08:09+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8271a0aa-5b35-11ed-82cb-72a57f8761b7 | InvocationID=8271a276-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:08:09+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8271a0aa-5b35-11ed-82cb-72a57f8761b7 | InvocationID=8271a276-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:08:21+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a904b66-5b35-11ed-82cb-72a57f8761b7 | InvocationID=7a904d32-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:08:21+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89559f48-5b35-11ed-82cb-72a57f8761b7 | InvocationID=8955a10a-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:08:34+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8271a0aa-5b35-11ed-82cb-72a57f8761b7 | InvocationID=8271a276-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:08:34+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915fd4c4-5b35-11ed-82cb-72a57f8761b7 | InvocationID=915fd7b2-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:08:34+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915fd4c4-5b35-11ed-82cb-72a57f8761b7 | InvocationID=915fd7b2-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:08:34+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=915fd4c4-5b35-11ed-82cb-72a57f8761b7 | InvocationID=915fd7b2-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:08:46+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89559f48-5b35-11ed-82cb-72a57f8761b7 | InvocationID=8955a10a-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:08:46+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=981d1880-5b35-11ed-82cb-72a57f8761b7 | InvocationID=981d1ad8-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:08:59+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=915fd4c4-5b35-11ed-82cb-72a57f8761b7 | InvocationID=915fd7b2-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:08:59+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04d84d6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=a04d8684-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:08:59+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04d84d6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=a04d8684-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:08:59+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a04d84d6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=a04d8684-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:09:10+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=981d1880-5b35-11ed-82cb-72a57f8761b7 | InvocationID=981d1ad8-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:09:10+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e47174-5b35-11ed-82cb-72a57f8761b7 | InvocationID=a6e473a4-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:09:24+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a04d84d6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=a04d8684-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:09:24+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af3b8628-5b35-11ed-82cb-72a57f8761b7 | InvocationID=af3b8c7c-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:09:25+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af3b8628-5b35-11ed-82cb-72a57f8761b7 | InvocationID=af3b8c7c-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:09:25+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af3b8628-5b35-11ed-82cb-72a57f8761b7 | InvocationID=af3b8c7c-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:09:35+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6e47174-5b35-11ed-82cb-72a57f8761b7 | InvocationID=a6e473a4-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:09:35+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5aa715e-5b35-11ed-82cb-72a57f8761b7 | InvocationID=b5aa77f8-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:09:50+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af3b8628-5b35-11ed-82cb-72a57f8761b7 | InvocationID=af3b8c7c-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:09:50+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be298798-5b35-11ed-82cb-72a57f8761b7 | InvocationID=be2989f0-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:09:50+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be298798-5b35-11ed-82cb-72a57f8761b7 | InvocationID=be2989f0-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:09:50+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be298798-5b35-11ed-82cb-72a57f8761b7 | InvocationID=be2989f0-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:10:00+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5aa715e-5b35-11ed-82cb-72a57f8761b7 | InvocationID=b5aa77f8-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:10:00+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c471bfc6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=c471c282-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:10:15+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be298798-5b35-11ed-82cb-72a57f8761b7 | InvocationID=be2989f0-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:10:15+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd185f54-5b35-11ed-82cb-72a57f8761b7 | InvocationID=cd18615c-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:10:15+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd185f54-5b35-11ed-82cb-72a57f8761b7 | InvocationID=cd18615c-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:10:15+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd185f54-5b35-11ed-82cb-72a57f8761b7 | InvocationID=cd18615c-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:10:25+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c471bfc6-5b35-11ed-82cb-72a57f8761b7 | InvocationID=c471c282-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:10:25+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d338ff06-5b35-11ed-82cb-72a57f8761b7 | InvocationID=d3390136-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:10:40+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd185f54-5b35-11ed-82cb-72a57f8761b7 | InvocationID=cd18615c-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:10:40+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc05bdae-5b35-11ed-82cb-72a57f8761b7 | InvocationID=dc05bfd4-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:10:40+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc05bdae-5b35-11ed-82cb-72a57f8761b7 | InvocationID=dc05bfd4-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:10:40+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc05bdae-5b35-11ed-82cb-72a57f8761b7 | InvocationID=dc05bfd4-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:10:50+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d338ff06-5b35-11ed-82cb-72a57f8761b7 | InvocationID=d3390136-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:10:50+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1fe237c-5b35-11ed-82cb-72a57f8761b7 | InvocationID=e1fe2638-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:11:05+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc05bdae-5b35-11ed-82cb-72a57f8761b7 | InvocationID=dc05bfd4-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:11:05+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf2cf28-5b35-11ed-82cb-72a57f8761b7 | InvocationID=eaf2d0cc-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:11:05+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf2cf28-5b35-11ed-82cb-72a57f8761b7 | InvocationID=eaf2d0cc-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:11:05+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaf2cf28-5b35-11ed-82cb-72a57f8761b7 | InvocationID=eaf2d0cc-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:11:14+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1fe237c-5b35-11ed-82cb-72a57f8761b7 | InvocationID=e1fe2638-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:11:14+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c38eba-5b35-11ed-82cb-72a57f8761b7 | InvocationID=f0c39112-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:11:30+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaf2cf28-5b35-11ed-82cb-72a57f8761b7 | InvocationID=eaf2d0cc-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:11:30+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e12688-5b35-11ed-82cb-72a57f8761b7 | InvocationID=f9e12872-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:11:30+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9e12688-5b35-11ed-82cb-72a57f8761b7 | InvocationID=f9e12872-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:11:30+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e12688-5b35-11ed-82cb-72a57f8761b7 | InvocationID=f9e12872-5b35-11ed-82cb-72a57f8761b7 | 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-11-03T05:11:39+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0c38eba-5b35-11ed-82cb-72a57f8761b7 | InvocationID=f0c39112-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:11:39+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff888112-5b35-11ed-82cb-72a57f8761b7 | InvocationID=ff8882d4-5b35-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:11:55+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9e12688-5b35-11ed-82cb-72a57f8761b7 | InvocationID=f9e12872-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:11:55+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cf6600-5b36-11ed-82cb-72a57f8761b7 | InvocationID=08cf67c2-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:11:55+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08cf6600-5b36-11ed-82cb-72a57f8761b7 | InvocationID=08cf67c2-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:11:55+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08cf6600-5b36-11ed-82cb-72a57f8761b7 | InvocationID=08cf67c2-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:12:04+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff888112-5b35-11ed-82cb-72a57f8761b7 | InvocationID=ff8882d4-5b35-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:12:04+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4c22f8-5b36-11ed-82cb-72a57f8761b7 | InvocationID=0e4c25f0-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:12:20+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08cf6600-5b36-11ed-82cb-72a57f8761b7 | InvocationID=08cf67c2-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:12:20+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17bdfbfe-5b36-11ed-82cb-72a57f8761b7 | InvocationID=17bdfe4c-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:12:20+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17bdfbfe-5b36-11ed-82cb-72a57f8761b7 | InvocationID=17bdfe4c-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:12:20+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17bdfbfe-5b36-11ed-82cb-72a57f8761b7 | InvocationID=17bdfe4c-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:12:29+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e4c22f8-5b36-11ed-82cb-72a57f8761b7 | InvocationID=0e4c25f0-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:12:29+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d11540c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=1d115628-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:12:45+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17bdfbfe-5b36-11ed-82cb-72a57f8761b7 | InvocationID=17bdfe4c-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:12:45+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26b53492-5b36-11ed-82cb-72a57f8761b7 | InvocationID=26b536cc-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:12:45+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26b53492-5b36-11ed-82cb-72a57f8761b7 | InvocationID=26b536cc-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:12:45+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26b53492-5b36-11ed-82cb-72a57f8761b7 | InvocationID=26b536cc-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:12:54+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d11540c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=1d115628-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:12:54+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bd6d32c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=2bd6da2a-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:13:10+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26b53492-5b36-11ed-82cb-72a57f8761b7 | InvocationID=26b536cc-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:13:10+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35a39cc8-5b36-11ed-82cb-72a57f8761b7 | InvocationID=35a39e76-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:13:10+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35a39cc8-5b36-11ed-82cb-72a57f8761b7 | InvocationID=35a39e76-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:13:10+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35a39cc8-5b36-11ed-82cb-72a57f8761b7 | InvocationID=35a39e76-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:13:18+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bd6d32c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=2bd6da2a-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:13:18+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a9aa47e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=3a9aa708-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:13:35+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35a39cc8-5b36-11ed-82cb-72a57f8761b7 | InvocationID=35a39e76-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:13:35+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4492509e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=44925288-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:13:35+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4492509e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=44925288-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:13:35+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4492509e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=44925288-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:13:43+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a9aa47e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=3a9aa708-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:13:43+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49637d14-5b36-11ed-82cb-72a57f8761b7 | InvocationID=49638516-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:14:00+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4492509e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=44925288-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:14:00+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53801c26-5b36-11ed-82cb-72a57f8761b7 | InvocationID=53801f64-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:14:00+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53801c26-5b36-11ed-82cb-72a57f8761b7 | InvocationID=53801f64-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:14:00+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53801c26-5b36-11ed-82cb-72a57f8761b7 | InvocationID=53801f64-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:14:08+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49637d14-5b36-11ed-82cb-72a57f8761b7 | InvocationID=49638516-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:14:08+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5828886c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=5828971c-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:14:25+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53801c26-5b36-11ed-82cb-72a57f8761b7 | InvocationID=53801f64-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:14:25+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62705458-5b36-11ed-82cb-72a57f8761b7 | InvocationID=62705638-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:14:25+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62705458-5b36-11ed-82cb-72a57f8761b7 | InvocationID=62705638-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:14:25+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62705458-5b36-11ed-82cb-72a57f8761b7 | InvocationID=62705638-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:14:33+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5828886c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=5828971c-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:14:33+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66f1ab08-5b36-11ed-82cb-72a57f8761b7 | InvocationID=66f1ad4c-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:14:50+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62705458-5b36-11ed-82cb-72a57f8761b7 | InvocationID=62705638-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:14:50+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=715d8c6a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=715d8e86-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:14:50+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=715d8c6a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=715d8e86-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:14:50+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=715d8c6a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=715d8e86-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:14:57+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66f1ab08-5b36-11ed-82cb-72a57f8761b7 | InvocationID=66f1ad4c-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:14:57+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75b79292-5b36-11ed-82cb-72a57f8761b7 | InvocationID=75b796de-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:15:15+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=715d8c6a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=715d8e86-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:15:15+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=804aef38-5b36-11ed-82cb-72a57f8761b7 | InvocationID=804af15e-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:15:15+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=804aef38-5b36-11ed-82cb-72a57f8761b7 | InvocationID=804af15e-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:15:15+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=804aef38-5b36-11ed-82cb-72a57f8761b7 | InvocationID=804af15e-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:15:22+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75b79292-5b36-11ed-82cb-72a57f8761b7 | InvocationID=75b796de-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:15:22+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=847acd4e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=847acf06-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:15:40+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=804aef38-5b36-11ed-82cb-72a57f8761b7 | InvocationID=804af15e-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:15:40+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f38745c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=8f38768c-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:15:40+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f38745c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=8f38768c-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:15:40+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f38745c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=8f38768c-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:15:47+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=847acd4e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=847acf06-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:15:47+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=933ec47a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=933ec646-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:16:05+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f38745c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=8f38768c-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:16:05+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e2a170e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=9e2a18d0-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:16:05+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e2a170e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=9e2a18d0-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:16:05+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e2a170e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=9e2a18d0-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:16:12+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=933ec47a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=933ec646-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:16:12+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2022bfa-5b36-11ed-82cb-72a57f8761b7 | InvocationID=a20239d8-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:16:30+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e2a170e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=9e2a18d0-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:16:30+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad1794ee-5b36-11ed-82cb-72a57f8761b7 | InvocationID=ad17971e-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:16:30+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad1794ee-5b36-11ed-82cb-72a57f8761b7 | InvocationID=ad17971e-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:16:30+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad1794ee-5b36-11ed-82cb-72a57f8761b7 | InvocationID=ad17971e-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:16:37+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2022bfa-5b36-11ed-82cb-72a57f8761b7 | InvocationID=a20239d8-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:16:37+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0c704da-5b36-11ed-82cb-72a57f8761b7 | InvocationID=b0c7078c-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:16:55+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad1794ee-5b36-11ed-82cb-72a57f8761b7 | InvocationID=ad17971e-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:16:55+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc06bcd2-5b36-11ed-82cb-72a57f8761b7 | InvocationID=bc06beb2-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:16:55+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc06bcd2-5b36-11ed-82cb-72a57f8761b7 | InvocationID=bc06beb2-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:16:55+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc06bcd2-5b36-11ed-82cb-72a57f8761b7 | InvocationID=bc06beb2-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:17:01+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0c704da-5b36-11ed-82cb-72a57f8761b7 | InvocationID=b0c7078c-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:17:01+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf8bc8ca-5b36-11ed-82cb-72a57f8761b7 | InvocationID=bf8bca8c-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:17:20+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc06bcd2-5b36-11ed-82cb-72a57f8761b7 | InvocationID=bc06beb2-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:17:20+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caf47e0a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=caf47fcc-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:17:21+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caf47e0a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=caf47fcc-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:17:21+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=caf47e0a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=caf47fcc-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:17:26+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf8bc8ca-5b36-11ed-82cb-72a57f8761b7 | InvocationID=bf8bca8c-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:17:26+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce508896-5b36-11ed-82cb-72a57f8761b7 | InvocationID=ce508a4e-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:17:46+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=caf47e0a-5b36-11ed-82cb-72a57f8761b7 | InvocationID=caf47fcc-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:17:46+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9e3966c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=d9e39932-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:17:46+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9e3966c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=d9e39932-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:17:46+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9e3966c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=d9e39932-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:17:51+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce508896-5b36-11ed-82cb-72a57f8761b7 | InvocationID=ce508a4e-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:17:51+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1564d2-5b36-11ed-82cb-72a57f8761b7 | InvocationID=dd1568d8-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:18:11+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9e3966c-5b36-11ed-82cb-72a57f8761b7 | InvocationID=d9e39932-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:18:11+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8d36f4e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=e8d3711a-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:18:11+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8d36f4e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=e8d3711a-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:18:11+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8d36f4e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=e8d3711a-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:18:16+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd1564d2-5b36-11ed-82cb-72a57f8761b7 | InvocationID=dd1568d8-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:18:16+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd967ac-5b36-11ed-82cb-72a57f8761b7 | InvocationID=ebd978b4-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:18:36+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8d36f4e-5b36-11ed-82cb-72a57f8761b7 | InvocationID=e8d3711a-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:18:36+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7c15c14-5b36-11ed-82cb-72a57f8761b7 | InvocationID=f7c15dcc-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:18:36+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7c15c14-5b36-11ed-82cb-72a57f8761b7 | InvocationID=f7c15dcc-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:18:36+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7c15c14-5b36-11ed-82cb-72a57f8761b7 | InvocationID=f7c15dcc-5b36-11ed-82cb-72a57f8761b7 | 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-11-03T05:18:40+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebd967ac-5b36-11ed-82cb-72a57f8761b7 | InvocationID=ebd978b4-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:18:40+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faa188aa-5b36-11ed-82cb-72a57f8761b7 | InvocationID=faa18ee0-5b36-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:19:01+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7c15c14-5b36-11ed-82cb-72a57f8761b7 | InvocationID=f7c15dcc-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:19:01+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06aefc9a-5b37-11ed-82cb-72a57f8761b7 | InvocationID=06af037a-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:19:01+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06aefc9a-5b37-11ed-82cb-72a57f8761b7 | InvocationID=06af037a-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:19:01+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06aefc9a-5b37-11ed-82cb-72a57f8761b7 | InvocationID=06af037a-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:19:05+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faa188aa-5b36-11ed-82cb-72a57f8761b7 | InvocationID=faa18ee0-5b36-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:19:05+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0965e5de-5b37-11ed-82cb-72a57f8761b7 | InvocationID=0965e8c2-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:19:26+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06aefc9a-5b37-11ed-82cb-72a57f8761b7 | InvocationID=06af037a-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:19:26+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a3df7c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=15a3e134-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:19:26+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a3df7c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=15a3e134-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:19:26+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a3df7c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=15a3e134-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:19:30+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0965e5de-5b37-11ed-82cb-72a57f8761b7 | InvocationID=0965e8c2-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:19:30+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=182aff64-5b37-11ed-82cb-72a57f8761b7 | InvocationID=182b011c-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:19:51+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a3df7c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=15a3e134-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:19:51+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24915b86-5b37-11ed-82cb-72a57f8761b7 | InvocationID=24915de8-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:19:51+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24915b86-5b37-11ed-82cb-72a57f8761b7 | InvocationID=24915de8-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:19:51+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24915b86-5b37-11ed-82cb-72a57f8761b7 | InvocationID=24915de8-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:19:55+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=182aff64-5b37-11ed-82cb-72a57f8761b7 | InvocationID=182b011c-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:19:55+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26eecf6c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=26eed1ce-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:20:16+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24915b86-5b37-11ed-82cb-72a57f8761b7 | InvocationID=24915de8-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:20:16+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33817a40-5b37-11ed-82cb-72a57f8761b7 | InvocationID=33817c84-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:20:16+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33817a40-5b37-11ed-82cb-72a57f8761b7 | InvocationID=33817c84-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:20:16+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33817a40-5b37-11ed-82cb-72a57f8761b7 | InvocationID=33817c84-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:20:20+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26eecf6c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=26eed1ce-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:20:20+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b6c70c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=35b6c9a0-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:20:41+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33817a40-5b37-11ed-82cb-72a57f8761b7 | InvocationID=33817c84-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:20:41+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426f11d4-5b37-11ed-82cb-72a57f8761b7 | InvocationID=426f1382-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:20:41+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426f11d4-5b37-11ed-82cb-72a57f8761b7 | InvocationID=426f1382-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:20:41+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=426f11d4-5b37-11ed-82cb-72a57f8761b7 | InvocationID=426f1382-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:20:44+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35b6c70c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=35b6c9a0-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:20:44+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=447f05d8-5b37-11ed-82cb-72a57f8761b7 | InvocationID=447f079a-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:21:06+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=426f11d4-5b37-11ed-82cb-72a57f8761b7 | InvocationID=426f1382-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:21:06+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=515d5304-5b37-11ed-82cb-72a57f8761b7 | InvocationID=515d54b2-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:21:06+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=515d5304-5b37-11ed-82cb-72a57f8761b7 | InvocationID=515d54b2-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:21:06+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=515d5304-5b37-11ed-82cb-72a57f8761b7 | InvocationID=515d54b2-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:21:09+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=447f05d8-5b37-11ed-82cb-72a57f8761b7 | InvocationID=447f079a-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:21:09+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53437752-5b37-11ed-82cb-72a57f8761b7 | InvocationID=53437932-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:21:31+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=515d5304-5b37-11ed-82cb-72a57f8761b7 | InvocationID=515d54b2-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:21:31+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604d5d82-5b37-11ed-82cb-72a57f8761b7 | InvocationID=604d5fc6-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:21:31+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604d5d82-5b37-11ed-82cb-72a57f8761b7 | InvocationID=604d5fc6-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:21:31+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=604d5d82-5b37-11ed-82cb-72a57f8761b7 | InvocationID=604d5fc6-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:21:34+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53437752-5b37-11ed-82cb-72a57f8761b7 | InvocationID=53437932-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:21:34+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62076186-5b37-11ed-82cb-72a57f8761b7 | InvocationID=6207646a-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:21:56+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=604d5d82-5b37-11ed-82cb-72a57f8761b7 | InvocationID=604d5fc6-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:21:56+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3b0d76-5b37-11ed-82cb-72a57f8761b7 | InvocationID=6f3b0f56-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:21:56+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f3b0d76-5b37-11ed-82cb-72a57f8761b7 | InvocationID=6f3b0f56-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:21:56+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f3b0d76-5b37-11ed-82cb-72a57f8761b7 | InvocationID=6f3b0f56-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:21:59+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62076186-5b37-11ed-82cb-72a57f8761b7 | InvocationID=6207646a-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:21:59+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70cb1a28-5b37-11ed-82cb-72a57f8761b7 | InvocationID=70cb1c12-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:22:21+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f3b0d76-5b37-11ed-82cb-72a57f8761b7 | InvocationID=6f3b0f56-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:22:21+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e290608-5b37-11ed-82cb-72a57f8761b7 | InvocationID=7e2909b4-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:22:21+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e290608-5b37-11ed-82cb-72a57f8761b7 | InvocationID=7e2909b4-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:22:21+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e290608-5b37-11ed-82cb-72a57f8761b7 | InvocationID=7e2909b4-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:22:23+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70cb1a28-5b37-11ed-82cb-72a57f8761b7 | InvocationID=70cb1c12-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:22:23+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f914b5e-5b37-11ed-82cb-72a57f8761b7 | InvocationID=7f915266-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:22:46+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e290608-5b37-11ed-82cb-72a57f8761b7 | InvocationID=7e2909b4-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:22:46+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d1987c8-5b37-11ed-82cb-72a57f8761b7 | InvocationID=8d198976-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:22:46+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d1987c8-5b37-11ed-82cb-72a57f8761b7 | InvocationID=8d198976-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:22:46+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d1987c8-5b37-11ed-82cb-72a57f8761b7 | InvocationID=8d198976-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:22:48+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f914b5e-5b37-11ed-82cb-72a57f8761b7 | InvocationID=7f915266-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:22:48+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e56f3c8-5b37-11ed-82cb-72a57f8761b7 | InvocationID=8e56f602-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:23:11+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d1987c8-5b37-11ed-82cb-72a57f8761b7 | InvocationID=8d198976-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:23:11+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c093756-5b37-11ed-82cb-72a57f8761b7 | InvocationID=9c093990-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:23:11+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c093756-5b37-11ed-82cb-72a57f8761b7 | InvocationID=9c093990-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:23:11+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c093756-5b37-11ed-82cb-72a57f8761b7 | InvocationID=9c093990-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:23:13+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e56f3c8-5b37-11ed-82cb-72a57f8761b7 | InvocationID=8e56f602-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:23:13+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1c54ac-5b37-11ed-82cb-72a57f8761b7 | InvocationID=9d1c565a-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:23:36+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c093756-5b37-11ed-82cb-72a57f8761b7 | InvocationID=9c093990-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:23:36+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf70cde-5b37-11ed-82cb-72a57f8761b7 | InvocationID=aaf70eb4-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:23:36+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaf70cde-5b37-11ed-82cb-72a57f8761b7 | InvocationID=aaf70eb4-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:23:36+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaf70cde-5b37-11ed-82cb-72a57f8761b7 | InvocationID=aaf70eb4-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:23:38+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d1c54ac-5b37-11ed-82cb-72a57f8761b7 | InvocationID=9d1c565a-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:23:38+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe2a91e-5b37-11ed-82cb-72a57f8761b7 | InvocationID=abe2aaea-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:24:01+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaf70cde-5b37-11ed-82cb-72a57f8761b7 | InvocationID=aaf70eb4-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:24:01+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e6aa56-5b37-11ed-82cb-72a57f8761b7 | InvocationID=b9e6af92-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:24:01+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e6aa56-5b37-11ed-82cb-72a57f8761b7 | InvocationID=b9e6af92-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:24:01+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9e6aa56-5b37-11ed-82cb-72a57f8761b7 | InvocationID=b9e6af92-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:24:03+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abe2a91e-5b37-11ed-82cb-72a57f8761b7 | InvocationID=abe2aaea-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:24:03+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa8d4e6-5b37-11ed-82cb-72a57f8761b7 | InvocationID=baa8d694-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:24:26+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9e6aa56-5b37-11ed-82cb-72a57f8761b7 | InvocationID=b9e6af92-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:24:26+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8d4a8ba-5b37-11ed-82cb-72a57f8761b7 | InvocationID=c8d4ab30-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:24:26+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8d4a8ba-5b37-11ed-82cb-72a57f8761b7 | InvocationID=c8d4ab30-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:24:26+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8d4a8ba-5b37-11ed-82cb-72a57f8761b7 | InvocationID=c8d4ab30-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:24:27+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baa8d4e6-5b37-11ed-82cb-72a57f8761b7 | InvocationID=baa8d694-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:24:27+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c96ca944-5b37-11ed-82cb-72a57f8761b7 | InvocationID=c96cace6-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:24:51+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8d4a8ba-5b37-11ed-82cb-72a57f8761b7 | InvocationID=c8d4ab30-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:24:51+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7c2497c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=d7c24bca-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:24:52+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7c2497c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=d7c24bca-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:24:52+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7c2497c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=d7c24bca-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:24:52+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c96ca944-5b37-11ed-82cb-72a57f8761b7 | InvocationID=c96cace6-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:24:52+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8344c66-5b37-11ed-82cb-72a57f8761b7 | InvocationID=d83451fc-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:25:17+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7c2497c-5b37-11ed-82cb-72a57f8761b7 | InvocationID=d7c24bca-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:25:17+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b2bcd2-5b37-11ed-82cb-72a57f8761b7 | InvocationID=e6b2bea8-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:25:17+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b2bcd2-5b37-11ed-82cb-72a57f8761b7 | InvocationID=e6b2bea8-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:25:17+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6b2bcd2-5b37-11ed-82cb-72a57f8761b7 | InvocationID=e6b2bea8-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:25:17+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8344c66-5b37-11ed-82cb-72a57f8761b7 | InvocationID=d83451fc-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:25:17+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6f7861e-5b37-11ed-82cb-72a57f8761b7 | InvocationID=e6f788ee-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:25:42+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6b2bcd2-5b37-11ed-82cb-72a57f8761b7 | InvocationID=e6b2bea8-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:25:42+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5a2abd0-5b37-11ed-82cb-72a57f8761b7 | InvocationID=f5a2ad7e-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:25:42+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5a2abd0-5b37-11ed-82cb-72a57f8761b7 | InvocationID=f5a2ad7e-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:25:42+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5a2abd0-5b37-11ed-82cb-72a57f8761b7 | InvocationID=f5a2ad7e-5b37-11ed-82cb-72a57f8761b7 | 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-11-03T05:25:42+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6f7861e-5b37-11ed-82cb-72a57f8761b7 | InvocationID=e6f788ee-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:25:42+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5bd39dc-5b37-11ed-82cb-72a57f8761b7 | InvocationID=f5bd4274-5b37-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:26:07+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5bd39dc-5b37-11ed-82cb-72a57f8761b7 | InvocationID=f5bd4274-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:26:07+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0481717c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=04817334-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:26:07+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5a2abd0-5b37-11ed-82cb-72a57f8761b7 | InvocationID=f5a2ad7e-5b37-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:26:07+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04904166-5b38-11ed-82cb-72a57f8761b7 | InvocationID=049042ba-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:26:07+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04904166-5b38-11ed-82cb-72a57f8761b7 | InvocationID=049042ba-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:26:07+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04904166-5b38-11ed-82cb-72a57f8761b7 | InvocationID=049042ba-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:26:31+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0481717c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=04817334-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:26:31+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1345584a-5b38-11ed-82cb-72a57f8761b7 | InvocationID=13455a66-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:26:32+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04904166-5b38-11ed-82cb-72a57f8761b7 | InvocationID=049042ba-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:26:32+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=137df6dc-5b38-11ed-82cb-72a57f8761b7 | InvocationID=137df8a8-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:26:32+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=137df6dc-5b38-11ed-82cb-72a57f8761b7 | InvocationID=137df8a8-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:26:32+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=137df6dc-5b38-11ed-82cb-72a57f8761b7 | InvocationID=137df8a8-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:26:56+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1345584a-5b38-11ed-82cb-72a57f8761b7 | InvocationID=13455a66-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:26:56+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220a7d88-5b38-11ed-82cb-72a57f8761b7 | InvocationID=220a7f40-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:26:57+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=137df6dc-5b38-11ed-82cb-72a57f8761b7 | InvocationID=137df8a8-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:26:57+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226c585a-5b38-11ed-82cb-72a57f8761b7 | InvocationID=226c5a26-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:26:57+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226c585a-5b38-11ed-82cb-72a57f8761b7 | InvocationID=226c5a26-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:26:57+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=226c585a-5b38-11ed-82cb-72a57f8761b7 | InvocationID=226c5a26-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:27:21+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=220a7d88-5b38-11ed-82cb-72a57f8761b7 | InvocationID=220a7f40-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:27:21+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30cff80c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=30cff9e2-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:27:22+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=226c585a-5b38-11ed-82cb-72a57f8761b7 | InvocationID=226c5a26-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:27:22+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=315ddc08-5b38-11ed-82cb-72a57f8761b7 | InvocationID=315dddde-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:27:22+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=315ddc08-5b38-11ed-82cb-72a57f8761b7 | InvocationID=315dddde-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:27:22+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=315ddc08-5b38-11ed-82cb-72a57f8761b7 | InvocationID=315dddde-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:27:46+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30cff80c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=30cff9e2-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:27:46+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f96c442-5b38-11ed-82cb-72a57f8761b7 | InvocationID=3f96c5f0-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:27:47+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=315ddc08-5b38-11ed-82cb-72a57f8761b7 | InvocationID=315dddde-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:27:47+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=404b35e4-5b38-11ed-82cb-72a57f8761b7 | InvocationID=404b37b0-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:27:47+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=404b35e4-5b38-11ed-82cb-72a57f8761b7 | InvocationID=404b37b0-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:27:47+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=404b35e4-5b38-11ed-82cb-72a57f8761b7 | InvocationID=404b37b0-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:28:10+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f96c442-5b38-11ed-82cb-72a57f8761b7 | InvocationID=3f96c5f0-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:28:10+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e5c6d06-5b38-11ed-82cb-72a57f8761b7 | InvocationID=4e5c783c-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:28:12+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=404b35e4-5b38-11ed-82cb-72a57f8761b7 | InvocationID=404b37b0-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:28:12+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f384060-5b38-11ed-82cb-72a57f8761b7 | InvocationID=4f384218-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:28:12+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f384060-5b38-11ed-82cb-72a57f8761b7 | InvocationID=4f384218-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:28:12+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f384060-5b38-11ed-82cb-72a57f8761b7 | InvocationID=4f384218-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:28:35+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e5c6d06-5b38-11ed-82cb-72a57f8761b7 | InvocationID=4e5c783c-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:28:35+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d22e75c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=5d22e91e-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:28:37+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f384060-5b38-11ed-82cb-72a57f8761b7 | InvocationID=4f384218-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:28:37+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e2598b6-5b38-11ed-82cb-72a57f8761b7 | InvocationID=5e259f46-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:28:37+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e2598b6-5b38-11ed-82cb-72a57f8761b7 | InvocationID=5e259f46-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:28:37+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e2598b6-5b38-11ed-82cb-72a57f8761b7 | InvocationID=5e259f46-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:29:00+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d22e75c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=5d22e91e-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:29:00+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bf77874-5b38-11ed-82cb-72a57f8761b7 | InvocationID=6bf77aa4-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:29:02+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e2598b6-5b38-11ed-82cb-72a57f8761b7 | InvocationID=5e259f46-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:29:02+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d12f6a2-5b38-11ed-82cb-72a57f8761b7 | InvocationID=6d12f9b8-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:29:02+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d12f6a2-5b38-11ed-82cb-72a57f8761b7 | InvocationID=6d12f9b8-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:29:02+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d12f6a2-5b38-11ed-82cb-72a57f8761b7 | InvocationID=6d12f9b8-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:29:25+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bf77874-5b38-11ed-82cb-72a57f8761b7 | InvocationID=6bf77aa4-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:29:25+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7abcfc26-5b38-11ed-82cb-72a57f8761b7 | InvocationID=7abcfe7e-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:29:27+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d12f6a2-5b38-11ed-82cb-72a57f8761b7 | InvocationID=6d12f9b8-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:29:27+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c005484-5b38-11ed-82cb-72a57f8761b7 | InvocationID=7c0056d2-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:29:27+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c005484-5b38-11ed-82cb-72a57f8761b7 | InvocationID=7c0056d2-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:29:27+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c005484-5b38-11ed-82cb-72a57f8761b7 | InvocationID=7c0056d2-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:29:50+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7abcfc26-5b38-11ed-82cb-72a57f8761b7 | InvocationID=7abcfe7e-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:29:50+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=897fdd5a-5b38-11ed-82cb-72a57f8761b7 | InvocationID=897fdfda-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:29:52+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c005484-5b38-11ed-82cb-72a57f8761b7 | InvocationID=7c0056d2-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:29:52+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aed8dea-5b38-11ed-82cb-72a57f8761b7 | InvocationID=8aed90c4-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:29:52+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aed8dea-5b38-11ed-82cb-72a57f8761b7 | InvocationID=8aed90c4-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:29:52+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aed8dea-5b38-11ed-82cb-72a57f8761b7 | InvocationID=8aed90c4-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:30:14+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=897fdd5a-5b38-11ed-82cb-72a57f8761b7 | InvocationID=897fdfda-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:30:14+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98438170-5b38-11ed-82cb-72a57f8761b7 | InvocationID=98438454-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:30:17+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aed8dea-5b38-11ed-82cb-72a57f8761b7 | InvocationID=8aed90c4-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:30:17+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99dabc9c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=99dabe72-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:30:17+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99dabc9c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=99dabe72-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:30:17+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99dabc9c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=99dabe72-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:30:39+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98438170-5b38-11ed-82cb-72a57f8761b7 | InvocationID=98438454-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:30:39+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a706a8ea-5b38-11ed-82cb-72a57f8761b7 | InvocationID=a706abe2-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:30:42+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99dabc9c-5b38-11ed-82cb-72a57f8761b7 | InvocationID=99dabe72-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:30:42+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c828ac-5b38-11ed-82cb-72a57f8761b7 | InvocationID=a8c82c76-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:30:42+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c828ac-5b38-11ed-82cb-72a57f8761b7 | InvocationID=a8c82c76-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:30:42+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8c828ac-5b38-11ed-82cb-72a57f8761b7 | InvocationID=a8c82c76-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:31:04+0000 | aai_event_thread | 139652912696096 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a706a8ea-5b38-11ed-82cb-72a57f8761b7 | InvocationID=a706abe2-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF AAI events.[0m 2022-11-03T05:31:04+0000 | aai_event_thread | 139652912696096 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5cb99ee-5b38-11ed-82cb-72a57f8761b7 | InvocationID=b5cba718-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-03T05:31:07+0000 | policy_event_thread | 139652913756960 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8c828ac-5b38-11ed-82cb-72a57f8761b7 | InvocationID=a8c82c76-5b38-11ed-82cb-72a57f8761b7 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-03T05:31:07+0000 | policy_event_thread | 139652913756960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7b60690-5b38-11ed-82cb-72a57f8761b7 | InvocationID=b7b6083e-5b38-11ed-82cb-72a57f8761b7 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-03T05:31:07+0000 | policy_event_thread | 139652913756960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7b60690-5b38-11ed-82cb-72a57f8761b7 | InvocationID=b7b6083e-5b38-11ed-82cb-72a57f8761b7 | 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-11-03T05:31:07+0000 | policy_event_thread | 139652913756960 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7b60690-5b38-11ed-82cb-72a57f8761b7 | InvocationID=b7b6083e-5b38-11ed-82cb-72a57f8761b7 | 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