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-10-24T04:58:15+0000 | MainThread | 139867712351560 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-10-24T04:58:15+0000 | MainThread | 139867712351560 | 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-10-24T04:58:15+0000 | MainThread | 139867712351560 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-10-24T04:58:15+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T04:58:15+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=783f8000-5358-11ed-9371-82c058f50771 | InvocationID=783f82bc-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T04:58:15+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-10-24T04:58:15+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7845db30-5358-11ed-9371-82c058f50771 | InvocationID=7845dcde-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T04:58:16+0000 | MainThread | 139867712351560 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-10-24T04:58:16+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=783f8000-5358-11ed-9371-82c058f50771 | InvocationID=783f82bc-5358-11ed-9371-82c058f50771 | 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-10-24T04:58:16+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=783f8000-5358-11ed-9371-82c058f50771 | InvocationID=783f82bc-5358-11ed-9371-82c058f50771 | 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-10-24T04:58:16+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7845db30-5358-11ed-9371-82c058f50771 | InvocationID=7845dcde-5358-11ed-9371-82c058f50771 | 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-10-24T04:58:16+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7845db30-5358-11ed-9371-82c058f50771 | InvocationID=7845dcde-5358-11ed-9371-82c058f50771 | 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-10-24T04:58:36+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7845db30-5358-11ed-9371-82c058f50771 | InvocationID=7845dcde-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T04:58:36+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84dcf6da-5358-11ed-9371-82c058f50771 | InvocationID=84dcf8a6-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T04:58:38+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84dcf6da-5358-11ed-9371-82c058f50771 | InvocationID=84dcf8a6-5358-11ed-9371-82c058f50771 | 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-10-24T04:58:38+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84dcf6da-5358-11ed-9371-82c058f50771 | InvocationID=84dcf8a6-5358-11ed-9371-82c058f50771 | 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-10-24T04:58:41+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=783f8000-5358-11ed-9371-82c058f50771 | InvocationID=783f82bc-5358-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T04:58:41+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87d74a34-5358-11ed-9371-82c058f50771 | InvocationID=87d74ce6-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T04:58:43+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87d74a34-5358-11ed-9371-82c058f50771 | InvocationID=87d74ce6-5358-11ed-9371-82c058f50771 | 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-10-24T04:58:43+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87d74a34-5358-11ed-9371-82c058f50771 | InvocationID=87d74ce6-5358-11ed-9371-82c058f50771 | 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-10-24T04:58:58+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84dcf6da-5358-11ed-9371-82c058f50771 | InvocationID=84dcf8a6-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T04:58:58+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91683e0a-5358-11ed-9371-82c058f50771 | InvocationID=91683fc2-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T04:58:59+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91683e0a-5358-11ed-9371-82c058f50771 | InvocationID=91683fc2-5358-11ed-9371-82c058f50771 | 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-10-24T04:58:59+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91683e0a-5358-11ed-9371-82c058f50771 | InvocationID=91683fc2-5358-11ed-9371-82c058f50771 | 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-10-24T04:59:08+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87d74a34-5358-11ed-9371-82c058f50771 | InvocationID=87d74ce6-5358-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T04:59:08+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=975d87a2-5358-11ed-9371-82c058f50771 | InvocationID=975d8a22-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T04:59:09+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=975d87a2-5358-11ed-9371-82c058f50771 | InvocationID=975d8a22-5358-11ed-9371-82c058f50771 | 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-10-24T04:59:09+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=975d87a2-5358-11ed-9371-82c058f50771 | InvocationID=975d8a22-5358-11ed-9371-82c058f50771 | 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-10-24T04:59:19+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91683e0a-5358-11ed-9371-82c058f50771 | InvocationID=91683fc2-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T04:59:19+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9df5e6c2-5358-11ed-9371-82c058f50771 | InvocationID=9df5eb9a-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T04:59:20+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9df5e6c2-5358-11ed-9371-82c058f50771 | InvocationID=9df5eb9a-5358-11ed-9371-82c058f50771 | 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-10-24T04:59:20+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9df5e6c2-5358-11ed-9371-82c058f50771 | InvocationID=9df5eb9a-5358-11ed-9371-82c058f50771 | 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-10-24T04:59:34+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=975d87a2-5358-11ed-9371-82c058f50771 | InvocationID=975d8a22-5358-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T04:59:34+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e9d086-5358-11ed-9371-82c058f50771 | InvocationID=a6e9d298-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T04:59:35+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6e9d086-5358-11ed-9371-82c058f50771 | InvocationID=a6e9d298-5358-11ed-9371-82c058f50771 | 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-10-24T04:59:35+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6e9d086-5358-11ed-9371-82c058f50771 | InvocationID=a6e9d298-5358-11ed-9371-82c058f50771 | 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-10-24T04:59:40+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9df5e6c2-5358-11ed-9371-82c058f50771 | InvocationID=9df5eb9a-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T04:59:40+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa8286ac-5358-11ed-9371-82c058f50771 | InvocationID=aa8298c2-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T04:59:41+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa8286ac-5358-11ed-9371-82c058f50771 | InvocationID=aa8298c2-5358-11ed-9371-82c058f50771 | 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-10-24T04:59:41+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa8286ac-5358-11ed-9371-82c058f50771 | InvocationID=aa8298c2-5358-11ed-9371-82c058f50771 | 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-10-24T05:00:00+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6e9d086-5358-11ed-9371-82c058f50771 | InvocationID=a6e9d298-5358-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:00:00+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b66fe39c-5358-11ed-9371-82c058f50771 | InvocationID=b66fe73e-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:00:00+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b66fe39c-5358-11ed-9371-82c058f50771 | InvocationID=b66fe73e-5358-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:00:00+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b66fe39c-5358-11ed-9371-82c058f50771 | InvocationID=b66fe73e-5358-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:00:01+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa8286ac-5358-11ed-9371-82c058f50771 | InvocationID=aa8298c2-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:00:01+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b70f0d14-5358-11ed-9371-82c058f50771 | InvocationID=b70f15a2-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:00:01+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b70f0d14-5358-11ed-9371-82c058f50771 | InvocationID=b70f15a2-5358-11ed-9371-82c058f50771 | 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-10-24T05:00:01+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b70f0d14-5358-11ed-9371-82c058f50771 | InvocationID=b70f15a2-5358-11ed-9371-82c058f50771 | 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-10-24T05:00:21+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b70f0d14-5358-11ed-9371-82c058f50771 | InvocationID=b70f15a2-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:00:21+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c309e0c6-5358-11ed-9371-82c058f50771 | InvocationID=c309e314-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:00:21+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c309e0c6-5358-11ed-9371-82c058f50771 | InvocationID=c309e314-5358-11ed-9371-82c058f50771 | 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-10-24T05:00:21+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c309e0c6-5358-11ed-9371-82c058f50771 | InvocationID=c309e314-5358-11ed-9371-82c058f50771 | 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-10-24T05:00:25+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b66fe39c-5358-11ed-9371-82c058f50771 | InvocationID=b66fe73e-5358-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:00:25+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57cac76-5358-11ed-9371-82c058f50771 | InvocationID=c57cb0d6-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:00:25+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57cac76-5358-11ed-9371-82c058f50771 | InvocationID=c57cb0d6-5358-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:00:25+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57cac76-5358-11ed-9371-82c058f50771 | InvocationID=c57cb0d6-5358-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:00:41+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c309e0c6-5358-11ed-9371-82c058f50771 | InvocationID=c309e314-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:00:41+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cefe61e0-5358-11ed-9371-82c058f50771 | InvocationID=cefe642e-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:00:41+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cefe61e0-5358-11ed-9371-82c058f50771 | InvocationID=cefe642e-5358-11ed-9371-82c058f50771 | 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-10-24T05:00:41+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cefe61e0-5358-11ed-9371-82c058f50771 | InvocationID=cefe642e-5358-11ed-9371-82c058f50771 | 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-10-24T05:00:50+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57cac76-5358-11ed-9371-82c058f50771 | InvocationID=c57cb0d6-5358-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:00:50+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d46e17f6-5358-11ed-9371-82c058f50771 | InvocationID=d46e1a08-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:00:50+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d46e17f6-5358-11ed-9371-82c058f50771 | InvocationID=d46e1a08-5358-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:00:50+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d46e17f6-5358-11ed-9371-82c058f50771 | InvocationID=d46e1a08-5358-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:01:01+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cefe61e0-5358-11ed-9371-82c058f50771 | InvocationID=cefe642e-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:01:01+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf49b40-5358-11ed-9371-82c058f50771 | InvocationID=daf49d2a-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:01:01+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf49b40-5358-11ed-9371-82c058f50771 | InvocationID=daf49d2a-5358-11ed-9371-82c058f50771 | 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-10-24T05:01:01+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daf49b40-5358-11ed-9371-82c058f50771 | InvocationID=daf49d2a-5358-11ed-9371-82c058f50771 | 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-10-24T05:01:15+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d46e17f6-5358-11ed-9371-82c058f50771 | InvocationID=d46e1a08-5358-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:01:15+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e35d9e08-5358-11ed-9371-82c058f50771 | InvocationID=e35da056-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:01:15+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e35d9e08-5358-11ed-9371-82c058f50771 | InvocationID=e35da056-5358-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:01:15+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e35d9e08-5358-11ed-9371-82c058f50771 | InvocationID=e35da056-5358-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:01:21+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daf49b40-5358-11ed-9371-82c058f50771 | InvocationID=daf49d2a-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:01:21+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6e8d8f8-5358-11ed-9371-82c058f50771 | InvocationID=e6e8daba-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:01:21+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6e8d8f8-5358-11ed-9371-82c058f50771 | InvocationID=e6e8daba-5358-11ed-9371-82c058f50771 | 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-10-24T05:01:21+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6e8d8f8-5358-11ed-9371-82c058f50771 | InvocationID=e6e8daba-5358-11ed-9371-82c058f50771 | 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-10-24T05:01:40+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e35d9e08-5358-11ed-9371-82c058f50771 | InvocationID=e35da056-5358-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:01:40+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f24f3b06-5358-11ed-9371-82c058f50771 | InvocationID=f24f3ec6-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:01:40+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f24f3b06-5358-11ed-9371-82c058f50771 | InvocationID=f24f3ec6-5358-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:01:40+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f24f3b06-5358-11ed-9371-82c058f50771 | InvocationID=f24f3ec6-5358-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:01:41+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6e8d8f8-5358-11ed-9371-82c058f50771 | InvocationID=e6e8daba-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:01:41+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2dc2430-5358-11ed-9371-82c058f50771 | InvocationID=f2dc26d8-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:01:41+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2dc2430-5358-11ed-9371-82c058f50771 | InvocationID=f2dc26d8-5358-11ed-9371-82c058f50771 | 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-10-24T05:01:41+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2dc2430-5358-11ed-9371-82c058f50771 | InvocationID=f2dc26d8-5358-11ed-9371-82c058f50771 | 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-10-24T05:02:01+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2dc2430-5358-11ed-9371-82c058f50771 | InvocationID=f2dc26d8-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:02:01+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fecf3b06-5358-11ed-9371-82c058f50771 | InvocationID=fecf3d22-5358-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:02:01+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fecf3b06-5358-11ed-9371-82c058f50771 | InvocationID=fecf3d22-5358-11ed-9371-82c058f50771 | 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-10-24T05:02:01+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fecf3b06-5358-11ed-9371-82c058f50771 | InvocationID=fecf3d22-5358-11ed-9371-82c058f50771 | 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-10-24T05:02:05+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f24f3b06-5358-11ed-9371-82c058f50771 | InvocationID=f24f3ec6-5358-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:02:05+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=013d8906-5359-11ed-9371-82c058f50771 | InvocationID=013d8b36-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:02:05+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=013d8906-5359-11ed-9371-82c058f50771 | InvocationID=013d8b36-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:02:05+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=013d8906-5359-11ed-9371-82c058f50771 | InvocationID=013d8b36-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:02:21+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fecf3b06-5358-11ed-9371-82c058f50771 | InvocationID=fecf3d22-5358-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:02:21+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac579c0-5359-11ed-9371-82c058f50771 | InvocationID=0ac57be6-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:02:21+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac579c0-5359-11ed-9371-82c058f50771 | InvocationID=0ac57be6-5359-11ed-9371-82c058f50771 | 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-10-24T05:02:21+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ac579c0-5359-11ed-9371-82c058f50771 | InvocationID=0ac57be6-5359-11ed-9371-82c058f50771 | 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-10-24T05:02:30+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=013d8906-5359-11ed-9371-82c058f50771 | InvocationID=013d8b36-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:02:30+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102c285a-5359-11ed-9371-82c058f50771 | InvocationID=102c2a94-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:02:30+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=102c285a-5359-11ed-9371-82c058f50771 | InvocationID=102c2a94-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:02:30+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102c285a-5359-11ed-9371-82c058f50771 | InvocationID=102c2a94-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:02:41+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ac579c0-5359-11ed-9371-82c058f50771 | InvocationID=0ac57be6-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:02:41+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b8ffc2-5359-11ed-9371-82c058f50771 | InvocationID=16b90288-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:02:41+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b8ffc2-5359-11ed-9371-82c058f50771 | InvocationID=16b90288-5359-11ed-9371-82c058f50771 | 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-10-24T05:02:41+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16b8ffc2-5359-11ed-9371-82c058f50771 | InvocationID=16b90288-5359-11ed-9371-82c058f50771 | 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-10-24T05:02:55+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=102c285a-5359-11ed-9371-82c058f50771 | InvocationID=102c2a94-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:02:55+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1c4b10-5359-11ed-9371-82c058f50771 | InvocationID=1f1c4d22-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:02:55+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f1c4b10-5359-11ed-9371-82c058f50771 | InvocationID=1f1c4d22-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:02:55+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1c4b10-5359-11ed-9371-82c058f50771 | InvocationID=1f1c4d22-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:03:01+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16b8ffc2-5359-11ed-9371-82c058f50771 | InvocationID=16b90288-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:03:01+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22ae046c-5359-11ed-9371-82c058f50771 | InvocationID=22ae0822-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:03:01+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22ae046c-5359-11ed-9371-82c058f50771 | InvocationID=22ae0822-5359-11ed-9371-82c058f50771 | 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-10-24T05:03:01+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22ae046c-5359-11ed-9371-82c058f50771 | InvocationID=22ae0822-5359-11ed-9371-82c058f50771 | 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-10-24T05:03:20+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f1c4b10-5359-11ed-9371-82c058f50771 | InvocationID=1f1c4d22-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:03:20+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0bb4b2-5359-11ed-9371-82c058f50771 | InvocationID=2e0bb6ce-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:03:20+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0bb4b2-5359-11ed-9371-82c058f50771 | InvocationID=2e0bb6ce-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:03:20+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e0bb4b2-5359-11ed-9371-82c058f50771 | InvocationID=2e0bb6ce-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:03:21+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22ae046c-5359-11ed-9371-82c058f50771 | InvocationID=22ae0822-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:03:21+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ea3e502-5359-11ed-9371-82c058f50771 | InvocationID=2ea3e6ce-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:03:21+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ea3e502-5359-11ed-9371-82c058f50771 | InvocationID=2ea3e6ce-5359-11ed-9371-82c058f50771 | 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-10-24T05:03:21+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ea3e502-5359-11ed-9371-82c058f50771 | InvocationID=2ea3e6ce-5359-11ed-9371-82c058f50771 | 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-10-24T05:03:41+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ea3e502-5359-11ed-9371-82c058f50771 | InvocationID=2ea3e6ce-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:03:41+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a991364-5359-11ed-9371-82c058f50771 | InvocationID=3a991526-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:03:41+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a991364-5359-11ed-9371-82c058f50771 | InvocationID=3a991526-5359-11ed-9371-82c058f50771 | 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-10-24T05:03:41+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a991364-5359-11ed-9371-82c058f50771 | InvocationID=3a991526-5359-11ed-9371-82c058f50771 | 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-10-24T05:03:45+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e0bb4b2-5359-11ed-9371-82c058f50771 | InvocationID=2e0bb6ce-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:03:45+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf9f0ce-5359-11ed-9371-82c058f50771 | InvocationID=3cf9f33a-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:03:45+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf9f0ce-5359-11ed-9371-82c058f50771 | InvocationID=3cf9f33a-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:03:45+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cf9f0ce-5359-11ed-9371-82c058f50771 | InvocationID=3cf9f33a-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:04:01+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a991364-5359-11ed-9371-82c058f50771 | InvocationID=3a991526-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:04:01+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=468d68a0-5359-11ed-9371-82c058f50771 | InvocationID=468d6a76-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:04:02+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=468d68a0-5359-11ed-9371-82c058f50771 | InvocationID=468d6a76-5359-11ed-9371-82c058f50771 | 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-10-24T05:04:02+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=468d68a0-5359-11ed-9371-82c058f50771 | InvocationID=468d6a76-5359-11ed-9371-82c058f50771 | 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-10-24T05:04:10+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cf9f0ce-5359-11ed-9371-82c058f50771 | InvocationID=3cf9f33a-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:04:10+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4beb86a6-5359-11ed-9371-82c058f50771 | InvocationID=4beb891c-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:04:10+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4beb86a6-5359-11ed-9371-82c058f50771 | InvocationID=4beb891c-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:04:10+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4beb86a6-5359-11ed-9371-82c058f50771 | InvocationID=4beb891c-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:04:22+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=468d68a0-5359-11ed-9371-82c058f50771 | InvocationID=468d6a76-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:04:22+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5285e3c6-5359-11ed-9371-82c058f50771 | InvocationID=5285e588-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:04:22+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5285e3c6-5359-11ed-9371-82c058f50771 | InvocationID=5285e588-5359-11ed-9371-82c058f50771 | 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-10-24T05:04:22+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5285e3c6-5359-11ed-9371-82c058f50771 | InvocationID=5285e588-5359-11ed-9371-82c058f50771 | 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-10-24T05:04:35+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4beb86a6-5359-11ed-9371-82c058f50771 | InvocationID=4beb891c-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:04:35+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ada7686-5359-11ed-9371-82c058f50771 | InvocationID=5ada7906-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:04:36+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ada7686-5359-11ed-9371-82c058f50771 | InvocationID=5ada7906-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:04:36+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ada7686-5359-11ed-9371-82c058f50771 | InvocationID=5ada7906-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:04:42+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5285e3c6-5359-11ed-9371-82c058f50771 | InvocationID=5285e588-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:04:42+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e78ee9e-5359-11ed-9371-82c058f50771 | InvocationID=5e78f128-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:04:42+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e78ee9e-5359-11ed-9371-82c058f50771 | InvocationID=5e78f128-5359-11ed-9371-82c058f50771 | 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-10-24T05:04:42+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e78ee9e-5359-11ed-9371-82c058f50771 | InvocationID=5e78f128-5359-11ed-9371-82c058f50771 | 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-10-24T05:05:01+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ada7686-5359-11ed-9371-82c058f50771 | InvocationID=5ada7906-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:05:01+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69ca0b0c-5359-11ed-9371-82c058f50771 | InvocationID=69ca0cd8-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:05:01+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69ca0b0c-5359-11ed-9371-82c058f50771 | InvocationID=69ca0cd8-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:05:01+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69ca0b0c-5359-11ed-9371-82c058f50771 | InvocationID=69ca0cd8-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:05:02+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e78ee9e-5359-11ed-9371-82c058f50771 | InvocationID=5e78f128-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:05:02+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6c8f26-5359-11ed-9371-82c058f50771 | InvocationID=6a6c912e-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:05:02+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a6c8f26-5359-11ed-9371-82c058f50771 | InvocationID=6a6c912e-5359-11ed-9371-82c058f50771 | 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-10-24T05:05:02+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a6c8f26-5359-11ed-9371-82c058f50771 | InvocationID=6a6c912e-5359-11ed-9371-82c058f50771 | 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-10-24T05:05:22+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a6c8f26-5359-11ed-9371-82c058f50771 | InvocationID=6a6c912e-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:05:22+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=765f6538-5359-11ed-9371-82c058f50771 | InvocationID=765f67e0-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:05:22+0000 | aai_event_thread | 139867661613856 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=765f6538-5359-11ed-9371-82c058f50771 | InvocationID=765f67e0-5359-11ed-9371-82c058f50771 | 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-10-24T05:05:22+0000 | aai_event_thread | 139867661613856 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=765f6538-5359-11ed-9371-82c058f50771 | InvocationID=765f67e0-5359-11ed-9371-82c058f50771 | 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-10-24T05:05:26+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69ca0b0c-5359-11ed-9371-82c058f50771 | InvocationID=69ca0cd8-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:05:26+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78b889fe-5359-11ed-9371-82c058f50771 | InvocationID=78b88c88-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:05:26+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78b889fe-5359-11ed-9371-82c058f50771 | InvocationID=78b88c88-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:05:26+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78b889fe-5359-11ed-9371-82c058f50771 | InvocationID=78b88c88-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:05:42+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=765f6538-5359-11ed-9371-82c058f50771 | InvocationID=765f67e0-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:05:42+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8252c90c-5359-11ed-9371-82c058f50771 | InvocationID=8252cace-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:05:51+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78b889fe-5359-11ed-9371-82c058f50771 | InvocationID=78b88c88-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:05:51+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a64014-5359-11ed-9371-82c058f50771 | InvocationID=87a64208-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:05:51+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87a64014-5359-11ed-9371-82c058f50771 | InvocationID=87a64208-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:05:51+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87a64014-5359-11ed-9371-82c058f50771 | InvocationID=87a64208-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:06:06+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8252c90c-5359-11ed-9371-82c058f50771 | InvocationID=8252cace-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:06:06+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90bbd074-5359-11ed-9371-82c058f50771 | InvocationID=90bbd592-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:06:16+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87a64014-5359-11ed-9371-82c058f50771 | InvocationID=87a64208-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:06:16+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9694b128-5359-11ed-9371-82c058f50771 | InvocationID=9694b452-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:06:16+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9694b128-5359-11ed-9371-82c058f50771 | InvocationID=9694b452-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:06:16+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9694b128-5359-11ed-9371-82c058f50771 | InvocationID=9694b452-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:06:26+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90bbd074-5359-11ed-9371-82c058f50771 | InvocationID=90bbd592-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:06:26+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cb4d01a-5359-11ed-9371-82c058f50771 | InvocationID=9cb4d344-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:06:41+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9694b128-5359-11ed-9371-82c058f50771 | InvocationID=9694b452-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:06:41+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5829f60-5359-11ed-9371-82c058f50771 | InvocationID=a582a140-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:06:41+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5829f60-5359-11ed-9371-82c058f50771 | InvocationID=a582a140-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:06:41+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5829f60-5359-11ed-9371-82c058f50771 | InvocationID=a582a140-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:06:46+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cb4d01a-5359-11ed-9371-82c058f50771 | InvocationID=9cb4d344-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:06:46+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8aca1cc-5359-11ed-9371-82c058f50771 | InvocationID=a8aca3ac-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:07:06+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5829f60-5359-11ed-9371-82c058f50771 | InvocationID=a582a140-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:07:06+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4707af6-5359-11ed-9371-82c058f50771 | InvocationID=b4707d76-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:07:06+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4707af6-5359-11ed-9371-82c058f50771 | InvocationID=b4707d76-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:07:06+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4707af6-5359-11ed-9371-82c058f50771 | InvocationID=b4707d76-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:07:06+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8aca1cc-5359-11ed-9371-82c058f50771 | InvocationID=a8aca3ac-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:07:06+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4b5656c-5359-11ed-9371-82c058f50771 | InvocationID=b4b56788-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:07:27+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4b5656c-5359-11ed-9371-82c058f50771 | InvocationID=b4b56788-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:07:27+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1013f58-5359-11ed-9371-82c058f50771 | InvocationID=c101423c-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:07:31+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4707af6-5359-11ed-9371-82c058f50771 | InvocationID=b4707d76-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:07:31+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3621dee-5359-11ed-9371-82c058f50771 | InvocationID=c36220b4-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:07:31+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3621dee-5359-11ed-9371-82c058f50771 | InvocationID=c36220b4-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:07:31+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3621dee-5359-11ed-9371-82c058f50771 | InvocationID=c36220b4-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:07:52+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1013f58-5359-11ed-9371-82c058f50771 | InvocationID=c101423c-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:07:52+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfc548f4-5359-11ed-9371-82c058f50771 | InvocationID=cfc54ac0-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:07:56+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3621dee-5359-11ed-9371-82c058f50771 | InvocationID=c36220b4-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:07:56+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24fc8a6-5359-11ed-9371-82c058f50771 | InvocationID=d24fd256-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:07:56+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24fc8a6-5359-11ed-9371-82c058f50771 | InvocationID=d24fd256-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:07:56+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24fc8a6-5359-11ed-9371-82c058f50771 | InvocationID=d24fd256-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:08:16+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfc548f4-5359-11ed-9371-82c058f50771 | InvocationID=cfc54ac0-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:08:16+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de8a5e56-5359-11ed-9371-82c058f50771 | InvocationID=de8a60cc-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:08:21+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24fc8a6-5359-11ed-9371-82c058f50771 | InvocationID=d24fd256-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:08:21+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13e77ae-5359-11ed-9371-82c058f50771 | InvocationID=e13e7dd0-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:08:21+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13e77ae-5359-11ed-9371-82c058f50771 | InvocationID=e13e7dd0-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:08:21+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13e77ae-5359-11ed-9371-82c058f50771 | InvocationID=e13e7dd0-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:08:41+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de8a5e56-5359-11ed-9371-82c058f50771 | InvocationID=de8a60cc-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:08:41+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed525e66-5359-11ed-9371-82c058f50771 | InvocationID=ed526028-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:08:46+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13e77ae-5359-11ed-9371-82c058f50771 | InvocationID=e13e7dd0-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:08:46+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02d92b8-5359-11ed-9371-82c058f50771 | InvocationID=f02d9470-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:08:46+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02d92b8-5359-11ed-9371-82c058f50771 | InvocationID=f02d9470-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:08:46+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f02d92b8-5359-11ed-9371-82c058f50771 | InvocationID=f02d9470-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:09:06+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed525e66-5359-11ed-9371-82c058f50771 | InvocationID=ed526028-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:09:06+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1b9a7a-5359-11ed-9371-82c058f50771 | InvocationID=fc1b9e1c-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:09:11+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f02d92b8-5359-11ed-9371-82c058f50771 | InvocationID=f02d9470-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:09:11+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1d306c-5359-11ed-9371-82c058f50771 | InvocationID=ff1d3256-5359-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:09:11+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1d306c-5359-11ed-9371-82c058f50771 | InvocationID=ff1d3256-5359-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:09:11+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff1d306c-5359-11ed-9371-82c058f50771 | InvocationID=ff1d3256-5359-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:09:31+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc1b9a7a-5359-11ed-9371-82c058f50771 | InvocationID=fc1b9e1c-5359-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:09:31+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0adfb5fa-535a-11ed-9371-82c058f50771 | InvocationID=0adfb852-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:09:36+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff1d306c-5359-11ed-9371-82c058f50771 | InvocationID=ff1d3256-5359-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:09:36+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e0b99ba-535a-11ed-9371-82c058f50771 | InvocationID=0e0b9b86-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:09:36+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e0b99ba-535a-11ed-9371-82c058f50771 | InvocationID=0e0b9b86-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:09:36+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e0b99ba-535a-11ed-9371-82c058f50771 | InvocationID=0e0b9b86-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:09:56+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0adfb5fa-535a-11ed-9371-82c058f50771 | InvocationID=0adfb852-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:09:56+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a38ddc-535a-11ed-9371-82c058f50771 | InvocationID=19a38f94-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:10:01+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e0b99ba-535a-11ed-9371-82c058f50771 | InvocationID=0e0b9b86-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:10:01+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf936d0-535a-11ed-9371-82c058f50771 | InvocationID=1cf9391e-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:10:01+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf936d0-535a-11ed-9371-82c058f50771 | InvocationID=1cf9391e-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:10:01+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cf936d0-535a-11ed-9371-82c058f50771 | InvocationID=1cf9391e-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:10:20+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19a38ddc-535a-11ed-9371-82c058f50771 | InvocationID=19a38f94-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:10:20+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=286a4356-535a-11ed-9371-82c058f50771 | InvocationID=286a452c-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:10:26+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cf936d0-535a-11ed-9371-82c058f50771 | InvocationID=1cf9391e-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:10:26+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bebb686-535a-11ed-9371-82c058f50771 | InvocationID=2bebb8fc-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:10:26+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bebb686-535a-11ed-9371-82c058f50771 | InvocationID=2bebb8fc-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:10:26+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bebb686-535a-11ed-9371-82c058f50771 | InvocationID=2bebb8fc-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:10:45+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=286a4356-535a-11ed-9371-82c058f50771 | InvocationID=286a452c-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:10:45+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=372f1420-535a-11ed-9371-82c058f50771 | InvocationID=372f15ec-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:10:51+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bebb686-535a-11ed-9371-82c058f50771 | InvocationID=2bebb8fc-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:10:51+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ada37b2-535a-11ed-9371-82c058f50771 | InvocationID=3ada3b18-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:10:51+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ada37b2-535a-11ed-9371-82c058f50771 | InvocationID=3ada3b18-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:10:51+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ada37b2-535a-11ed-9371-82c058f50771 | InvocationID=3ada3b18-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:11:10+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=372f1420-535a-11ed-9371-82c058f50771 | InvocationID=372f15ec-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:11:10+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45f25f62-535a-11ed-9371-82c058f50771 | InvocationID=45f261c4-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:11:16+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ada37b2-535a-11ed-9371-82c058f50771 | InvocationID=3ada3b18-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:11:16+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49c80ef2-535a-11ed-9371-82c058f50771 | InvocationID=49c810aa-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:11:16+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49c80ef2-535a-11ed-9371-82c058f50771 | InvocationID=49c810aa-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:11:16+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49c80ef2-535a-11ed-9371-82c058f50771 | InvocationID=49c810aa-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:11:35+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45f25f62-535a-11ed-9371-82c058f50771 | InvocationID=45f261c4-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:11:35+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54b7b1a0-535a-11ed-9371-82c058f50771 | InvocationID=54b7b466-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:11:41+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49c80ef2-535a-11ed-9371-82c058f50771 | InvocationID=49c810aa-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:11:41+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b5ef1a-535a-11ed-9371-82c058f50771 | InvocationID=58b5f1d6-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:11:41+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b5ef1a-535a-11ed-9371-82c058f50771 | InvocationID=58b5f1d6-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:11:41+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58b5ef1a-535a-11ed-9371-82c058f50771 | InvocationID=58b5f1d6-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:11:59+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54b7b1a0-535a-11ed-9371-82c058f50771 | InvocationID=54b7b466-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:11:59+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637c73d8-535a-11ed-9371-82c058f50771 | InvocationID=637c761c-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:12:06+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58b5ef1a-535a-11ed-9371-82c058f50771 | InvocationID=58b5f1d6-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:12:06+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67aa5e52-535a-11ed-9371-82c058f50771 | InvocationID=67aa601e-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:12:07+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67aa5e52-535a-11ed-9371-82c058f50771 | InvocationID=67aa601e-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:12:07+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67aa5e52-535a-11ed-9371-82c058f50771 | InvocationID=67aa601e-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:12:24+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=637c73d8-535a-11ed-9371-82c058f50771 | InvocationID=637c761c-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:12:24+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72420f5e-535a-11ed-9371-82c058f50771 | InvocationID=7242122e-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:12:32+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67aa5e52-535a-11ed-9371-82c058f50771 | InvocationID=67aa601e-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:12:32+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76987cb4-535a-11ed-9371-82c058f50771 | InvocationID=76987ef8-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:12:32+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76987cb4-535a-11ed-9371-82c058f50771 | InvocationID=76987ef8-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:12:32+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76987cb4-535a-11ed-9371-82c058f50771 | InvocationID=76987ef8-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:12:49+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72420f5e-535a-11ed-9371-82c058f50771 | InvocationID=7242122e-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:12:49+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81099c28-535a-11ed-9371-82c058f50771 | InvocationID=81099f3e-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:12:57+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76987cb4-535a-11ed-9371-82c058f50771 | InvocationID=76987ef8-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:12:57+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=858655ca-535a-11ed-9371-82c058f50771 | InvocationID=8586584a-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:12:57+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=858655ca-535a-11ed-9371-82c058f50771 | InvocationID=8586584a-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:12:57+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=858655ca-535a-11ed-9371-82c058f50771 | InvocationID=8586584a-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:13:14+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81099c28-535a-11ed-9371-82c058f50771 | InvocationID=81099f3e-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:13:14+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fceac44-535a-11ed-9371-82c058f50771 | InvocationID=8fceb374-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:13:22+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=858655ca-535a-11ed-9371-82c058f50771 | InvocationID=8586584a-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:13:22+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9475ed3e-535a-11ed-9371-82c058f50771 | InvocationID=9475ef00-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:13:22+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9475ed3e-535a-11ed-9371-82c058f50771 | InvocationID=9475ef00-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:13:22+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9475ed3e-535a-11ed-9371-82c058f50771 | InvocationID=9475ef00-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:13:39+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fceac44-535a-11ed-9371-82c058f50771 | InvocationID=8fceb374-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:13:39+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e95d662-535a-11ed-9371-82c058f50771 | InvocationID=9e95d932-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:13:47+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9475ed3e-535a-11ed-9371-82c058f50771 | InvocationID=9475ef00-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:13:47+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a364ff24-535a-11ed-9371-82c058f50771 | InvocationID=a36502c6-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:13:47+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a364ff24-535a-11ed-9371-82c058f50771 | InvocationID=a36502c6-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:13:47+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a364ff24-535a-11ed-9371-82c058f50771 | InvocationID=a36502c6-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:14:03+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e95d662-535a-11ed-9371-82c058f50771 | InvocationID=9e95d932-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:14:03+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad5ce32a-535a-11ed-9371-82c058f50771 | InvocationID=ad5ce4f6-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:14:12+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a364ff24-535a-11ed-9371-82c058f50771 | InvocationID=a36502c6-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:14:12+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2537650-535a-11ed-9371-82c058f50771 | InvocationID=b2537858-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:14:12+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2537650-535a-11ed-9371-82c058f50771 | InvocationID=b2537858-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:14:12+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2537650-535a-11ed-9371-82c058f50771 | InvocationID=b2537858-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:14:28+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad5ce32a-535a-11ed-9371-82c058f50771 | InvocationID=ad5ce4f6-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:14:28+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc204898-535a-11ed-9371-82c058f50771 | InvocationID=bc204a64-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:14:37+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2537650-535a-11ed-9371-82c058f50771 | InvocationID=b2537858-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:14:37+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c141db16-535a-11ed-9371-82c058f50771 | InvocationID=c141e4d0-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:14:37+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c141db16-535a-11ed-9371-82c058f50771 | InvocationID=c141e4d0-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:14:37+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c141db16-535a-11ed-9371-82c058f50771 | InvocationID=c141e4d0-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:14:53+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc204898-535a-11ed-9371-82c058f50771 | InvocationID=bc204a64-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:14:53+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cae8d246-535a-11ed-9371-82c058f50771 | InvocationID=cae8d48a-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:15:02+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c141db16-535a-11ed-9371-82c058f50771 | InvocationID=c141e4d0-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:15:02+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d02fbff8-535a-11ed-9371-82c058f50771 | InvocationID=d02fc1d8-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:15:02+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d02fbff8-535a-11ed-9371-82c058f50771 | InvocationID=d02fc1d8-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:15:02+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d02fbff8-535a-11ed-9371-82c058f50771 | InvocationID=d02fc1d8-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:15:18+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cae8d246-535a-11ed-9371-82c058f50771 | InvocationID=cae8d48a-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:15:18+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9ad63b4-535a-11ed-9371-82c058f50771 | InvocationID=d9ad6580-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:15:27+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d02fbff8-535a-11ed-9371-82c058f50771 | InvocationID=d02fc1d8-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:15:27+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df1e31ac-535a-11ed-9371-82c058f50771 | InvocationID=df1e3440-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:15:27+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df1e31ac-535a-11ed-9371-82c058f50771 | InvocationID=df1e3440-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:15:27+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df1e31ac-535a-11ed-9371-82c058f50771 | InvocationID=df1e3440-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:15:43+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9ad63b4-535a-11ed-9371-82c058f50771 | InvocationID=d9ad6580-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:15:43+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8708f02-535a-11ed-9371-82c058f50771 | InvocationID=e87090d8-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:15:52+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df1e31ac-535a-11ed-9371-82c058f50771 | InvocationID=df1e3440-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:15:52+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0bcdfa-535a-11ed-9371-82c058f50771 | InvocationID=ee0bd03e-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:15:52+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0bcdfa-535a-11ed-9371-82c058f50771 | InvocationID=ee0bd03e-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:15:52+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee0bcdfa-535a-11ed-9371-82c058f50771 | InvocationID=ee0bd03e-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:16:07+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8708f02-535a-11ed-9371-82c058f50771 | InvocationID=e87090d8-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:16:07+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7367c36-535a-11ed-9371-82c058f50771 | InvocationID=f7367e02-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:16:17+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee0bcdfa-535a-11ed-9371-82c058f50771 | InvocationID=ee0bd03e-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:16:17+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf94126-535a-11ed-9371-82c058f50771 | InvocationID=fcf942f2-535a-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:16:17+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcf94126-535a-11ed-9371-82c058f50771 | InvocationID=fcf942f2-535a-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:16:17+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcf94126-535a-11ed-9371-82c058f50771 | InvocationID=fcf942f2-535a-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:16:32+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7367c36-535a-11ed-9371-82c058f50771 | InvocationID=f7367e02-535a-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:16:32+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05fa187c-535b-11ed-9371-82c058f50771 | InvocationID=05fa1a52-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:16:42+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcf94126-535a-11ed-9371-82c058f50771 | InvocationID=fcf942f2-535a-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:16:42+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0be713ac-535b-11ed-9371-82c058f50771 | InvocationID=0be7165e-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:16:42+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0be713ac-535b-11ed-9371-82c058f50771 | InvocationID=0be7165e-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:16:42+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0be713ac-535b-11ed-9371-82c058f50771 | InvocationID=0be7165e-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:16:57+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05fa187c-535b-11ed-9371-82c058f50771 | InvocationID=05fa1a52-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:16:57+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14bdf068-535b-11ed-9371-82c058f50771 | InvocationID=14bdf234-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:17:07+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0be713ac-535b-11ed-9371-82c058f50771 | InvocationID=0be7165e-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:17:07+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ad58bf0-535b-11ed-9371-82c058f50771 | InvocationID=1ad58e70-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:17:07+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ad58bf0-535b-11ed-9371-82c058f50771 | InvocationID=1ad58e70-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:17:07+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ad58bf0-535b-11ed-9371-82c058f50771 | InvocationID=1ad58e70-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:17:22+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14bdf068-535b-11ed-9371-82c058f50771 | InvocationID=14bdf234-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:17:22+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=238669a4-535b-11ed-9371-82c058f50771 | InvocationID=23866c1a-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:17:32+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ad58bf0-535b-11ed-9371-82c058f50771 | InvocationID=1ad58e70-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:17:32+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c3b952-535b-11ed-9371-82c058f50771 | InvocationID=29c3c4a6-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:17:32+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c3b952-535b-11ed-9371-82c058f50771 | InvocationID=29c3c4a6-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:17:32+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29c3b952-535b-11ed-9371-82c058f50771 | InvocationID=29c3c4a6-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:17:46+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=238669a4-535b-11ed-9371-82c058f50771 | InvocationID=23866c1a-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:17:46+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324a7da4-535b-11ed-9371-82c058f50771 | InvocationID=324a7fde-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:17:57+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29c3b952-535b-11ed-9371-82c058f50771 | InvocationID=29c3c4a6-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:17:57+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38b2824a-535b-11ed-9371-82c058f50771 | InvocationID=38b28542-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:17:57+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38b2824a-535b-11ed-9371-82c058f50771 | InvocationID=38b28542-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:17:57+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38b2824a-535b-11ed-9371-82c058f50771 | InvocationID=38b28542-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:18:11+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=324a7da4-535b-11ed-9371-82c058f50771 | InvocationID=324a7fde-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:18:11+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=410df794-535b-11ed-9371-82c058f50771 | InvocationID=410df96a-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:18:22+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38b2824a-535b-11ed-9371-82c058f50771 | InvocationID=38b28542-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:18:22+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a03bee-535b-11ed-9371-82c058f50771 | InvocationID=47a03e6e-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:18:22+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47a03bee-535b-11ed-9371-82c058f50771 | InvocationID=47a03e6e-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:18:22+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47a03bee-535b-11ed-9371-82c058f50771 | InvocationID=47a03e6e-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:18:36+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=410df794-535b-11ed-9371-82c058f50771 | InvocationID=410df96a-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:18:36+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd33f3c-535b-11ed-9371-82c058f50771 | InvocationID=4fd34108-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:18:47+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47a03bee-535b-11ed-9371-82c058f50771 | InvocationID=47a03e6e-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:18:47+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56902b1e-535b-11ed-9371-82c058f50771 | InvocationID=56902cea-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:18:47+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56902b1e-535b-11ed-9371-82c058f50771 | InvocationID=56902cea-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:18:47+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56902b1e-535b-11ed-9371-82c058f50771 | InvocationID=56902cea-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:19:01+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fd33f3c-535b-11ed-9371-82c058f50771 | InvocationID=4fd34108-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:19:01+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e969fa0-535b-11ed-9371-82c058f50771 | InvocationID=5e96a18a-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:19:12+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56902b1e-535b-11ed-9371-82c058f50771 | InvocationID=56902cea-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:19:12+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657e3c6a-535b-11ed-9371-82c058f50771 | InvocationID=657e400c-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:19:12+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=657e3c6a-535b-11ed-9371-82c058f50771 | InvocationID=657e400c-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:19:12+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=657e3c6a-535b-11ed-9371-82c058f50771 | InvocationID=657e400c-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:19:26+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e969fa0-535b-11ed-9371-82c058f50771 | InvocationID=5e96a18a-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:19:26+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5bbea8-535b-11ed-9371-82c058f50771 | InvocationID=6d5bc0ce-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:19:37+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=657e3c6a-535b-11ed-9371-82c058f50771 | InvocationID=657e400c-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:19:37+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746bc2ec-535b-11ed-9371-82c058f50771 | InvocationID=746bc51c-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:19:37+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746bc2ec-535b-11ed-9371-82c058f50771 | InvocationID=746bc51c-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:19:37+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=746bc2ec-535b-11ed-9371-82c058f50771 | InvocationID=746bc51c-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:19:50+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d5bbea8-535b-11ed-9371-82c058f50771 | InvocationID=6d5bc0ce-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:19:50+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c22efba-535b-11ed-9371-82c058f50771 | InvocationID=7c22f64a-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:20:02+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=746bc2ec-535b-11ed-9371-82c058f50771 | InvocationID=746bc51c-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:20:02+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=835a0aca-535b-11ed-9371-82c058f50771 | InvocationID=835a0e6c-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:20:03+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=835a0aca-535b-11ed-9371-82c058f50771 | InvocationID=835a0e6c-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:20:03+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=835a0aca-535b-11ed-9371-82c058f50771 | InvocationID=835a0e6c-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:20:15+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c22efba-535b-11ed-9371-82c058f50771 | InvocationID=7c22f64a-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:20:15+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ae6a0c8-535b-11ed-9371-82c058f50771 | InvocationID=8ae6a4c4-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:20:28+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=835a0aca-535b-11ed-9371-82c058f50771 | InvocationID=835a0e6c-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:20:28+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=924d9bd2-535b-11ed-9371-82c058f50771 | InvocationID=924d9fb0-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:20:28+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=924d9bd2-535b-11ed-9371-82c058f50771 | InvocationID=924d9fb0-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:20:28+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=924d9bd2-535b-11ed-9371-82c058f50771 | InvocationID=924d9fb0-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:20:40+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ae6a0c8-535b-11ed-9371-82c058f50771 | InvocationID=8ae6a4c4-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:20:40+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99abc502-535b-11ed-9371-82c058f50771 | InvocationID=99abc78c-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:20:53+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=924d9bd2-535b-11ed-9371-82c058f50771 | InvocationID=924d9fb0-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:20:53+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a13c59bc-535b-11ed-9371-82c058f50771 | InvocationID=a13c629a-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:20:53+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a13c59bc-535b-11ed-9371-82c058f50771 | InvocationID=a13c629a-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:20:53+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a13c59bc-535b-11ed-9371-82c058f50771 | InvocationID=a13c629a-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:21:05+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99abc502-535b-11ed-9371-82c058f50771 | InvocationID=99abc78c-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:21:05+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8725de4-535b-11ed-9371-82c058f50771 | InvocationID=a8726014-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:21:18+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a13c59bc-535b-11ed-9371-82c058f50771 | InvocationID=a13c629a-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:21:18+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02b9712-535b-11ed-9371-82c058f50771 | InvocationID=b02b9938-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:21:18+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b02b9712-535b-11ed-9371-82c058f50771 | InvocationID=b02b9938-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:21:18+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b02b9712-535b-11ed-9371-82c058f50771 | InvocationID=b02b9938-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:21:29+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8725de4-535b-11ed-9371-82c058f50771 | InvocationID=a8726014-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:21:29+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7367bbc-535b-11ed-9371-82c058f50771 | InvocationID=b7368c10-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:21:43+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b02b9712-535b-11ed-9371-82c058f50771 | InvocationID=b02b9938-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:21:43+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf1ce848-535b-11ed-9371-82c058f50771 | InvocationID=bf1ceb18-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:21:43+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf1ce848-535b-11ed-9371-82c058f50771 | InvocationID=bf1ceb18-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:21:43+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf1ce848-535b-11ed-9371-82c058f50771 | InvocationID=bf1ceb18-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:21:54+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7367bbc-535b-11ed-9371-82c058f50771 | InvocationID=b7368c10-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:21:54+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5fb67de-535b-11ed-9371-82c058f50771 | InvocationID=c5fb6a40-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:22:08+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf1ce848-535b-11ed-9371-82c058f50771 | InvocationID=bf1ceb18-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:22:08+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce0a1902-535b-11ed-9371-82c058f50771 | InvocationID=ce0a1b32-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:22:08+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce0a1902-535b-11ed-9371-82c058f50771 | InvocationID=ce0a1b32-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:22:08+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce0a1902-535b-11ed-9371-82c058f50771 | InvocationID=ce0a1b32-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:22:19+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5fb67de-535b-11ed-9371-82c058f50771 | InvocationID=c5fb6a40-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:22:19+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4bebb72-535b-11ed-9371-82c058f50771 | InvocationID=d4bebe1a-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:22:33+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce0a1902-535b-11ed-9371-82c058f50771 | InvocationID=ce0a1b32-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:22:33+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcf7f8f8-535b-11ed-9371-82c058f50771 | InvocationID=dcf7fac4-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:22:33+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcf7f8f8-535b-11ed-9371-82c058f50771 | InvocationID=dcf7fac4-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:22:33+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcf7f8f8-535b-11ed-9371-82c058f50771 | InvocationID=dcf7fac4-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:22:44+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4bebb72-535b-11ed-9371-82c058f50771 | InvocationID=d4bebe1a-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:22:44+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e383b2b6-535b-11ed-9371-82c058f50771 | InvocationID=e383b52c-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:22:58+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcf7f8f8-535b-11ed-9371-82c058f50771 | InvocationID=dcf7fac4-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:22:58+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebe61aca-535b-11ed-9371-82c058f50771 | InvocationID=ebe61e12-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:22:58+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebe61aca-535b-11ed-9371-82c058f50771 | InvocationID=ebe61e12-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:22:58+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebe61aca-535b-11ed-9371-82c058f50771 | InvocationID=ebe61e12-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:23:09+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e383b2b6-535b-11ed-9371-82c058f50771 | InvocationID=e383b52c-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:23:09+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2486148-535b-11ed-9371-82c058f50771 | InvocationID=f24863dc-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:23:23+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebe61aca-535b-11ed-9371-82c058f50771 | InvocationID=ebe61e12-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:23:23+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fad3a0e8-535b-11ed-9371-82c058f50771 | InvocationID=fad3a2be-535b-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:23:23+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fad3a0e8-535b-11ed-9371-82c058f50771 | InvocationID=fad3a2be-535b-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:23:23+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fad3a0e8-535b-11ed-9371-82c058f50771 | InvocationID=fad3a2be-535b-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:23:33+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2486148-535b-11ed-9371-82c058f50771 | InvocationID=f24863dc-535b-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:23:33+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010d9612-535c-11ed-9371-82c058f50771 | InvocationID=010d98c4-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:23:48+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fad3a0e8-535b-11ed-9371-82c058f50771 | InvocationID=fad3a2be-535b-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:23:48+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09c15cb2-535c-11ed-9371-82c058f50771 | InvocationID=09c15fa0-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:23:48+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09c15cb2-535c-11ed-9371-82c058f50771 | InvocationID=09c15fa0-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:23:48+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09c15cb2-535c-11ed-9371-82c058f50771 | InvocationID=09c15fa0-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:23:58+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=010d9612-535c-11ed-9371-82c058f50771 | InvocationID=010d98c4-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:23:58+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fd49268-535c-11ed-9371-82c058f50771 | InvocationID=0fd494a2-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:24:13+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09c15cb2-535c-11ed-9371-82c058f50771 | InvocationID=09c15fa0-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:24:13+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b15de4-535c-11ed-9371-82c058f50771 | InvocationID=18b15fb0-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:24:13+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b15de4-535c-11ed-9371-82c058f50771 | InvocationID=18b15fb0-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:24:13+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18b15de4-535c-11ed-9371-82c058f50771 | InvocationID=18b15fb0-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:24:23+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fd49268-535c-11ed-9371-82c058f50771 | InvocationID=0fd494a2-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:24:23+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e998d62-535c-11ed-9371-82c058f50771 | InvocationID=1e998f88-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:24:38+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18b15de4-535c-11ed-9371-82c058f50771 | InvocationID=18b15fb0-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:24:38+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=279f5e1e-535c-11ed-9371-82c058f50771 | InvocationID=279f6058-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:24:38+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=279f5e1e-535c-11ed-9371-82c058f50771 | InvocationID=279f6058-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:24:38+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=279f5e1e-535c-11ed-9371-82c058f50771 | InvocationID=279f6058-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:24:48+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e998d62-535c-11ed-9371-82c058f50771 | InvocationID=1e998f88-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:24:48+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d6181ec-535c-11ed-9371-82c058f50771 | InvocationID=2d6183c2-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:25:03+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=279f5e1e-535c-11ed-9371-82c058f50771 | InvocationID=279f6058-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:25:03+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=368d8dec-535c-11ed-9371-82c058f50771 | InvocationID=368d8fcc-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:25:03+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=368d8dec-535c-11ed-9371-82c058f50771 | InvocationID=368d8fcc-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:25:03+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=368d8dec-535c-11ed-9371-82c058f50771 | InvocationID=368d8fcc-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:25:12+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d6181ec-535c-11ed-9371-82c058f50771 | InvocationID=2d6183c2-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:25:12+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c251e00-535c-11ed-9371-82c058f50771 | InvocationID=3c252026-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:25:28+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=368d8dec-535c-11ed-9371-82c058f50771 | InvocationID=368d8fcc-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:25:28+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=457bded0-535c-11ed-9371-82c058f50771 | InvocationID=457be0b0-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:25:28+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=457bded0-535c-11ed-9371-82c058f50771 | InvocationID=457be0b0-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:25:28+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=457bded0-535c-11ed-9371-82c058f50771 | InvocationID=457be0b0-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:25:37+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c251e00-535c-11ed-9371-82c058f50771 | InvocationID=3c252026-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:25:37+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ae7f3fe-535c-11ed-9371-82c058f50771 | InvocationID=4ae7f5d4-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:25:53+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=457bded0-535c-11ed-9371-82c058f50771 | InvocationID=457be0b0-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:25:53+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=546a0b24-535c-11ed-9371-82c058f50771 | InvocationID=546a0dd6-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:25:53+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=546a0b24-535c-11ed-9371-82c058f50771 | InvocationID=546a0dd6-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:25:53+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=546a0b24-535c-11ed-9371-82c058f50771 | InvocationID=546a0dd6-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:26:02+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ae7f3fe-535c-11ed-9371-82c058f50771 | InvocationID=4ae7f5d4-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:26:02+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59abc956-535c-11ed-9371-82c058f50771 | InvocationID=59abcbfe-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:26:18+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=546a0b24-535c-11ed-9371-82c058f50771 | InvocationID=546a0dd6-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:26:18+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63584042-535c-11ed-9371-82c058f50771 | InvocationID=63584466-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:26:18+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63584042-535c-11ed-9371-82c058f50771 | InvocationID=63584466-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:26:18+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63584042-535c-11ed-9371-82c058f50771 | InvocationID=63584466-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:26:27+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59abc956-535c-11ed-9371-82c058f50771 | InvocationID=59abcbfe-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:26:27+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=686ffd90-535c-11ed-9371-82c058f50771 | InvocationID=686fff5c-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:26:43+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63584042-535c-11ed-9371-82c058f50771 | InvocationID=63584466-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:26:43+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7246a04e-535c-11ed-9371-82c058f50771 | InvocationID=7246a2d8-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:26:43+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7246a04e-535c-11ed-9371-82c058f50771 | InvocationID=7246a2d8-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:26:43+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7246a04e-535c-11ed-9371-82c058f50771 | InvocationID=7246a2d8-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:26:52+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=686ffd90-535c-11ed-9371-82c058f50771 | InvocationID=686fff5c-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:26:52+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7732ecac-535c-11ed-9371-82c058f50771 | InvocationID=7732eef0-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:27:08+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7246a04e-535c-11ed-9371-82c058f50771 | InvocationID=7246a2d8-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:27:08+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81346370-535c-11ed-9371-82c058f50771 | InvocationID=813466c2-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:27:08+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81346370-535c-11ed-9371-82c058f50771 | InvocationID=813466c2-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:27:08+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81346370-535c-11ed-9371-82c058f50771 | InvocationID=813466c2-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:27:16+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7732ecac-535c-11ed-9371-82c058f50771 | InvocationID=7732eef0-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:27:16+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f715d8-535c-11ed-9371-82c058f50771 | InvocationID=85f718b2-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:27:33+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81346370-535c-11ed-9371-82c058f50771 | InvocationID=813466c2-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:27:33+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9022adce-535c-11ed-9371-82c058f50771 | InvocationID=9022b094-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:27:33+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9022adce-535c-11ed-9371-82c058f50771 | InvocationID=9022b094-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:27:33+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9022adce-535c-11ed-9371-82c058f50771 | InvocationID=9022b094-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:27:41+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85f715d8-535c-11ed-9371-82c058f50771 | InvocationID=85f718b2-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:27:41+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94bc39fe-535c-11ed-9371-82c058f50771 | InvocationID=94bc3bca-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:27:58+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9022adce-535c-11ed-9371-82c058f50771 | InvocationID=9022b094-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:27:58+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f117130-535c-11ed-9371-82c058f50771 | InvocationID=9f11745a-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:27:58+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f117130-535c-11ed-9371-82c058f50771 | InvocationID=9f11745a-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:27:58+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f117130-535c-11ed-9371-82c058f50771 | InvocationID=9f11745a-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:28:06+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94bc39fe-535c-11ed-9371-82c058f50771 | InvocationID=94bc3bca-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:28:06+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a37faba6-535c-11ed-9371-82c058f50771 | InvocationID=a37fafac-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:28:23+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f117130-535c-11ed-9371-82c058f50771 | InvocationID=9f11745a-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:28:23+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae0034b0-535c-11ed-9371-82c058f50771 | InvocationID=ae003802-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:28:24+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae0034b0-535c-11ed-9371-82c058f50771 | InvocationID=ae003802-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:28:24+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae0034b0-535c-11ed-9371-82c058f50771 | InvocationID=ae003802-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:28:31+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a37faba6-535c-11ed-9371-82c058f50771 | InvocationID=a37fafac-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:28:31+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2433b9e-535c-11ed-9371-82c058f50771 | InvocationID=b2433e1e-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:28:49+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae0034b0-535c-11ed-9371-82c058f50771 | InvocationID=ae003802-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:28:49+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf4b48c-535c-11ed-9371-82c058f50771 | InvocationID=bcf4b810-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:28:49+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf4b48c-535c-11ed-9371-82c058f50771 | InvocationID=bcf4b810-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:28:49+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf4b48c-535c-11ed-9371-82c058f50771 | InvocationID=bcf4b810-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:28:55+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2433b9e-535c-11ed-9371-82c058f50771 | InvocationID=b2433e1e-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:28:55+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c109c968-535c-11ed-9371-82c058f50771 | InvocationID=c109cb66-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:29:14+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcf4b48c-535c-11ed-9371-82c058f50771 | InvocationID=bcf4b810-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:29:14+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe3a750-535c-11ed-9371-82c058f50771 | InvocationID=cbe3aab6-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:29:14+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbe3a750-535c-11ed-9371-82c058f50771 | InvocationID=cbe3aab6-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:29:14+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe3a750-535c-11ed-9371-82c058f50771 | InvocationID=cbe3aab6-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:29:20+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c109c968-535c-11ed-9371-82c058f50771 | InvocationID=c109cb66-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:29:20+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd061d2-535c-11ed-9371-82c058f50771 | InvocationID=cfd066dc-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:29:39+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbe3a750-535c-11ed-9371-82c058f50771 | InvocationID=cbe3aab6-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:29:39+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dad375d8-535c-11ed-9371-82c058f50771 | InvocationID=dad377b8-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:29:39+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dad375d8-535c-11ed-9371-82c058f50771 | InvocationID=dad377b8-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:29:39+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dad375d8-535c-11ed-9371-82c058f50771 | InvocationID=dad377b8-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:29:45+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfd061d2-535c-11ed-9371-82c058f50771 | InvocationID=cfd066dc-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:29:45+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de944210-535c-11ed-9371-82c058f50771 | InvocationID=de944530-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:30:04+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dad375d8-535c-11ed-9371-82c058f50771 | InvocationID=dad377b8-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:30:04+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c10cc2-535c-11ed-9371-82c058f50771 | InvocationID=e9c10eac-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:30:04+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c10cc2-535c-11ed-9371-82c058f50771 | InvocationID=e9c10eac-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:30:04+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9c10cc2-535c-11ed-9371-82c058f50771 | InvocationID=e9c10eac-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:30:10+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de944210-535c-11ed-9371-82c058f50771 | InvocationID=de944530-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:30:10+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed59a024-535c-11ed-9371-82c058f50771 | InvocationID=ed59a380-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:30:29+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9c10cc2-535c-11ed-9371-82c058f50771 | InvocationID=e9c10eac-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:30:29+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8b1aa16-535c-11ed-9371-82c058f50771 | InvocationID=f8b1ace6-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:30:29+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8b1aa16-535c-11ed-9371-82c058f50771 | InvocationID=f8b1ace6-535c-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:30:29+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8b1aa16-535c-11ed-9371-82c058f50771 | InvocationID=f8b1ace6-535c-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:30:35+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed59a024-535c-11ed-9371-82c058f50771 | InvocationID=ed59a380-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:30:35+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1dd648-535c-11ed-9371-82c058f50771 | InvocationID=fc1dd814-535c-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:30:54+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8b1aa16-535c-11ed-9371-82c058f50771 | InvocationID=f8b1ace6-535c-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:30:54+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=079faf96-535d-11ed-9371-82c058f50771 | InvocationID=079fb158-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:30:54+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=079faf96-535d-11ed-9371-82c058f50771 | InvocationID=079fb158-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:30:54+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=079faf96-535d-11ed-9371-82c058f50771 | InvocationID=079fb158-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:30:59+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc1dd648-535c-11ed-9371-82c058f50771 | InvocationID=fc1dd814-535c-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:30:59+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ae1a34e-535d-11ed-9371-82c058f50771 | InvocationID=0ae1a6d2-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:31:19+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=079faf96-535d-11ed-9371-82c058f50771 | InvocationID=079fb158-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:31:19+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168d81fe-535d-11ed-9371-82c058f50771 | InvocationID=168d841a-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:31:19+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=168d81fe-535d-11ed-9371-82c058f50771 | InvocationID=168d841a-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:31:19+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=168d81fe-535d-11ed-9371-82c058f50771 | InvocationID=168d841a-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:31:24+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ae1a34e-535d-11ed-9371-82c058f50771 | InvocationID=0ae1a6d2-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:31:24+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a4d630-535d-11ed-9371-82c058f50771 | InvocationID=19a4d842-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:31:44+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=168d81fe-535d-11ed-9371-82c058f50771 | InvocationID=168d841a-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:31:44+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=257c3598-535d-11ed-9371-82c058f50771 | InvocationID=257c3818-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:31:44+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=257c3598-535d-11ed-9371-82c058f50771 | InvocationID=257c3818-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:31:44+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=257c3598-535d-11ed-9371-82c058f50771 | InvocationID=257c3818-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:31:49+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19a4d630-535d-11ed-9371-82c058f50771 | InvocationID=19a4d842-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:31:49+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2867c470-535d-11ed-9371-82c058f50771 | InvocationID=2867c650-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:32:09+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=257c3598-535d-11ed-9371-82c058f50771 | InvocationID=257c3818-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:32:09+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3469dd4e-535d-11ed-9371-82c058f50771 | InvocationID=3469df92-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:32:09+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3469dd4e-535d-11ed-9371-82c058f50771 | InvocationID=3469df92-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:32:09+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3469dd4e-535d-11ed-9371-82c058f50771 | InvocationID=3469df92-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:32:14+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2867c470-535d-11ed-9371-82c058f50771 | InvocationID=2867c650-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:32:14+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=372e4ba0-535d-11ed-9371-82c058f50771 | InvocationID=372e4d80-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:32:34+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3469dd4e-535d-11ed-9371-82c058f50771 | InvocationID=3469df92-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:32:34+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4357dfcc-535d-11ed-9371-82c058f50771 | InvocationID=4357e1e8-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:32:34+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4357dfcc-535d-11ed-9371-82c058f50771 | InvocationID=4357e1e8-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:32:34+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4357dfcc-535d-11ed-9371-82c058f50771 | InvocationID=4357e1e8-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:32:38+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=372e4ba0-535d-11ed-9371-82c058f50771 | InvocationID=372e4d80-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:32:38+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45f2fd20-535d-11ed-9371-82c058f50771 | InvocationID=45f2ff32-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:32:59+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4357dfcc-535d-11ed-9371-82c058f50771 | InvocationID=4357e1e8-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:32:59+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5246a16c-535d-11ed-9371-82c058f50771 | InvocationID=5246a360-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:32:59+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5246a16c-535d-11ed-9371-82c058f50771 | InvocationID=5246a360-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:32:59+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5246a16c-535d-11ed-9371-82c058f50771 | InvocationID=5246a360-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:33:03+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45f2fd20-535d-11ed-9371-82c058f50771 | InvocationID=45f2ff32-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:33:03+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54b569ba-535d-11ed-9371-82c058f50771 | InvocationID=54b56bf4-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:33:24+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5246a16c-535d-11ed-9371-82c058f50771 | InvocationID=5246a360-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:33:24+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6138c6d2-535d-11ed-9371-82c058f50771 | InvocationID=6138c89e-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:33:24+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6138c6d2-535d-11ed-9371-82c058f50771 | InvocationID=6138c89e-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:33:24+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6138c6d2-535d-11ed-9371-82c058f50771 | InvocationID=6138c89e-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:33:28+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54b569ba-535d-11ed-9371-82c058f50771 | InvocationID=54b56bf4-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:33:28+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637d39a0-535d-11ed-9371-82c058f50771 | InvocationID=637d3d4c-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:33:49+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6138c6d2-535d-11ed-9371-82c058f50771 | InvocationID=6138c89e-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:33:49+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70266a8c-535d-11ed-9371-82c058f50771 | InvocationID=70266d48-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:33:49+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70266a8c-535d-11ed-9371-82c058f50771 | InvocationID=70266d48-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:33:49+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70266a8c-535d-11ed-9371-82c058f50771 | InvocationID=70266d48-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:33:53+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=637d39a0-535d-11ed-9371-82c058f50771 | InvocationID=637d3d4c-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:33:53+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=723ff112-535d-11ed-9371-82c058f50771 | InvocationID=723ff36a-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:34:14+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70266a8c-535d-11ed-9371-82c058f50771 | InvocationID=70266d48-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:34:14+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f144064-535d-11ed-9371-82c058f50771 | InvocationID=7f1448a2-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:34:14+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f144064-535d-11ed-9371-82c058f50771 | InvocationID=7f1448a2-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:34:14+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f144064-535d-11ed-9371-82c058f50771 | InvocationID=7f1448a2-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:34:18+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=723ff112-535d-11ed-9371-82c058f50771 | InvocationID=723ff36a-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:34:18+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81069a3e-535d-11ed-9371-82c058f50771 | InvocationID=81069c0a-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:34:39+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f144064-535d-11ed-9371-82c058f50771 | InvocationID=7f1448a2-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:34:39+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e020a70-535d-11ed-9371-82c058f50771 | InvocationID=8e020cbe-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:34:39+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e020a70-535d-11ed-9371-82c058f50771 | InvocationID=8e020cbe-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:34:39+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e020a70-535d-11ed-9371-82c058f50771 | InvocationID=8e020cbe-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:34:42+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81069a3e-535d-11ed-9371-82c058f50771 | InvocationID=81069c0a-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:34:42+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fca52d6-535d-11ed-9371-82c058f50771 | InvocationID=8fca54a2-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:35:04+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e020a70-535d-11ed-9371-82c058f50771 | InvocationID=8e020cbe-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:35:04+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cf04c54-535d-11ed-9371-82c058f50771 | InvocationID=9cf04e48-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:35:04+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cf04c54-535d-11ed-9371-82c058f50771 | InvocationID=9cf04e48-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:35:04+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cf04c54-535d-11ed-9371-82c058f50771 | InvocationID=9cf04e48-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:35:07+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fca52d6-535d-11ed-9371-82c058f50771 | InvocationID=8fca54a2-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:35:07+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8d9c1a-535d-11ed-9371-82c058f50771 | InvocationID=9e8d9dfa-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:35:29+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cf04c54-535d-11ed-9371-82c058f50771 | InvocationID=9cf04e48-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:35:29+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abdde082-535d-11ed-9371-82c058f50771 | InvocationID=abdde2e4-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:35:29+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abdde082-535d-11ed-9371-82c058f50771 | InvocationID=abdde2e4-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:35:29+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abdde082-535d-11ed-9371-82c058f50771 | InvocationID=abdde2e4-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:35:32+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e8d9c1a-535d-11ed-9371-82c058f50771 | InvocationID=9e8d9dfa-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:35:32+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad51d27a-535d-11ed-9371-82c058f50771 | InvocationID=ad51d450-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:35:54+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abdde082-535d-11ed-9371-82c058f50771 | InvocationID=abdde2e4-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:35:54+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacc06fa-535d-11ed-9371-82c058f50771 | InvocationID=bacc0952-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:35:54+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacc06fa-535d-11ed-9371-82c058f50771 | InvocationID=bacc0952-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:35:54+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bacc06fa-535d-11ed-9371-82c058f50771 | InvocationID=bacc0952-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:35:57+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad51d27a-535d-11ed-9371-82c058f50771 | InvocationID=ad51d450-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:35:57+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc18122e-535d-11ed-9371-82c058f50771 | InvocationID=bc181404-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:36:19+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bacc06fa-535d-11ed-9371-82c058f50771 | InvocationID=bacc0952-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:36:19+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b98570-535d-11ed-9371-82c058f50771 | InvocationID=c9b98aca-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:36:20+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b98570-535d-11ed-9371-82c058f50771 | InvocationID=c9b98aca-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:36:20+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b98570-535d-11ed-9371-82c058f50771 | InvocationID=c9b98aca-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:36:21+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc18122e-535d-11ed-9371-82c058f50771 | InvocationID=bc181404-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:36:21+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadc557c-535d-11ed-9371-82c058f50771 | InvocationID=cadc5752-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:36:45+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9b98570-535d-11ed-9371-82c058f50771 | InvocationID=c9b98aca-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:36:45+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a8779e-535d-11ed-9371-82c058f50771 | InvocationID=d8a881e4-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:36:45+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a8779e-535d-11ed-9371-82c058f50771 | InvocationID=d8a881e4-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:36:45+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8a8779e-535d-11ed-9371-82c058f50771 | InvocationID=d8a881e4-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:36:46+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cadc557c-535d-11ed-9371-82c058f50771 | InvocationID=cadc5752-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:36:46+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9a269b6-535d-11ed-9371-82c058f50771 | InvocationID=d9a26cc2-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:37:10+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8a8779e-535d-11ed-9371-82c058f50771 | InvocationID=d8a881e4-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:37:10+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e79751d0-535d-11ed-9371-82c058f50771 | InvocationID=e79754d2-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:37:10+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e79751d0-535d-11ed-9371-82c058f50771 | InvocationID=e79754d2-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:37:10+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e79751d0-535d-11ed-9371-82c058f50771 | InvocationID=e79754d2-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:37:11+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9a269b6-535d-11ed-9371-82c058f50771 | InvocationID=d9a26cc2-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:37:11+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e865bd22-535d-11ed-9371-82c058f50771 | InvocationID=e865beee-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:37:35+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e79751d0-535d-11ed-9371-82c058f50771 | InvocationID=e79754d2-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:37:35+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6859bc0-535d-11ed-9371-82c058f50771 | InvocationID=f6859f9e-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:37:35+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6859bc0-535d-11ed-9371-82c058f50771 | InvocationID=f6859f9e-535d-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:37:35+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6859bc0-535d-11ed-9371-82c058f50771 | InvocationID=f6859f9e-535d-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:37:36+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e865bd22-535d-11ed-9371-82c058f50771 | InvocationID=e865beee-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:37:36+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f72a0e6c-535d-11ed-9371-82c058f50771 | InvocationID=f72a104c-535d-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:38:00+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6859bc0-535d-11ed-9371-82c058f50771 | InvocationID=f6859f9e-535d-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:38:00+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=057391b4-535e-11ed-9371-82c058f50771 | InvocationID=0573952e-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:38:00+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=057391b4-535e-11ed-9371-82c058f50771 | InvocationID=0573952e-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:38:00+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=057391b4-535e-11ed-9371-82c058f50771 | InvocationID=0573952e-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:38:00+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f72a0e6c-535d-11ed-9371-82c058f50771 | InvocationID=f72a104c-535d-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:38:00+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05edf1b6-535e-11ed-9371-82c058f50771 | InvocationID=05edf486-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:38:25+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=057391b4-535e-11ed-9371-82c058f50771 | InvocationID=0573952e-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:38:25+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1461ef36-535e-11ed-9371-82c058f50771 | InvocationID=1461f238-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:38:25+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1461ef36-535e-11ed-9371-82c058f50771 | InvocationID=1461f238-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:38:25+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1461ef36-535e-11ed-9371-82c058f50771 | InvocationID=1461f238-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:38:25+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05edf1b6-535e-11ed-9371-82c058f50771 | InvocationID=05edf486-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:38:25+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14b1358c-535e-11ed-9371-82c058f50771 | InvocationID=14b137e4-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:38:50+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1461ef36-535e-11ed-9371-82c058f50771 | InvocationID=1461f238-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:38:50+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=234fa222-535e-11ed-9371-82c058f50771 | InvocationID=234fa43e-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:38:50+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=234fa222-535e-11ed-9371-82c058f50771 | InvocationID=234fa43e-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:38:50+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=234fa222-535e-11ed-9371-82c058f50771 | InvocationID=234fa43e-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:38:50+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14b1358c-535e-11ed-9371-82c058f50771 | InvocationID=14b137e4-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:38:50+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2376c924-535e-11ed-9371-82c058f50771 | InvocationID=2376cbb8-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:39:15+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2376c924-535e-11ed-9371-82c058f50771 | InvocationID=2376cbb8-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:39:15+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=323ba6a0-535e-11ed-9371-82c058f50771 | InvocationID=323bac0e-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:39:15+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=234fa222-535e-11ed-9371-82c058f50771 | InvocationID=234fa43e-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:39:15+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=323deb68-535e-11ed-9371-82c058f50771 | InvocationID=323dec76-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:39:15+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=323deb68-535e-11ed-9371-82c058f50771 | InvocationID=323dec76-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:39:15+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=323deb68-535e-11ed-9371-82c058f50771 | InvocationID=323dec76-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:39:40+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=323ba6a0-535e-11ed-9371-82c058f50771 | InvocationID=323bac0e-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:39:40+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=410326b8-535e-11ed-9371-82c058f50771 | InvocationID=41032938-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:39:40+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=323deb68-535e-11ed-9371-82c058f50771 | InvocationID=323dec76-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:39:40+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=412d3444-535e-11ed-9371-82c058f50771 | InvocationID=412d35d4-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:39:40+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=412d3444-535e-11ed-9371-82c058f50771 | InvocationID=412d35d4-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:39:40+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=412d3444-535e-11ed-9371-82c058f50771 | InvocationID=412d35d4-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:40:04+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=410326b8-535e-11ed-9371-82c058f50771 | InvocationID=41032938-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:40:04+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fc71aba-535e-11ed-9371-82c058f50771 | InvocationID=4fc71ff6-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:40:05+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=412d3444-535e-11ed-9371-82c058f50771 | InvocationID=412d35d4-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:40:05+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501bfa6c-535e-11ed-9371-82c058f50771 | InvocationID=501bfdbe-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:40:05+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501bfa6c-535e-11ed-9371-82c058f50771 | InvocationID=501bfdbe-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:40:05+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=501bfa6c-535e-11ed-9371-82c058f50771 | InvocationID=501bfdbe-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:40:29+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fc71aba-535e-11ed-9371-82c058f50771 | InvocationID=4fc71ff6-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:40:29+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e8e429e-535e-11ed-9371-82c058f50771 | InvocationID=5e8e447e-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:40:30+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=501bfa6c-535e-11ed-9371-82c058f50771 | InvocationID=501bfdbe-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:40:30+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f0aa4d8-535e-11ed-9371-82c058f50771 | InvocationID=5f0ab25c-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:40:30+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f0aa4d8-535e-11ed-9371-82c058f50771 | InvocationID=5f0ab25c-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:40:30+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f0aa4d8-535e-11ed-9371-82c058f50771 | InvocationID=5f0ab25c-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:40:54+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e8e429e-535e-11ed-9371-82c058f50771 | InvocationID=5e8e447e-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:40:54+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d514f74-535e-11ed-9371-82c058f50771 | InvocationID=6d51515e-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:40:55+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f0aa4d8-535e-11ed-9371-82c058f50771 | InvocationID=5f0ab25c-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:40:55+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df82b46-535e-11ed-9371-82c058f50771 | InvocationID=6df82f42-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:40:55+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df82b46-535e-11ed-9371-82c058f50771 | InvocationID=6df82f42-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:40:55+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6df82b46-535e-11ed-9371-82c058f50771 | InvocationID=6df82f42-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:41:19+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d514f74-535e-11ed-9371-82c058f50771 | InvocationID=6d51515e-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:41:19+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c14a5ce-535e-11ed-9371-82c058f50771 | InvocationID=7c14a7f4-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:41:20+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6df82b46-535e-11ed-9371-82c058f50771 | InvocationID=6df82f42-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:41:20+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce605b0-535e-11ed-9371-82c058f50771 | InvocationID=7ce607e0-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:41:20+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce605b0-535e-11ed-9371-82c058f50771 | InvocationID=7ce607e0-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:41:20+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce605b0-535e-11ed-9371-82c058f50771 | InvocationID=7ce607e0-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:41:43+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c14a5ce-535e-11ed-9371-82c058f50771 | InvocationID=7c14a7f4-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:41:43+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad8e1f6-535e-11ed-9371-82c058f50771 | InvocationID=8ad8e3ea-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:41:45+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce605b0-535e-11ed-9371-82c058f50771 | InvocationID=7ce607e0-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:41:45+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd3d7aa-535e-11ed-9371-82c058f50771 | InvocationID=8bd3d9da-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:41:45+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd3d7aa-535e-11ed-9371-82c058f50771 | InvocationID=8bd3d9da-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:41:45+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd3d7aa-535e-11ed-9371-82c058f50771 | InvocationID=8bd3d9da-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:42:08+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ad8e1f6-535e-11ed-9371-82c058f50771 | InvocationID=8ad8e3ea-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:42:08+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=999c0902-535e-11ed-9371-82c058f50771 | InvocationID=999c0aec-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:42:10+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd3d7aa-535e-11ed-9371-82c058f50771 | InvocationID=8bd3d9da-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:42:10+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac1b62e-535e-11ed-9371-82c058f50771 | InvocationID=9ac1b818-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:42:10+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac1b62e-535e-11ed-9371-82c058f50771 | InvocationID=9ac1b818-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:42:10+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ac1b62e-535e-11ed-9371-82c058f50771 | InvocationID=9ac1b818-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:42:33+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=999c0902-535e-11ed-9371-82c058f50771 | InvocationID=999c0aec-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:42:33+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85f6b00-535e-11ed-9371-82c058f50771 | InvocationID=a85f6d6c-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:42:35+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ac1b62e-535e-11ed-9371-82c058f50771 | InvocationID=9ac1b818-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:42:35+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9aec7b2-535e-11ed-9371-82c058f50771 | InvocationID=a9aec988-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:42:35+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9aec7b2-535e-11ed-9371-82c058f50771 | InvocationID=a9aec988-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:42:35+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9aec7b2-535e-11ed-9371-82c058f50771 | InvocationID=a9aec988-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:42:58+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a85f6b00-535e-11ed-9371-82c058f50771 | InvocationID=a85f6d6c-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:42:58+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b722594a-535e-11ed-9371-82c058f50771 | InvocationID=b7225b3e-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:43:00+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9aec7b2-535e-11ed-9371-82c058f50771 | InvocationID=a9aec988-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:43:00+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89ca2f8-535e-11ed-9371-82c058f50771 | InvocationID=b89ca4d8-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:43:00+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89ca2f8-535e-11ed-9371-82c058f50771 | InvocationID=b89ca4d8-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:43:00+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89ca2f8-535e-11ed-9371-82c058f50771 | InvocationID=b89ca4d8-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:43:23+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b722594a-535e-11ed-9371-82c058f50771 | InvocationID=b7225b3e-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:43:23+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5e641da-535e-11ed-9371-82c058f50771 | InvocationID=c5e644f0-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:43:25+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89ca2f8-535e-11ed-9371-82c058f50771 | InvocationID=b89ca4d8-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:43:25+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78b5e08-535e-11ed-9371-82c058f50771 | InvocationID=c78b6006-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:43:25+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78b5e08-535e-11ed-9371-82c058f50771 | InvocationID=c78b6006-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:43:25+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c78b5e08-535e-11ed-9371-82c058f50771 | InvocationID=c78b6006-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:43:47+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5e641da-535e-11ed-9371-82c058f50771 | InvocationID=c5e644f0-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:43:47+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4ac086c-535e-11ed-9371-82c058f50771 | InvocationID=d4ac0ac4-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:43:50+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c78b5e08-535e-11ed-9371-82c058f50771 | InvocationID=c78b6006-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:43:50+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6793a84-535e-11ed-9371-82c058f50771 | InvocationID=d6793c46-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:43:50+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6793a84-535e-11ed-9371-82c058f50771 | InvocationID=d6793c46-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:43:50+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6793a84-535e-11ed-9371-82c058f50771 | InvocationID=d6793c46-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:44:12+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4ac086c-535e-11ed-9371-82c058f50771 | InvocationID=d4ac0ac4-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:44:12+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3707f7c-535e-11ed-9371-82c058f50771 | InvocationID=e3708166-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:44:15+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6793a84-535e-11ed-9371-82c058f50771 | InvocationID=d6793c46-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:44:15+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56680ec-535e-11ed-9371-82c058f50771 | InvocationID=e5668326-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:44:15+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56680ec-535e-11ed-9371-82c058f50771 | InvocationID=e5668326-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:44:15+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56680ec-535e-11ed-9371-82c058f50771 | InvocationID=e5668326-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:44:37+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3707f7c-535e-11ed-9371-82c058f50771 | InvocationID=e3708166-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:44:37+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f235db88-535e-11ed-9371-82c058f50771 | InvocationID=f235dec6-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:44:40+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56680ec-535e-11ed-9371-82c058f50771 | InvocationID=e5668326-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:44:40+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f45486f8-535e-11ed-9371-82c058f50771 | InvocationID=f4548900-535e-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:44:41+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f45486f8-535e-11ed-9371-82c058f50771 | InvocationID=f4548900-535e-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:44:41+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f45486f8-535e-11ed-9371-82c058f50771 | InvocationID=f4548900-535e-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:45:02+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f235db88-535e-11ed-9371-82c058f50771 | InvocationID=f235dec6-535e-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:45:02+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00fafd24-535f-11ed-9371-82c058f50771 | InvocationID=00faff0e-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:45:06+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f45486f8-535e-11ed-9371-82c058f50771 | InvocationID=f4548900-535e-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:45:06+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0342b040-535f-11ed-9371-82c058f50771 | InvocationID=0342b338-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:45:06+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0342b040-535f-11ed-9371-82c058f50771 | InvocationID=0342b338-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:45:06+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0342b040-535f-11ed-9371-82c058f50771 | InvocationID=0342b338-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:45:26+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00fafd24-535f-11ed-9371-82c058f50771 | InvocationID=00faff0e-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:45:26+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fbdcc4c-535f-11ed-9371-82c058f50771 | InvocationID=0fbdd44e-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:45:31+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0342b040-535f-11ed-9371-82c058f50771 | InvocationID=0342b338-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:45:31+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12320060-535f-11ed-9371-82c058f50771 | InvocationID=12320470-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:45:31+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12320060-535f-11ed-9371-82c058f50771 | InvocationID=12320470-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:45:31+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12320060-535f-11ed-9371-82c058f50771 | InvocationID=12320470-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:45:51+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fbdcc4c-535f-11ed-9371-82c058f50771 | InvocationID=0fbdd44e-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:45:51+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8188cc-535f-11ed-9371-82c058f50771 | InvocationID=1e818ce6-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:45:56+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12320060-535f-11ed-9371-82c058f50771 | InvocationID=12320470-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:45:56+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211f7918-535f-11ed-9371-82c058f50771 | InvocationID=211f7d1e-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:45:56+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211f7918-535f-11ed-9371-82c058f50771 | InvocationID=211f7d1e-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:45:56+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=211f7918-535f-11ed-9371-82c058f50771 | InvocationID=211f7d1e-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:46:16+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e8188cc-535f-11ed-9371-82c058f50771 | InvocationID=1e818ce6-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:46:16+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d4846c0-535f-11ed-9371-82c058f50771 | InvocationID=2d4848aa-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:46:21+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=211f7918-535f-11ed-9371-82c058f50771 | InvocationID=211f7d1e-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:46:21+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=300e0a0c-535f-11ed-9371-82c058f50771 | InvocationID=300e0bf6-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:46:21+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=300e0a0c-535f-11ed-9371-82c058f50771 | InvocationID=300e0bf6-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:46:21+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=300e0a0c-535f-11ed-9371-82c058f50771 | InvocationID=300e0bf6-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:46:41+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d4846c0-535f-11ed-9371-82c058f50771 | InvocationID=2d4848aa-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:46:41+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c0cf318-535f-11ed-9371-82c058f50771 | InvocationID=3c0cf548-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:46:46+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=300e0a0c-535f-11ed-9371-82c058f50771 | InvocationID=300e0bf6-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:46:46+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3efb3e54-535f-11ed-9371-82c058f50771 | InvocationID=3efb402a-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:46:46+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3efb3e54-535f-11ed-9371-82c058f50771 | InvocationID=3efb402a-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:46:46+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3efb3e54-535f-11ed-9371-82c058f50771 | InvocationID=3efb402a-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:47:06+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c0cf318-535f-11ed-9371-82c058f50771 | InvocationID=3c0cf548-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:47:06+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ad0552a-535f-11ed-9371-82c058f50771 | InvocationID=4ad0575a-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:47:11+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3efb3e54-535f-11ed-9371-82c058f50771 | InvocationID=3efb402a-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:47:11+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de89466-535f-11ed-9371-82c058f50771 | InvocationID=4de89646-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:47:11+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de89466-535f-11ed-9371-82c058f50771 | InvocationID=4de89646-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:47:11+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de89466-535f-11ed-9371-82c058f50771 | InvocationID=4de89646-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:47:30+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ad0552a-535f-11ed-9371-82c058f50771 | InvocationID=4ad0575a-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:47:30+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59936c78-535f-11ed-9371-82c058f50771 | InvocationID=59936f52-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:47:36+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de89466-535f-11ed-9371-82c058f50771 | InvocationID=4de89646-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:47:36+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cd63b40-535f-11ed-9371-82c058f50771 | InvocationID=5cd63d2a-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:47:36+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cd63b40-535f-11ed-9371-82c058f50771 | InvocationID=5cd63d2a-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:47:36+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cd63b40-535f-11ed-9371-82c058f50771 | InvocationID=5cd63d2a-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:47:55+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59936c78-535f-11ed-9371-82c058f50771 | InvocationID=59936f52-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:47:55+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68571eb2-535f-11ed-9371-82c058f50771 | InvocationID=685720a6-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:48:01+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cd63b40-535f-11ed-9371-82c058f50771 | InvocationID=5cd63d2a-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:48:01+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc4d1c0-535f-11ed-9371-82c058f50771 | InvocationID=6bc4d396-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:48:01+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc4d1c0-535f-11ed-9371-82c058f50771 | InvocationID=6bc4d396-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:48:01+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bc4d1c0-535f-11ed-9371-82c058f50771 | InvocationID=6bc4d396-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:48:20+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68571eb2-535f-11ed-9371-82c058f50771 | InvocationID=685720a6-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:48:20+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=771a7098-535f-11ed-9371-82c058f50771 | InvocationID=771a73a4-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:48:26+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bc4d1c0-535f-11ed-9371-82c058f50771 | InvocationID=6bc4d396-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:48:26+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ab258d8-535f-11ed-9371-82c058f50771 | InvocationID=7ab25ac2-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:48:26+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ab258d8-535f-11ed-9371-82c058f50771 | InvocationID=7ab25ac2-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:48:26+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ab258d8-535f-11ed-9371-82c058f50771 | InvocationID=7ab25ac2-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:48:45+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=771a7098-535f-11ed-9371-82c058f50771 | InvocationID=771a73a4-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:48:45+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85ddde1c-535f-11ed-9371-82c058f50771 | InvocationID=85dde010-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:48:51+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ab258d8-535f-11ed-9371-82c058f50771 | InvocationID=7ab25ac2-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:48:51+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=899fafa8-535f-11ed-9371-82c058f50771 | InvocationID=899fb2fa-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:48:51+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=899fafa8-535f-11ed-9371-82c058f50771 | InvocationID=899fb2fa-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:48:51+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=899fafa8-535f-11ed-9371-82c058f50771 | InvocationID=899fb2fa-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:49:09+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85ddde1c-535f-11ed-9371-82c058f50771 | InvocationID=85dde010-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:49:09+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94a3bb92-535f-11ed-9371-82c058f50771 | InvocationID=94a3bd72-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:49:16+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=899fafa8-535f-11ed-9371-82c058f50771 | InvocationID=899fb2fa-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:49:16+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=988d563c-535f-11ed-9371-82c058f50771 | InvocationID=988d583a-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:49:16+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=988d563c-535f-11ed-9371-82c058f50771 | InvocationID=988d583a-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:49:16+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=988d563c-535f-11ed-9371-82c058f50771 | InvocationID=988d583a-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:49:34+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94a3bb92-535f-11ed-9371-82c058f50771 | InvocationID=94a3bd72-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:49:34+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a36b525c-535f-11ed-9371-82c058f50771 | InvocationID=a36b5ef0-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:49:41+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=988d563c-535f-11ed-9371-82c058f50771 | InvocationID=988d583a-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:49:41+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a77b9e4c-535f-11ed-9371-82c058f50771 | InvocationID=a77ba0c2-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:49:41+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a77b9e4c-535f-11ed-9371-82c058f50771 | InvocationID=a77ba0c2-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:49:41+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a77b9e4c-535f-11ed-9371-82c058f50771 | InvocationID=a77ba0c2-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:49:59+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a36b525c-535f-11ed-9371-82c058f50771 | InvocationID=a36b5ef0-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:49:59+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b22f82a4-535f-11ed-9371-82c058f50771 | InvocationID=b22f861e-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:50:06+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a77b9e4c-535f-11ed-9371-82c058f50771 | InvocationID=a77ba0c2-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:50:06+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b66928e8-535f-11ed-9371-82c058f50771 | InvocationID=b6692b72-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:50:06+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b66928e8-535f-11ed-9371-82c058f50771 | InvocationID=b6692b72-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:50:06+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b66928e8-535f-11ed-9371-82c058f50771 | InvocationID=b6692b72-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:50:24+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b22f82a4-535f-11ed-9371-82c058f50771 | InvocationID=b22f861e-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:50:24+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0f34bcc-535f-11ed-9371-82c058f50771 | InvocationID=c0f35054-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:50:31+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b66928e8-535f-11ed-9371-82c058f50771 | InvocationID=b6692b72-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:50:31+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c559a5a8-535f-11ed-9371-82c058f50771 | InvocationID=c559a7f6-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:50:31+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c559a5a8-535f-11ed-9371-82c058f50771 | InvocationID=c559a7f6-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:50:31+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c559a5a8-535f-11ed-9371-82c058f50771 | InvocationID=c559a7f6-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:50:49+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0f34bcc-535f-11ed-9371-82c058f50771 | InvocationID=c0f35054-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:50:49+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfb6dcd2-535f-11ed-9371-82c058f50771 | InvocationID=cfb6df34-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:50:56+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c559a5a8-535f-11ed-9371-82c058f50771 | InvocationID=c559a7f6-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:50:56+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4498402-535f-11ed-9371-82c058f50771 | InvocationID=d449863c-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:50:56+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4498402-535f-11ed-9371-82c058f50771 | InvocationID=d449863c-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:50:56+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4498402-535f-11ed-9371-82c058f50771 | InvocationID=d449863c-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:51:13+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfb6dcd2-535f-11ed-9371-82c058f50771 | InvocationID=cfb6df34-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:51:13+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7ab3a6-535f-11ed-9371-82c058f50771 | InvocationID=de7ab5fe-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:51:21+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4498402-535f-11ed-9371-82c058f50771 | InvocationID=d449863c-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:51:21+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e336fada-535f-11ed-9371-82c058f50771 | InvocationID=e336fd64-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:51:21+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e336fada-535f-11ed-9371-82c058f50771 | InvocationID=e336fd64-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:51:21+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e336fada-535f-11ed-9371-82c058f50771 | InvocationID=e336fd64-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:51:38+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de7ab3a6-535f-11ed-9371-82c058f50771 | InvocationID=de7ab5fe-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:51:38+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed3dfeca-535f-11ed-9371-82c058f50771 | InvocationID=ed3e00c8-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:51:46+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e336fada-535f-11ed-9371-82c058f50771 | InvocationID=e336fd64-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:51:46+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2248c2e-535f-11ed-9371-82c058f50771 | InvocationID=f2248e2c-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:51:46+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2248c2e-535f-11ed-9371-82c058f50771 | InvocationID=f2248e2c-535f-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:51:46+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2248c2e-535f-11ed-9371-82c058f50771 | InvocationID=f2248e2c-535f-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:52:03+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed3dfeca-535f-11ed-9371-82c058f50771 | InvocationID=ed3e00c8-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:52:03+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc016e56-535f-11ed-9371-82c058f50771 | InvocationID=fc0170ae-535f-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:52:11+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2248c2e-535f-11ed-9371-82c058f50771 | InvocationID=f2248e2c-535f-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:52:11+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01129eba-5360-11ed-9371-82c058f50771 | InvocationID=0112a0cc-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:52:11+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01129eba-5360-11ed-9371-82c058f50771 | InvocationID=0112a0cc-5360-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:52:11+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01129eba-5360-11ed-9371-82c058f50771 | InvocationID=0112a0cc-5360-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:52:28+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc016e56-535f-11ed-9371-82c058f50771 | InvocationID=fc0170ae-535f-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:52:28+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac5e3fe-5360-11ed-9371-82c058f50771 | InvocationID=0ac5e638-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:52:36+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01129eba-5360-11ed-9371-82c058f50771 | InvocationID=0112a0cc-5360-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:52:36+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1000b61e-5360-11ed-9371-82c058f50771 | InvocationID=1000b812-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:52:36+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1000b61e-5360-11ed-9371-82c058f50771 | InvocationID=1000b812-5360-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:52:36+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1000b61e-5360-11ed-9371-82c058f50771 | InvocationID=1000b812-5360-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:52:52+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ac5e3fe-5360-11ed-9371-82c058f50771 | InvocationID=0ac5e638-5360-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:52:52+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19903b3c-5360-11ed-9371-82c058f50771 | InvocationID=19903d94-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:53:01+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1000b61e-5360-11ed-9371-82c058f50771 | InvocationID=1000b812-5360-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:53:01+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eeec968-5360-11ed-9371-82c058f50771 | InvocationID=1eeecb66-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:53:01+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eeec968-5360-11ed-9371-82c058f50771 | InvocationID=1eeecb66-5360-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:53:01+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eeec968-5360-11ed-9371-82c058f50771 | InvocationID=1eeecb66-5360-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:53:17+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19903b3c-5360-11ed-9371-82c058f50771 | InvocationID=19903d94-5360-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:53:17+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=285af26a-5360-11ed-9371-82c058f50771 | InvocationID=285af558-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:53:26+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eeec968-5360-11ed-9371-82c058f50771 | InvocationID=1eeecb66-5360-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:53:26+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddc2006-5360-11ed-9371-82c058f50771 | InvocationID=2ddc21fa-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:53:27+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddc2006-5360-11ed-9371-82c058f50771 | InvocationID=2ddc21fa-5360-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:53:27+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddc2006-5360-11ed-9371-82c058f50771 | InvocationID=2ddc21fa-5360-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:53:42+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=285af26a-5360-11ed-9371-82c058f50771 | InvocationID=285af558-5360-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:53:42+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371ed9e2-5360-11ed-9371-82c058f50771 | InvocationID=371edbc2-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:53:52+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddc2006-5360-11ed-9371-82c058f50771 | InvocationID=2ddc21fa-5360-11ed-9371-82c058f50771 | Polling MR for XNF activation/deactivation policy response events.[0m 2022-10-24T05:53:52+0000 | policy_event_thread | 139867662674720 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cca9386-5360-11ed-9371-82c058f50771 | InvocationID=3cca9782-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-10-24T05:53:52+0000 | policy_event_thread | 139867662674720 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cca9386-5360-11ed-9371-82c058f50771 | InvocationID=3cca9782-5360-11ed-9371-82c058f50771 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:53:52+0000 | policy_event_thread | 139867662674720 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cca9386-5360-11ed-9371-82c058f50771 | InvocationID=3cca9782-5360-11ed-9371-82c058f50771 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-10-24T05:54:07+0000 | aai_event_thread | 139867661613856 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=371ed9e2-5360-11ed-9371-82c058f50771 | InvocationID=371edbc2-5360-11ed-9371-82c058f50771 | Polling MR for XNF AAI events.[0m 2022-10-24T05:54:07+0000 | aai_event_thread | 139867661613856 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45e1f91e-5360-11ed-9371-82c058f50771 | InvocationID=45e1fc20-5360-11ed-9371-82c058f50771 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-10-24T05:54:17+0000 | policy_event_thread | 139867662674720 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cca9386