By type
/opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(f.read()) 2022-11-07T05:00:00+0000 | MainThread | 139696126328136 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.[0m 2022-11-07T05:00:00+0000 | MainThread | 139696126328136 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}[0m 2022-11-07T05:00:00+0000 | MainThread | 139696126328136 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.[0m 2022-11-07T05:00:00+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:00:00+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.[0m 2022-11-07T05:00:00+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=087201ce-5e59-11ed-8f92-2e1730a6053c | InvocationID=087203ea-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:00:00+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08723c70-5e59-11ed-8f92-2e1730a6053c | InvocationID=08723da6-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:00:00+0000 | MainThread | 139696126328136 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server[0m 2022-11-07T05:00:01+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=087201ce-5e59-11ed-8f92-2e1730a6053c | InvocationID=087203ea-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError('
: Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:01+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=087201ce-5e59-11ed-8f92-2e1730a6053c | InvocationID=087203ea-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:01+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08723c70-5e59-11ed-8f92-2e1730a6053c | InvocationID=08723da6-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:01+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08723c70-5e59-11ed-8f92-2e1730a6053c | InvocationID=08723da6-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:21+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08723c70-5e59-11ed-8f92-2e1730a6053c | InvocationID=08723da6-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:00:21+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1500c3b2-5e59-11ed-8f92-2e1730a6053c | InvocationID=1500cb28-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:00:22+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1500c3b2-5e59-11ed-8f92-2e1730a6053c | InvocationID=1500cb28-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:22+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1500c3b2-5e59-11ed-8f92-2e1730a6053c | InvocationID=1500cb28-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:26+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=087201ce-5e59-11ed-8f92-2e1730a6053c | InvocationID=087203ea-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:00:26+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17fb4df8-5e59-11ed-8f92-2e1730a6053c | InvocationID=17fb4ff6-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:00:27+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17fb4df8-5e59-11ed-8f92-2e1730a6053c | InvocationID=17fb4ff6-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:27+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17fb4df8-5e59-11ed-8f92-2e1730a6053c | InvocationID=17fb4ff6-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:42+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1500c3b2-5e59-11ed-8f92-2e1730a6053c | InvocationID=1500cb28-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:00:42+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=218da3de-5e59-11ed-8f92-2e1730a6053c | InvocationID=218da596-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:00:43+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=218da3de-5e59-11ed-8f92-2e1730a6053c | InvocationID=218da596-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:43+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=218da3de-5e59-11ed-8f92-2e1730a6053c | InvocationID=218da596-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:52+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17fb4df8-5e59-11ed-8f92-2e1730a6053c | InvocationID=17fb4ff6-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:00:52+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2780fde0-5e59-11ed-8f92-2e1730a6053c | InvocationID=278104d4-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:00:53+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2780fde0-5e59-11ed-8f92-2e1730a6053c | InvocationID=278104d4-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:00:53+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2780fde0-5e59-11ed-8f92-2e1730a6053c | InvocationID=278104d4-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:03+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=218da3de-5e59-11ed-8f92-2e1730a6053c | InvocationID=218da596-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:01:03+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e19dd7a-5e59-11ed-8f92-2e1730a6053c | InvocationID=2e19ea04-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:01:04+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e19dd7a-5e59-11ed-8f92-2e1730a6053c | InvocationID=2e19ea04-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:04+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e19dd7a-5e59-11ed-8f92-2e1730a6053c | InvocationID=2e19ea04-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:18+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2780fde0-5e59-11ed-8f92-2e1730a6053c | InvocationID=278104d4-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:01:18+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3707ad0e-5e59-11ed-8f92-2e1730a6053c | InvocationID=3707b1e6-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:01:19+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3707ad0e-5e59-11ed-8f92-2e1730a6053c | InvocationID=3707b1e6-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:19+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3707ad0e-5e59-11ed-8f92-2e1730a6053c | InvocationID=3707b1e6-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:24+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e19dd7a-5e59-11ed-8f92-2e1730a6053c | InvocationID=2e19ea04-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:01:24+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aa6240e-5e59-11ed-8f92-2e1730a6053c | InvocationID=3aa626ca-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:01:25+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aa6240e-5e59-11ed-8f92-2e1730a6053c | InvocationID=3aa626ca-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:25+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aa6240e-5e59-11ed-8f92-2e1730a6053c | InvocationID=3aa626ca-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:44+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3707ad0e-5e59-11ed-8f92-2e1730a6053c | InvocationID=3707b1e6-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:01:44+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=468e9544-5e59-11ed-8f92-2e1730a6053c | InvocationID=468e9800-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:01:45+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=468e9544-5e59-11ed-8f92-2e1730a6053c | InvocationID=468e9800-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:45+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=468e9544-5e59-11ed-8f92-2e1730a6053c | InvocationID=468e9800-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:45+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aa6240e-5e59-11ed-8f92-2e1730a6053c | InvocationID=3aa626ca-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:01:45+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472e2230-5e59-11ed-8f92-2e1730a6053c | InvocationID=472e2406-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:01:46+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472e2230-5e59-11ed-8f92-2e1730a6053c | InvocationID=472e2406-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:01:46+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=472e2230-5e59-11ed-8f92-2e1730a6053c | InvocationID=472e2406-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:06+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=472e2230-5e59-11ed-8f92-2e1730a6053c | InvocationID=472e2406-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:02:06+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b67ab6-5e59-11ed-8f92-2e1730a6053c | InvocationID=53b67c96-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:02:07+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b67ab6-5e59-11ed-8f92-2e1730a6053c | InvocationID=53b67c96-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:07+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53b67ab6-5e59-11ed-8f92-2e1730a6053c | InvocationID=53b67c96-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:10+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=468e9544-5e59-11ed-8f92-2e1730a6053c | InvocationID=468e9800-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:02:10+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5614d1cc-5e59-11ed-8f92-2e1730a6053c | InvocationID=5614d3b6-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:02:11+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5614d1cc-5e59-11ed-8f92-2e1730a6053c | InvocationID=5614d3b6-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:11+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5614d1cc-5e59-11ed-8f92-2e1730a6053c | InvocationID=5614d3b6-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:27+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53b67ab6-5e59-11ed-8f92-2e1730a6053c | InvocationID=53b67c96-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:02:27+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604304fc-5e59-11ed-8f92-2e1730a6053c | InvocationID=60430736-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:02:28+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604304fc-5e59-11ed-8f92-2e1730a6053c | InvocationID=60430736-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:28+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=604304fc-5e59-11ed-8f92-2e1730a6053c | InvocationID=60430736-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:36+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5614d1cc-5e59-11ed-8f92-2e1730a6053c | InvocationID=5614d3b6-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:02:36+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=659b658e-5e59-11ed-8f92-2e1730a6053c | InvocationID=659b6714-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:02:37+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=659b658e-5e59-11ed-8f92-2e1730a6053c | InvocationID=659b6714-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:37+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=659b658e-5e59-11ed-8f92-2e1730a6053c | InvocationID=659b6714-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:48+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=604304fc-5e59-11ed-8f92-2e1730a6053c | InvocationID=60430736-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:02:48+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ccb13d6-5e59-11ed-8f92-2e1730a6053c | InvocationID=6ccb187c-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:02:49+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ccb13d6-5e59-11ed-8f92-2e1730a6053c | InvocationID=6ccb187c-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:02:49+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ccb13d6-5e59-11ed-8f92-2e1730a6053c | InvocationID=6ccb187c-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:03:02+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=659b658e-5e59-11ed-8f92-2e1730a6053c | InvocationID=659b6714-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:03:02+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75221cc8-5e59-11ed-8f92-2e1730a6053c | InvocationID=75221f70-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:03:03+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75221cc8-5e59-11ed-8f92-2e1730a6053c | InvocationID=75221f70-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:03:03+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75221cc8-5e59-11ed-8f92-2e1730a6053c | InvocationID=75221f70-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:03:09+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ccb13d6-5e59-11ed-8f92-2e1730a6053c | InvocationID=6ccb187c-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:03:09+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79533480-5e59-11ed-8f92-2e1730a6053c | InvocationID=7953364c-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:03:10+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79533480-5e59-11ed-8f92-2e1730a6053c | InvocationID=7953364c-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn conn = connection.create_connection( File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen httplib_response = self._make_request( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request self._validate_conn(conn) File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn conn.connect() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect conn = self._new_conn() File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen retries = retries.increment( File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}' File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:03:10+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79533480-5e59-11ed-8f92-2e1730a6053c | InvocationID=7953364c-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))[0m 2022-11-07T05:03:28+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75221cc8-5e59-11ed-8f92-2e1730a6053c | InvocationID=75221f70-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:03:28+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a8b170-5e59-11ed-8f92-2e1730a6053c | InvocationID=84a8b3dc-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:03:29+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a8b170-5e59-11ed-8f92-2e1730a6053c | InvocationID=84a8b3dc-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:03:29+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a8b170-5e59-11ed-8f92-2e1730a6053c | InvocationID=84a8b3dc-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:03:30+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79533480-5e59-11ed-8f92-2e1730a6053c | InvocationID=7953364c-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:03:30+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85db2078-5e59-11ed-8f92-2e1730a6053c | InvocationID=85db2244-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:03:31+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85db2078-5e59-11ed-8f92-2e1730a6053c | InvocationID=85db2244-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:03:31+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85db2078-5e59-11ed-8f92-2e1730a6053c | InvocationID=85db2244-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:03:51+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85db2078-5e59-11ed-8f92-2e1730a6053c | InvocationID=85db2244-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:03:51+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91ddb07a-5e59-11ed-8f92-2e1730a6053c | InvocationID=91ddb4a8-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:03:51+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91ddb07a-5e59-11ed-8f92-2e1730a6053c | InvocationID=91ddb4a8-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:03:51+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91ddb07a-5e59-11ed-8f92-2e1730a6053c | InvocationID=91ddb4a8-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:03:54+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84a8b170-5e59-11ed-8f92-2e1730a6053c | InvocationID=84a8b3dc-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:03:54+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93bfc414-5e59-11ed-8f92-2e1730a6053c | InvocationID=93bfc86a-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:03:54+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93bfc414-5e59-11ed-8f92-2e1730a6053c | InvocationID=93bfc86a-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:03:54+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93bfc414-5e59-11ed-8f92-2e1730a6053c | InvocationID=93bfc86a-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:04:11+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91ddb07a-5e59-11ed-8f92-2e1730a6053c | InvocationID=91ddb4a8-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:04:11+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dd1fcf6-5e59-11ed-8f92-2e1730a6053c | InvocationID=9dd1fed6-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:04:11+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dd1fcf6-5e59-11ed-8f92-2e1730a6053c | InvocationID=9dd1fed6-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:04:11+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dd1fcf6-5e59-11ed-8f92-2e1730a6053c | InvocationID=9dd1fed6-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:04:19+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93bfc414-5e59-11ed-8f92-2e1730a6053c | InvocationID=93bfc86a-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:04:19+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2b3b4c6-5e59-11ed-8f92-2e1730a6053c | InvocationID=a2b3b6e2-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:04:19+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2b3b4c6-5e59-11ed-8f92-2e1730a6053c | InvocationID=a2b3b6e2-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:04:19+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2b3b4c6-5e59-11ed-8f92-2e1730a6053c | InvocationID=a2b3b6e2-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:04:31+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dd1fcf6-5e59-11ed-8f92-2e1730a6053c | InvocationID=9dd1fed6-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:04:31+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c6d3ec-5e59-11ed-8f92-2e1730a6053c | InvocationID=a9c6d572-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:04:31+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9c6d3ec-5e59-11ed-8f92-2e1730a6053c | InvocationID=a9c6d572-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:04:31+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9c6d3ec-5e59-11ed-8f92-2e1730a6053c | InvocationID=a9c6d572-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:04:44+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2b3b4c6-5e59-11ed-8f92-2e1730a6053c | InvocationID=a2b3b6e2-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:04:44+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1a42f1a-5e59-11ed-8f92-2e1730a6053c | InvocationID=b1a430be-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:04:44+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1a42f1a-5e59-11ed-8f92-2e1730a6053c | InvocationID=b1a430be-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:04:44+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1a42f1a-5e59-11ed-8f92-2e1730a6053c | InvocationID=b1a430be-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:04:51+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9c6d3ec-5e59-11ed-8f92-2e1730a6053c | InvocationID=a9c6d572-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:04:51+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5bc2b2a-5e59-11ed-8f92-2e1730a6053c | InvocationID=b5bcafa0-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:04:51+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5bc2b2a-5e59-11ed-8f92-2e1730a6053c | InvocationID=b5bcafa0-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:04:51+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5bc2b2a-5e59-11ed-8f92-2e1730a6053c | InvocationID=b5bcafa0-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:05:09+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1a42f1a-5e59-11ed-8f92-2e1730a6053c | InvocationID=b1a430be-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:05:09+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0930802-5e59-11ed-8f92-2e1730a6053c | InvocationID=c0930a28-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:05:09+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0930802-5e59-11ed-8f92-2e1730a6053c | InvocationID=c0930a28-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:05:09+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0930802-5e59-11ed-8f92-2e1730a6053c | InvocationID=c0930a28-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:05:11+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5bc2b2a-5e59-11ed-8f92-2e1730a6053c | InvocationID=b5bcafa0-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:05:11+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b531ba-5e59-11ed-8f92-2e1730a6053c | InvocationID=c1b533b8-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:05:11+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b531ba-5e59-11ed-8f92-2e1730a6053c | InvocationID=c1b533b8-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:05:11+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b531ba-5e59-11ed-8f92-2e1730a6053c | InvocationID=c1b533b8-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:05:31+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b531ba-5e59-11ed-8f92-2e1730a6053c | InvocationID=c1b533b8-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:05:31+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda8e822-5e59-11ed-8f92-2e1730a6053c | InvocationID=cda8ebd8-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:05:31+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda8e822-5e59-11ed-8f92-2e1730a6053c | InvocationID=cda8ebd8-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:05:31+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cda8e822-5e59-11ed-8f92-2e1730a6053c | InvocationID=cda8ebd8-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:05:34+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0930802-5e59-11ed-8f92-2e1730a6053c | InvocationID=c0930a28-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:05:34+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf813564-5e59-11ed-8f92-2e1730a6053c | InvocationID=cf8139ec-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:05:34+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf813564-5e59-11ed-8f92-2e1730a6053c | InvocationID=cf8139ec-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:05:34+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf813564-5e59-11ed-8f92-2e1730a6053c | InvocationID=cf8139ec-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:05:51+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cda8e822-5e59-11ed-8f92-2e1730a6053c | InvocationID=cda8ebd8-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:05:51+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d99c2482-5e59-11ed-8f92-2e1730a6053c | InvocationID=d99c284c-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:05:51+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d99c2482-5e59-11ed-8f92-2e1730a6053c | InvocationID=d99c284c-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:05:51+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d99c2482-5e59-11ed-8f92-2e1730a6053c | InvocationID=d99c284c-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:05:59+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf813564-5e59-11ed-8f92-2e1730a6053c | InvocationID=cf8139ec-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:05:59+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de71025c-5e59-11ed-8f92-2e1730a6053c | InvocationID=de710658-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:05:59+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de71025c-5e59-11ed-8f92-2e1730a6053c | InvocationID=de710658-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:05:59+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de71025c-5e59-11ed-8f92-2e1730a6053c | InvocationID=de710658-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:06:11+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d99c2482-5e59-11ed-8f92-2e1730a6053c | InvocationID=d99c284c-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:06:11+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e593bf5c-5e59-11ed-8f92-2e1730a6053c | InvocationID=e593c182-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:06:11+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e593bf5c-5e59-11ed-8f92-2e1730a6053c | InvocationID=e593c182-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:06:11+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e593bf5c-5e59-11ed-8f92-2e1730a6053c | InvocationID=e593c182-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:06:24+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de71025c-5e59-11ed-8f92-2e1730a6053c | InvocationID=de710658-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:06:24+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed614ce0-5e59-11ed-8f92-2e1730a6053c | InvocationID=ed614eb6-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:06:24+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed614ce0-5e59-11ed-8f92-2e1730a6053c | InvocationID=ed614eb6-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:06:24+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed614ce0-5e59-11ed-8f92-2e1730a6053c | InvocationID=ed614eb6-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:06:31+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e593bf5c-5e59-11ed-8f92-2e1730a6053c | InvocationID=e593c182-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:06:31+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18aa6cc-5e59-11ed-8f92-2e1730a6053c | InvocationID=f18aa9e2-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:06:31+0000 | aai_event_thread | 139696075590432 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18aa6cc-5e59-11ed-8f92-2e1730a6053c | InvocationID=f18aa9e2-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:06:31+0000 | aai_event_thread | 139696075590432 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f18aa6cc-5e59-11ed-8f92-2e1730a6053c | InvocationID=f18aa9e2-5e59-11ed-8f92-2e1730a6053c | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000[0m 2022-11-07T05:06:49+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed614ce0-5e59-11ed-8f92-2e1730a6053c | InvocationID=ed614eb6-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:06:49+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc51a236-5e59-11ed-8f92-2e1730a6053c | InvocationID=fc51a45c-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:06:49+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc51a236-5e59-11ed-8f92-2e1730a6053c | InvocationID=fc51a45c-5e59-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:06:49+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc51a236-5e59-11ed-8f92-2e1730a6053c | InvocationID=fc51a45c-5e59-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:06:51+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f18aa6cc-5e59-11ed-8f92-2e1730a6053c | InvocationID=f18aa9e2-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:06:51+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd7eb6ee-5e59-11ed-8f92-2e1730a6053c | InvocationID=fd7eb8ec-5e59-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:07:14+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc51a236-5e59-11ed-8f92-2e1730a6053c | InvocationID=fc51a45c-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:07:14+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b441dd2-5e5a-11ed-8f92-2e1730a6053c | InvocationID=0b441ff8-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:07:14+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b441dd2-5e5a-11ed-8f92-2e1730a6053c | InvocationID=0b441ff8-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:07:14+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b441dd2-5e5a-11ed-8f92-2e1730a6053c | InvocationID=0b441ff8-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:07:15+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd7eb6ee-5e59-11ed-8f92-2e1730a6053c | InvocationID=fd7eb8ec-5e59-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:07:15+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bdc870c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=0bdc8900-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:07:35+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bdc870c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=0bdc8900-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:07:35+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d25cb2-5e5a-11ed-8f92-2e1730a6053c | InvocationID=17d25f1e-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:07:39+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b441dd2-5e5a-11ed-8f92-2e1730a6053c | InvocationID=0b441ff8-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:07:39+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a326de4-5e5a-11ed-8f92-2e1730a6053c | InvocationID=1a326f9c-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:07:39+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a326de4-5e5a-11ed-8f92-2e1730a6053c | InvocationID=1a326f9c-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:07:39+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a326de4-5e5a-11ed-8f92-2e1730a6053c | InvocationID=1a326f9c-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:07:55+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17d25cb2-5e5a-11ed-8f92-2e1730a6053c | InvocationID=17d25f1e-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:07:55+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23cb528a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=23cb54e2-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:08:04+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a326de4-5e5a-11ed-8f92-2e1730a6053c | InvocationID=1a326f9c-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:08:04+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2920808e-5e5a-11ed-8f92-2e1730a6053c | InvocationID=2920848a-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:08:04+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2920808e-5e5a-11ed-8f92-2e1730a6053c | InvocationID=2920848a-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:08:04+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2920808e-5e5a-11ed-8f92-2e1730a6053c | InvocationID=2920848a-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:08:16+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23cb528a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=23cb54e2-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:08:16+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fda7a9c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=2fda7f1a-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:08:29+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2920808e-5e5a-11ed-8f92-2e1730a6053c | InvocationID=2920848a-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:08:29+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3811864c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=3811889a-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:08:29+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3811864c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=3811889a-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:08:29+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3811864c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=3811889a-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:08:36+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fda7a9c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=2fda7f1a-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:08:36+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2021a8-5e5a-11ed-8f92-2e1730a6053c | InvocationID=3c2023b0-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:08:54+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3811864c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=3811889a-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:08:54+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4700485a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=470049ae-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:08:55+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4700485a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=470049ae-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:08:55+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4700485a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=470049ae-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:09:01+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c2021a8-5e5a-11ed-8f92-2e1730a6053c | InvocationID=3c2023b0-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:09:01+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ae4132a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=4ae41514-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:09:20+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4700485a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=470049ae-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:09:20+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ed66d6-5e5a-11ed-8f92-2e1730a6053c | InvocationID=55ed6870-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:09:20+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ed66d6-5e5a-11ed-8f92-2e1730a6053c | InvocationID=55ed6870-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:09:20+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ed66d6-5e5a-11ed-8f92-2e1730a6053c | InvocationID=55ed6870-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:09:26+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ae4132a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=4ae41514-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:09:26+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59a8cfcc-5e5a-11ed-8f92-2e1730a6053c | InvocationID=59a8d184-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:09:45+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ed66d6-5e5a-11ed-8f92-2e1730a6053c | InvocationID=55ed6870-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:09:45+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64db4096-5e5a-11ed-8f92-2e1730a6053c | InvocationID=64db4f6e-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:09:45+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64db4096-5e5a-11ed-8f92-2e1730a6053c | InvocationID=64db4f6e-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:09:45+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64db4096-5e5a-11ed-8f92-2e1730a6053c | InvocationID=64db4f6e-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:09:51+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59a8cfcc-5e5a-11ed-8f92-2e1730a6053c | InvocationID=59a8d184-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:09:51+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=686f2d26-5e5a-11ed-8f92-2e1730a6053c | InvocationID=686f2ef2-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:10:10+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64db4096-5e5a-11ed-8f92-2e1730a6053c | InvocationID=64db4f6e-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:10:10+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73c903ae-5e5a-11ed-8f92-2e1730a6053c | InvocationID=73c90566-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:10:10+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73c903ae-5e5a-11ed-8f92-2e1730a6053c | InvocationID=73c90566-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:10:10+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73c903ae-5e5a-11ed-8f92-2e1730a6053c | InvocationID=73c90566-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:10:15+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=686f2d26-5e5a-11ed-8f92-2e1730a6053c | InvocationID=686f2ef2-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:10:15+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77322ee4-5e5a-11ed-8f92-2e1730a6053c | InvocationID=77323114-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:10:35+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73c903ae-5e5a-11ed-8f92-2e1730a6053c | InvocationID=73c90566-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:10:35+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82b5f958-5e5a-11ed-8f92-2e1730a6053c | InvocationID=82b5fb1a-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:10:35+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82b5f958-5e5a-11ed-8f92-2e1730a6053c | InvocationID=82b5fb1a-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:10:35+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82b5f958-5e5a-11ed-8f92-2e1730a6053c | InvocationID=82b5fb1a-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:10:40+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77322ee4-5e5a-11ed-8f92-2e1730a6053c | InvocationID=77323114-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:10:40+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85f5aee2-5e5a-11ed-8f92-2e1730a6053c | InvocationID=85f5b54a-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:11:00+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82b5f958-5e5a-11ed-8f92-2e1730a6053c | InvocationID=82b5fb1a-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:11:00+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91a3ab0e-5e5a-11ed-8f92-2e1730a6053c | InvocationID=91a3b036-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:11:00+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91a3ab0e-5e5a-11ed-8f92-2e1730a6053c | InvocationID=91a3b036-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:11:00+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91a3ab0e-5e5a-11ed-8f92-2e1730a6053c | InvocationID=91a3b036-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:11:05+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85f5aee2-5e5a-11ed-8f92-2e1730a6053c | InvocationID=85f5b54a-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:11:05+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94bb8a5a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=94bb8d7a-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:11:25+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91a3ab0e-5e5a-11ed-8f92-2e1730a6053c | InvocationID=91a3b036-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:11:25+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a095a202-5e5a-11ed-8f92-2e1730a6053c | InvocationID=a095a4dc-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:11:25+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a095a202-5e5a-11ed-8f92-2e1730a6053c | InvocationID=a095a4dc-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:11:25+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a095a202-5e5a-11ed-8f92-2e1730a6053c | InvocationID=a095a4dc-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:11:30+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94bb8a5a-5e5a-11ed-8f92-2e1730a6053c | InvocationID=94bb8d7a-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:11:30+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a37ed86c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=a37eda38-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:11:50+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a095a202-5e5a-11ed-8f92-2e1730a6053c | InvocationID=a095a4dc-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:11:50+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af8464ba-5e5a-11ed-8f92-2e1730a6053c | InvocationID=af84674e-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:11:50+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af8464ba-5e5a-11ed-8f92-2e1730a6053c | InvocationID=af84674e-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:11:50+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af8464ba-5e5a-11ed-8f92-2e1730a6053c | InvocationID=af84674e-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:11:54+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a37ed86c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=a37eda38-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:11:54+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2422764-5e5a-11ed-8f92-2e1730a6053c | InvocationID=b242291c-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:12:15+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af8464ba-5e5a-11ed-8f92-2e1730a6053c | InvocationID=af84674e-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:12:15+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be73f756-5e5a-11ed-8f92-2e1730a6053c | InvocationID=be73fbac-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:12:15+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be73f756-5e5a-11ed-8f92-2e1730a6053c | InvocationID=be73fbac-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:12:15+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be73f756-5e5a-11ed-8f92-2e1730a6053c | InvocationID=be73fbac-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:12:19+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2422764-5e5a-11ed-8f92-2e1730a6053c | InvocationID=b242291c-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:12:19+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10ae010-5e5a-11ed-8f92-2e1730a6053c | InvocationID=c10ae25e-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:12:40+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be73f756-5e5a-11ed-8f92-2e1730a6053c | InvocationID=be73fbac-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:12:40+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd643492-5e5a-11ed-8f92-2e1730a6053c | InvocationID=cd643668-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:12:40+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd643492-5e5a-11ed-8f92-2e1730a6053c | InvocationID=cd643668-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:12:40+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd643492-5e5a-11ed-8f92-2e1730a6053c | InvocationID=cd643668-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:12:44+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c10ae010-5e5a-11ed-8f92-2e1730a6053c | InvocationID=c10ae25e-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:12:44+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfcd7086-5e5a-11ed-8f92-2e1730a6053c | InvocationID=cfcd72de-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:13:05+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd643492-5e5a-11ed-8f92-2e1730a6053c | InvocationID=cd643668-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:13:05+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc520808-5e5a-11ed-8f92-2e1730a6053c | InvocationID=dc520dbc-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:13:05+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc520808-5e5a-11ed-8f92-2e1730a6053c | InvocationID=dc520dbc-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:13:05+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc520808-5e5a-11ed-8f92-2e1730a6053c | InvocationID=dc520dbc-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:13:09+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfcd7086-5e5a-11ed-8f92-2e1730a6053c | InvocationID=cfcd72de-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:13:09+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de9275c6-5e5a-11ed-8f92-2e1730a6053c | InvocationID=de927800-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:13:30+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc520808-5e5a-11ed-8f92-2e1730a6053c | InvocationID=dc520dbc-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:13:30+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb409e60-5e5a-11ed-8f92-2e1730a6053c | InvocationID=eb40a04a-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:13:30+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb409e60-5e5a-11ed-8f92-2e1730a6053c | InvocationID=eb40a04a-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:13:30+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb409e60-5e5a-11ed-8f92-2e1730a6053c | InvocationID=eb40a04a-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:13:34+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de9275c6-5e5a-11ed-8f92-2e1730a6053c | InvocationID=de927800-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:13:34+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed558bac-5e5a-11ed-8f92-2e1730a6053c | InvocationID=ed558dbe-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:13:55+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb409e60-5e5a-11ed-8f92-2e1730a6053c | InvocationID=eb40a04a-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:13:55+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa307788-5e5a-11ed-8f92-2e1730a6053c | InvocationID=fa307972-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:13:55+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa307788-5e5a-11ed-8f92-2e1730a6053c | InvocationID=fa307972-5e5a-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:13:55+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa307788-5e5a-11ed-8f92-2e1730a6053c | InvocationID=fa307972-5e5a-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:13:58+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed558bac-5e5a-11ed-8f92-2e1730a6053c | InvocationID=ed558dbe-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:13:58+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1a495c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=fc1a4af6-5e5a-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:14:20+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa307788-5e5a-11ed-8f92-2e1730a6053c | InvocationID=fa307972-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:14:20+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=091e1b6a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=091e1d7c-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:14:20+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=091e1b6a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=091e1d7c-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:14:20+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=091e1b6a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=091e1d7c-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:14:23+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc1a495c-5e5a-11ed-8f92-2e1730a6053c | InvocationID=fc1a4af6-5e5a-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:14:23+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ade6e00-5e5b-11ed-8f92-2e1730a6053c | InvocationID=0ade6fe0-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:14:45+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=091e1b6a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=091e1d7c-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:14:45+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=180d0d8e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=180d0fd2-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:14:45+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=180d0d8e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=180d0fd2-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:14:45+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=180d0d8e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=180d0fd2-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:14:48+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ade6e00-5e5b-11ed-8f92-2e1730a6053c | InvocationID=0ade6fe0-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:14:48+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a24d8a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=19a24f2e-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:15:10+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=180d0d8e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=180d0fd2-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:15:10+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fb414e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=26fb42de-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:15:10+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26fb414e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=26fb42de-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:15:10+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26fb414e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=26fb42de-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:15:13+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19a24d8a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=19a24f2e-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:15:13+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28656eba-5e5b-11ed-8f92-2e1730a6053c | InvocationID=28657086-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:15:35+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26fb414e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=26fb42de-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:15:35+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e91bcc-5e5b-11ed-8f92-2e1730a6053c | InvocationID=35e91e24-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:15:35+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e91bcc-5e5b-11ed-8f92-2e1730a6053c | InvocationID=35e91e24-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:15:35+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e91bcc-5e5b-11ed-8f92-2e1730a6053c | InvocationID=35e91e24-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:15:37+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28656eba-5e5b-11ed-8f92-2e1730a6053c | InvocationID=28657086-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:15:37+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3727bf3e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=3727c128-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:16:00+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e91bcc-5e5b-11ed-8f92-2e1730a6053c | InvocationID=35e91e24-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:16:00+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d7946a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=44d79672-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:16:00+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d7946a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=44d79672-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:16:00+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d7946a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=44d79672-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:16:02+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3727bf3e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=3727c128-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:16:02+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45ed43a4-5e5b-11ed-8f92-2e1730a6053c | InvocationID=45ed45fc-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:16:25+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d7946a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=44d79672-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:16:25+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c55372-5e5b-11ed-8f92-2e1730a6053c | InvocationID=53c5557a-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:16:25+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c55372-5e5b-11ed-8f92-2e1730a6053c | InvocationID=53c5557a-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:16:25+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53c55372-5e5b-11ed-8f92-2e1730a6053c | InvocationID=53c5557a-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:16:27+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45ed43a4-5e5b-11ed-8f92-2e1730a6053c | InvocationID=45ed45fc-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:16:27+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54b65f74-5e5b-11ed-8f92-2e1730a6053c | InvocationID=54b661cc-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:16:50+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53c55372-5e5b-11ed-8f92-2e1730a6053c | InvocationID=53c5557a-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:16:50+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62b2d184-5e5b-11ed-8f92-2e1730a6053c | InvocationID=62b2d350-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:16:50+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62b2d184-5e5b-11ed-8f92-2e1730a6053c | InvocationID=62b2d350-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:16:50+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62b2d184-5e5b-11ed-8f92-2e1730a6053c | InvocationID=62b2d350-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:16:52+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54b65f74-5e5b-11ed-8f92-2e1730a6053c | InvocationID=54b661cc-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:16:52+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=637976b8-5e5b-11ed-8f92-2e1730a6053c | InvocationID=63797852-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:17:15+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62b2d184-5e5b-11ed-8f92-2e1730a6053c | InvocationID=62b2d350-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:17:15+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71a09e24-5e5b-11ed-8f92-2e1730a6053c | InvocationID=71a0a3ce-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:17:16+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71a09e24-5e5b-11ed-8f92-2e1730a6053c | InvocationID=71a0a3ce-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:17:16+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71a09e24-5e5b-11ed-8f92-2e1730a6053c | InvocationID=71a0a3ce-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:17:17+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=637976b8-5e5b-11ed-8f92-2e1730a6053c | InvocationID=63797852-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:17:17+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=723f3804-5e5b-11ed-8f92-2e1730a6053c | InvocationID=723f399e-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:17:41+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71a09e24-5e5b-11ed-8f92-2e1730a6053c | InvocationID=71a0a3ce-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:17:41+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=808ed3c4-5e5b-11ed-8f92-2e1730a6053c | InvocationID=808ed720-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:17:41+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=808ed3c4-5e5b-11ed-8f92-2e1730a6053c | InvocationID=808ed720-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:17:41+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=808ed3c4-5e5b-11ed-8f92-2e1730a6053c | InvocationID=808ed720-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:17:41+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=723f3804-5e5b-11ed-8f92-2e1730a6053c | InvocationID=723f399e-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:17:41+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81054234-5e5b-11ed-8f92-2e1730a6053c | InvocationID=810543b0-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:18:06+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=808ed3c4-5e5b-11ed-8f92-2e1730a6053c | InvocationID=808ed720-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:18:06+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7c5dca-5e5b-11ed-8f92-2e1730a6053c | InvocationID=8f7c5fe6-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:18:06+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7c5dca-5e5b-11ed-8f92-2e1730a6053c | InvocationID=8f7c5fe6-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:18:06+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f7c5dca-5e5b-11ed-8f92-2e1730a6053c | InvocationID=8f7c5fe6-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:18:06+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81054234-5e5b-11ed-8f92-2e1730a6053c | InvocationID=810543b0-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:18:06+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fc7fd5c-5e5b-11ed-8f92-2e1730a6053c | InvocationID=8fc80112-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:18:31+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f7c5dca-5e5b-11ed-8f92-2e1730a6053c | InvocationID=8f7c5fe6-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:18:31+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e69a07c-5e5b-11ed-8f92-2e1730a6053c | InvocationID=9e69a324-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:18:31+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e69a07c-5e5b-11ed-8f92-2e1730a6053c | InvocationID=9e69a324-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:18:31+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e69a07c-5e5b-11ed-8f92-2e1730a6053c | InvocationID=9e69a324-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:18:31+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fc7fd5c-5e5b-11ed-8f92-2e1730a6053c | InvocationID=8fc80112-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:18:31+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8ccc5a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=9e8cce4e-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:18:56+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e8ccc5a-5e5b-11ed-8f92-2e1730a6053c | InvocationID=9e8cce4e-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:18:56+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad4f60e0-5e5b-11ed-8f92-2e1730a6053c | InvocationID=ad4f62d4-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:18:56+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e69a07c-5e5b-11ed-8f92-2e1730a6053c | InvocationID=9e69a324-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:18:56+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad56ae36-5e5b-11ed-8f92-2e1730a6053c | InvocationID=ad56b016-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:18:56+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad56ae36-5e5b-11ed-8f92-2e1730a6053c | InvocationID=ad56b016-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:18:56+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad56ae36-5e5b-11ed-8f92-2e1730a6053c | InvocationID=ad56b016-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:19:20+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad4f60e0-5e5b-11ed-8f92-2e1730a6053c | InvocationID=ad4f62d4-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:19:20+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc12c432-5e5b-11ed-8f92-2e1730a6053c | InvocationID=bc12c5e0-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:19:21+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad56ae36-5e5b-11ed-8f92-2e1730a6053c | InvocationID=ad56b016-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:19:21+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc4398f0-5e5b-11ed-8f92-2e1730a6053c | InvocationID=bc439a8a-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:19:21+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc4398f0-5e5b-11ed-8f92-2e1730a6053c | InvocationID=bc439a8a-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:19:21+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc4398f0-5e5b-11ed-8f92-2e1730a6053c | InvocationID=bc439a8a-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:19:45+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc12c432-5e5b-11ed-8f92-2e1730a6053c | InvocationID=bc12c5e0-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:19:45+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cad5b948-5e5b-11ed-8f92-2e1730a6053c | InvocationID=cad5bb6e-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:19:46+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc4398f0-5e5b-11ed-8f92-2e1730a6053c | InvocationID=bc439a8a-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:19:46+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb306bd6-5e5b-11ed-8f92-2e1730a6053c | InvocationID=cb306d5c-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:19:46+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb306bd6-5e5b-11ed-8f92-2e1730a6053c | InvocationID=cb306d5c-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:19:46+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb306bd6-5e5b-11ed-8f92-2e1730a6053c | InvocationID=cb306d5c-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:20:10+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cad5b948-5e5b-11ed-8f92-2e1730a6053c | InvocationID=cad5bb6e-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:20:10+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9989a04-5e5b-11ed-8f92-2e1730a6053c | InvocationID=d9989be4-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:20:11+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb306bd6-5e5b-11ed-8f92-2e1730a6053c | InvocationID=cb306d5c-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:20:11+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da1e7f16-5e5b-11ed-8f92-2e1730a6053c | InvocationID=da1e80e2-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:20:11+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da1e7f16-5e5b-11ed-8f92-2e1730a6053c | InvocationID=da1e80e2-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:20:11+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da1e7f16-5e5b-11ed-8f92-2e1730a6053c | InvocationID=da1e80e2-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:20:35+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9989a04-5e5b-11ed-8f92-2e1730a6053c | InvocationID=d9989be4-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:20:35+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e85ad99e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=e85adb60-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:20:36+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da1e7f16-5e5b-11ed-8f92-2e1730a6053c | InvocationID=da1e80e2-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:20:36+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e90c0354-5e5b-11ed-8f92-2e1730a6053c | InvocationID=e90c050c-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:20:36+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e90c0354-5e5b-11ed-8f92-2e1730a6053c | InvocationID=e90c050c-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:20:36+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e90c0354-5e5b-11ed-8f92-2e1730a6053c | InvocationID=e90c050c-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:20:59+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e85ad99e-5e5b-11ed-8f92-2e1730a6053c | InvocationID=e85adb60-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:20:59+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f71da22c-5e5b-11ed-8f92-2e1730a6053c | InvocationID=f71da3e4-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:21:01+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e90c0354-5e5b-11ed-8f92-2e1730a6053c | InvocationID=e90c050c-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:21:01+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7f8ccbc-5e5b-11ed-8f92-2e1730a6053c | InvocationID=f7f8ce4c-5e5b-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:21:01+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7f8ccbc-5e5b-11ed-8f92-2e1730a6053c | InvocationID=f7f8ce4c-5e5b-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:21:01+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7f8ccbc-5e5b-11ed-8f92-2e1730a6053c | InvocationID=f7f8ce4c-5e5b-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:21:24+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f71da22c-5e5b-11ed-8f92-2e1730a6053c | InvocationID=f71da3e4-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:21:24+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05e30586-5e5c-11ed-8f92-2e1730a6053c | InvocationID=05e30798-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:21:26+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7f8ccbc-5e5b-11ed-8f92-2e1730a6053c | InvocationID=f7f8ce4c-5e5b-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:21:26+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06e706a8-5e5c-11ed-8f92-2e1730a6053c | InvocationID=06e70900-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:21:26+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06e706a8-5e5c-11ed-8f92-2e1730a6053c | InvocationID=06e70900-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:21:26+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06e706a8-5e5c-11ed-8f92-2e1730a6053c | InvocationID=06e70900-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:21:49+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05e30586-5e5c-11ed-8f92-2e1730a6053c | InvocationID=05e30798-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:21:49+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14a51f82-5e5c-11ed-8f92-2e1730a6053c | InvocationID=14a52112-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:21:51+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06e706a8-5e5c-11ed-8f92-2e1730a6053c | InvocationID=06e70900-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:21:51+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15d4b570-5e5c-11ed-8f92-2e1730a6053c | InvocationID=15d4b854-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:21:51+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15d4b570-5e5c-11ed-8f92-2e1730a6053c | InvocationID=15d4b854-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:21:51+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15d4b570-5e5c-11ed-8f92-2e1730a6053c | InvocationID=15d4b854-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:22:14+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14a51f82-5e5c-11ed-8f92-2e1730a6053c | InvocationID=14a52112-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:22:14+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2367f6fc-5e5c-11ed-8f92-2e1730a6053c | InvocationID=2367feb8-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:22:16+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15d4b570-5e5c-11ed-8f92-2e1730a6053c | InvocationID=15d4b854-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:22:16+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c1a43a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=24c1a6e2-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:22:16+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c1a43a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=24c1a6e2-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:22:16+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24c1a43a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=24c1a6e2-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:22:39+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2367f6fc-5e5c-11ed-8f92-2e1730a6053c | InvocationID=2367feb8-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:22:39+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=322c7d20-5e5c-11ed-8f92-2e1730a6053c | InvocationID=322c832e-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:22:41+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24c1a43a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=24c1a6e2-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:22:41+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33b0804c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=33b08268-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:22:41+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33b0804c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=33b08268-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:22:41+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33b0804c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=33b08268-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:23:03+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=322c7d20-5e5c-11ed-8f92-2e1730a6053c | InvocationID=322c832e-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:23:03+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40f27c9c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=40f27e36-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:23:06+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33b0804c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=33b08268-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:23:06+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42a051ae-5e5c-11ed-8f92-2e1730a6053c | InvocationID=42a053c0-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:23:06+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42a051ae-5e5c-11ed-8f92-2e1730a6053c | InvocationID=42a053c0-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:23:06+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42a051ae-5e5c-11ed-8f92-2e1730a6053c | InvocationID=42a053c0-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:23:28+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40f27c9c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=40f27e36-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:23:28+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fb8b44e-5e5c-11ed-8f92-2e1730a6053c | InvocationID=4fb8b6c4-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:23:31+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42a051ae-5e5c-11ed-8f92-2e1730a6053c | InvocationID=42a053c0-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:23:31+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5190315c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=51903350-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:23:31+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5190315c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=51903350-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:23:31+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5190315c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=51903350-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:23:53+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fb8b44e-5e5c-11ed-8f92-2e1730a6053c | InvocationID=4fb8b6c4-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:23:53+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e80126a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=5e80145e-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:23:56+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5190315c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=51903350-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:23:56+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=608a0584-5e5c-11ed-8f92-2e1730a6053c | InvocationID=608a076e-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:23:56+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=608a0584-5e5c-11ed-8f92-2e1730a6053c | InvocationID=608a076e-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:23:56+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=608a0584-5e5c-11ed-8f92-2e1730a6053c | InvocationID=608a076e-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:24:18+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e80126a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=5e80145e-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:24:18+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d47912e-5e5c-11ed-8f92-2e1730a6053c | InvocationID=6d4798c2-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:24:21+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=608a0584-5e5c-11ed-8f92-2e1730a6053c | InvocationID=608a076e-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:24:21+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7774be-5e5c-11ed-8f92-2e1730a6053c | InvocationID=6f7778b0-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:24:21+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7774be-5e5c-11ed-8f92-2e1730a6053c | InvocationID=6f7778b0-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:24:21+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7774be-5e5c-11ed-8f92-2e1730a6053c | InvocationID=6f7778b0-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:24:42+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d47912e-5e5c-11ed-8f92-2e1730a6053c | InvocationID=6d4798c2-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:24:42+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c0c2940-5e5c-11ed-8f92-2e1730a6053c | InvocationID=7c0c2b34-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:24:46+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7774be-5e5c-11ed-8f92-2e1730a6053c | InvocationID=6f7778b0-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:24:46+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e64e272-5e5c-11ed-8f92-2e1730a6053c | InvocationID=7e64eae2-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:24:46+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e64e272-5e5c-11ed-8f92-2e1730a6053c | InvocationID=7e64eae2-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:24:46+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e64e272-5e5c-11ed-8f92-2e1730a6053c | InvocationID=7e64eae2-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:25:07+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c0c2940-5e5c-11ed-8f92-2e1730a6053c | InvocationID=7c0c2b34-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:25:07+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad22826-5e5c-11ed-8f92-2e1730a6053c | InvocationID=8ad22a74-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:25:11+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e64e272-5e5c-11ed-8f92-2e1730a6053c | InvocationID=7e64eae2-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:25:11+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d53df0e-5e5c-11ed-8f92-2e1730a6053c | InvocationID=8d53e116-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:25:11+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d53df0e-5e5c-11ed-8f92-2e1730a6053c | InvocationID=8d53e116-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:25:11+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d53df0e-5e5c-11ed-8f92-2e1730a6053c | InvocationID=8d53e116-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:25:32+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ad22826-5e5c-11ed-8f92-2e1730a6053c | InvocationID=8ad22a74-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:25:32+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99965c10-5e5c-11ed-8f92-2e1730a6053c | InvocationID=99965dfa-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:25:36+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d53df0e-5e5c-11ed-8f92-2e1730a6053c | InvocationID=8d53e116-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:25:36+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c41d0c0-5e5c-11ed-8f92-2e1730a6053c | InvocationID=9c41d264-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:25:37+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c41d0c0-5e5c-11ed-8f92-2e1730a6053c | InvocationID=9c41d264-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:25:37+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c41d0c0-5e5c-11ed-8f92-2e1730a6053c | InvocationID=9c41d264-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:25:57+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99965c10-5e5c-11ed-8f92-2e1730a6053c | InvocationID=99965dfa-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:25:57+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85b589a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=a85b5ac0-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:26:02+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c41d0c0-5e5c-11ed-8f92-2e1730a6053c | InvocationID=9c41d264-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:26:02+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab30b420-5e5c-11ed-8f92-2e1730a6053c | InvocationID=ab30b808-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:26:02+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab30b420-5e5c-11ed-8f92-2e1730a6053c | InvocationID=ab30b808-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:26:02+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab30b420-5e5c-11ed-8f92-2e1730a6053c | InvocationID=ab30b808-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:26:22+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a85b589a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=a85b5ac0-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:26:22+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b71e9e5a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=b71ea026-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:26:27+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab30b420-5e5c-11ed-8f92-2e1730a6053c | InvocationID=ab30b808-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:26:27+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1eeff6-5e5c-11ed-8f92-2e1730a6053c | InvocationID=ba1ef398-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:26:27+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1eeff6-5e5c-11ed-8f92-2e1730a6053c | InvocationID=ba1ef398-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:26:27+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1eeff6-5e5c-11ed-8f92-2e1730a6053c | InvocationID=ba1ef398-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:26:46+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b71e9e5a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=b71ea026-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:26:46+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5e2d582-5e5c-11ed-8f92-2e1730a6053c | InvocationID=c5e2d762-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:26:52+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1eeff6-5e5c-11ed-8f92-2e1730a6053c | InvocationID=ba1ef398-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:26:52+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90f6dec-5e5c-11ed-8f92-2e1730a6053c | InvocationID=c90f6fcc-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:26:52+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90f6dec-5e5c-11ed-8f92-2e1730a6053c | InvocationID=c90f6fcc-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:26:52+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c90f6dec-5e5c-11ed-8f92-2e1730a6053c | InvocationID=c90f6fcc-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:27:11+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5e2d582-5e5c-11ed-8f92-2e1730a6053c | InvocationID=c5e2d762-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:27:11+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4aae424-5e5c-11ed-8f92-2e1730a6053c | InvocationID=d4aae60e-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:27:17+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c90f6dec-5e5c-11ed-8f92-2e1730a6053c | InvocationID=c90f6fcc-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:27:17+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7fd5d46-5e5c-11ed-8f92-2e1730a6053c | InvocationID=d7fd5f44-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:27:17+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7fd5d46-5e5c-11ed-8f92-2e1730a6053c | InvocationID=d7fd5f44-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:27:17+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7fd5d46-5e5c-11ed-8f92-2e1730a6053c | InvocationID=d7fd5f44-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:27:36+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4aae424-5e5c-11ed-8f92-2e1730a6053c | InvocationID=d4aae60e-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:27:36+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3726b3a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=e3726d42-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:27:42+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7fd5d46-5e5c-11ed-8f92-2e1730a6053c | InvocationID=d7fd5f44-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:27:42+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6eb743c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=e6eb7608-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:27:42+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6eb743c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=e6eb7608-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:27:42+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6eb743c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=e6eb7608-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:28:01+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3726b3a-5e5c-11ed-8f92-2e1730a6053c | InvocationID=e3726d42-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:28:01+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2367544-5e5c-11ed-8f92-2e1730a6053c | InvocationID=f236774c-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:28:07+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6eb743c-5e5c-11ed-8f92-2e1730a6053c | InvocationID=e6eb7608-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:28:07+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d90126-5e5c-11ed-8f92-2e1730a6053c | InvocationID=f5d902b6-5e5c-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:28:07+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d90126-5e5c-11ed-8f92-2e1730a6053c | InvocationID=f5d902b6-5e5c-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:28:07+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5d90126-5e5c-11ed-8f92-2e1730a6053c | InvocationID=f5d902b6-5e5c-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:28:25+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2367544-5e5c-11ed-8f92-2e1730a6053c | InvocationID=f236774c-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:28:25+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f9d1b6-5e5d-11ed-8f92-2e1730a6053c | InvocationID=00f9d3dc-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:28:32+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5d90126-5e5c-11ed-8f92-2e1730a6053c | InvocationID=f5d902b6-5e5c-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:28:32+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c6ba66-5e5d-11ed-8f92-2e1730a6053c | InvocationID=04c6bc32-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:28:32+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c6ba66-5e5d-11ed-8f92-2e1730a6053c | InvocationID=04c6bc32-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:28:32+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04c6ba66-5e5d-11ed-8f92-2e1730a6053c | InvocationID=04c6bc32-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:28:50+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00f9d1b6-5e5d-11ed-8f92-2e1730a6053c | InvocationID=00f9d3dc-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:28:50+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fbee5ba-5e5d-11ed-8f92-2e1730a6053c | InvocationID=0fbeede4-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:28:57+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04c6ba66-5e5d-11ed-8f92-2e1730a6053c | InvocationID=04c6bc32-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:28:57+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13b4a98e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=13b4ac5e-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:28:57+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13b4a98e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=13b4ac5e-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:28:57+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13b4a98e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=13b4ac5e-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:29:15+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fbee5ba-5e5d-11ed-8f92-2e1730a6053c | InvocationID=0fbeede4-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:29:15+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e83e244-5e5d-11ed-8f92-2e1730a6053c | InvocationID=1e83e5aa-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:29:22+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13b4a98e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=13b4ac5e-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:29:22+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a22d5e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=22a22f0c-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:29:22+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a22d5e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=22a22f0c-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:29:22+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22a22d5e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=22a22f0c-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:29:40+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e83e244-5e5d-11ed-8f92-2e1730a6053c | InvocationID=1e83e5aa-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:29:40+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d473718-5e5d-11ed-8f92-2e1730a6053c | InvocationID=2d47392a-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:29:47+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22a22d5e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=22a22f0c-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:29:47+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3190ae44-5e5d-11ed-8f92-2e1730a6053c | InvocationID=3190b074-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:29:47+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3190ae44-5e5d-11ed-8f92-2e1730a6053c | InvocationID=3190b074-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:29:47+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3190ae44-5e5d-11ed-8f92-2e1730a6053c | InvocationID=3190b074-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:30:05+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d473718-5e5d-11ed-8f92-2e1730a6053c | InvocationID=2d47392a-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:30:05+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c0b0a4a-5e5d-11ed-8f92-2e1730a6053c | InvocationID=3c0b0c2a-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:30:12+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3190ae44-5e5d-11ed-8f92-2e1730a6053c | InvocationID=3190b074-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:30:12+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=407e54ec-5e5d-11ed-8f92-2e1730a6053c | InvocationID=407e5712-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:30:12+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=407e54ec-5e5d-11ed-8f92-2e1730a6053c | InvocationID=407e5712-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:30:12+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=407e54ec-5e5d-11ed-8f92-2e1730a6053c | InvocationID=407e5712-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:30:29+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c0b0a4a-5e5d-11ed-8f92-2e1730a6053c | InvocationID=3c0b0c2a-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:30:29+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4acecbca-5e5d-11ed-8f92-2e1730a6053c | InvocationID=4acecd5a-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:30:37+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=407e54ec-5e5d-11ed-8f92-2e1730a6053c | InvocationID=407e5712-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:30:37+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f6c222c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=4f6c24ac-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:30:37+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f6c222c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=4f6c24ac-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:30:37+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f6c222c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=4f6c24ac-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:30:54+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4acecbca-5e5d-11ed-8f92-2e1730a6053c | InvocationID=4acecd5a-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:30:54+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59915286-5e5d-11ed-8f92-2e1730a6053c | InvocationID=599154a2-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:31:02+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f6c222c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=4f6c24ac-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:31:02+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5a5e66-5e5d-11ed-8f92-2e1730a6053c | InvocationID=5e5a6078-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:31:02+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5a5e66-5e5d-11ed-8f92-2e1730a6053c | InvocationID=5e5a6078-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:31:02+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e5a5e66-5e5d-11ed-8f92-2e1730a6053c | InvocationID=5e5a6078-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:31:19+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59915286-5e5d-11ed-8f92-2e1730a6053c | InvocationID=599154a2-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:31:19+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=685585b2-5e5d-11ed-8f92-2e1730a6053c | InvocationID=685587c4-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:31:27+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e5a5e66-5e5d-11ed-8f92-2e1730a6053c | InvocationID=5e5a6078-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:31:27+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d48291c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=6d482c82-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:31:27+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d48291c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=6d482c82-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:31:27+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d48291c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=6d482c82-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:31:44+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=685585b2-5e5d-11ed-8f92-2e1730a6053c | InvocationID=685587c4-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:31:44+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7717fbc0-5e5d-11ed-8f92-2e1730a6053c | InvocationID=77180110-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:31:52+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d48291c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=6d482c82-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:31:52+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c36a5e8-5e5d-11ed-8f92-2e1730a6053c | InvocationID=7c36a99e-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:31:52+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c36a5e8-5e5d-11ed-8f92-2e1730a6053c | InvocationID=7c36a99e-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:31:52+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c36a5e8-5e5d-11ed-8f92-2e1730a6053c | InvocationID=7c36a99e-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:32:08+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7717fbc0-5e5d-11ed-8f92-2e1730a6053c | InvocationID=77180110-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:32:08+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85de27ba-5e5d-11ed-8f92-2e1730a6053c | InvocationID=85de2ca6-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:32:17+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c36a5e8-5e5d-11ed-8f92-2e1730a6053c | InvocationID=7c36a99e-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:32:17+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b256094-5e5d-11ed-8f92-2e1730a6053c | InvocationID=8b2562c4-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:32:17+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b256094-5e5d-11ed-8f92-2e1730a6053c | InvocationID=8b2562c4-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:32:17+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b256094-5e5d-11ed-8f92-2e1730a6053c | InvocationID=8b2562c4-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:32:33+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85de27ba-5e5d-11ed-8f92-2e1730a6053c | InvocationID=85de2ca6-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:32:33+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94a233ae-5e5d-11ed-8f92-2e1730a6053c | InvocationID=94a235ac-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:32:42+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b256094-5e5d-11ed-8f92-2e1730a6053c | InvocationID=8b2562c4-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:32:42+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a13d6bc-5e5d-11ed-8f92-2e1730a6053c | InvocationID=9a13d8ce-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:32:42+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a13d6bc-5e5d-11ed-8f92-2e1730a6053c | InvocationID=9a13d8ce-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:32:42+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a13d6bc-5e5d-11ed-8f92-2e1730a6053c | InvocationID=9a13d8ce-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:32:58+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94a233ae-5e5d-11ed-8f92-2e1730a6053c | InvocationID=94a235ac-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:32:58+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a36574b4-5e5d-11ed-8f92-2e1730a6053c | InvocationID=a365768a-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:33:07+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a13d6bc-5e5d-11ed-8f92-2e1730a6053c | InvocationID=9a13d8ce-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:33:07+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9016158-5e5d-11ed-8f92-2e1730a6053c | InvocationID=a90163e2-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:33:07+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9016158-5e5d-11ed-8f92-2e1730a6053c | InvocationID=a90163e2-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:33:07+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9016158-5e5d-11ed-8f92-2e1730a6053c | InvocationID=a90163e2-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:33:23+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a36574b4-5e5d-11ed-8f92-2e1730a6053c | InvocationID=a365768a-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:33:23+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b229897c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=b2298bf2-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:33:32+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9016158-5e5d-11ed-8f92-2e1730a6053c | InvocationID=a90163e2-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:33:32+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f0b7ea-5e5d-11ed-8f92-2e1730a6053c | InvocationID=b7f0ba4c-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:33:33+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f0b7ea-5e5d-11ed-8f92-2e1730a6053c | InvocationID=b7f0ba4c-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:33:33+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f0b7ea-5e5d-11ed-8f92-2e1730a6053c | InvocationID=b7f0ba4c-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:33:48+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b229897c-5e5d-11ed-8f92-2e1730a6053c | InvocationID=b2298bf2-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:33:48+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0f24d40-5e5d-11ed-8f92-2e1730a6053c | InvocationID=c0f24f66-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:33:58+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f0b7ea-5e5d-11ed-8f92-2e1730a6053c | InvocationID=b7f0ba4c-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:33:58+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e45acc-5e5d-11ed-8f92-2e1730a6053c | InvocationID=c6e45d10-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:33:58+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e45acc-5e5d-11ed-8f92-2e1730a6053c | InvocationID=c6e45d10-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:33:58+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6e45acc-5e5d-11ed-8f92-2e1730a6053c | InvocationID=c6e45d10-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:34:12+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0f24d40-5e5d-11ed-8f92-2e1730a6053c | InvocationID=c0f24f66-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:34:12+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfb73b06-5e5d-11ed-8f92-2e1730a6053c | InvocationID=cfb73cbe-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:34:23+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6e45acc-5e5d-11ed-8f92-2e1730a6053c | InvocationID=c6e45d10-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:34:23+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5d3fee8-5e5d-11ed-8f92-2e1730a6053c | InvocationID=d5d40122-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:34:23+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5d3fee8-5e5d-11ed-8f92-2e1730a6053c | InvocationID=d5d40122-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:34:23+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5d3fee8-5e5d-11ed-8f92-2e1730a6053c | InvocationID=d5d40122-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:34:37+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfb73b06-5e5d-11ed-8f92-2e1730a6053c | InvocationID=cfb73cbe-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:34:37+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7b43b2-5e5d-11ed-8f92-2e1730a6053c | InvocationID=de7b4e70-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:34:48+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5d3fee8-5e5d-11ed-8f92-2e1730a6053c | InvocationID=d5d40122-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:34:48+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4c1f694-5e5d-11ed-8f92-2e1730a6053c | InvocationID=e4c1faae-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:34:48+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4c1f694-5e5d-11ed-8f92-2e1730a6053c | InvocationID=e4c1faae-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:34:48+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4c1f694-5e5d-11ed-8f92-2e1730a6053c | InvocationID=e4c1faae-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:35:02+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de7b43b2-5e5d-11ed-8f92-2e1730a6053c | InvocationID=de7b4e70-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:35:02+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed3e6d7a-5e5d-11ed-8f92-2e1730a6053c | InvocationID=ed3e6f78-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:35:13+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4c1f694-5e5d-11ed-8f92-2e1730a6053c | InvocationID=e4c1faae-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:35:13+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3afd19e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=f3afd37e-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:35:13+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3afd19e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=f3afd37e-5e5d-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:35:13+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3afd19e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=f3afd37e-5e5d-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:35:27+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed3e6d7a-5e5d-11ed-8f92-2e1730a6053c | InvocationID=ed3e6f78-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:35:27+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc03187e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=fc031b6c-5e5d-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:35:38+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3afd19e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=f3afd37e-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:35:38+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029ed47a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=029ed68c-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:35:38+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029ed47a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=029ed68c-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:35:38+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=029ed47a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=029ed68c-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:35:51+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc03187e-5e5d-11ed-8f92-2e1730a6053c | InvocationID=fc031b6c-5e5d-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:35:51+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac7c828-5e5e-11ed-8f92-2e1730a6053c | InvocationID=0ac7cc42-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:36:03+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=029ed47a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=029ed68c-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:36:03+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=118d0c40-5e5e-11ed-8f92-2e1730a6053c | InvocationID=118d1082-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:36:03+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=118d0c40-5e5e-11ed-8f92-2e1730a6053c | InvocationID=118d1082-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:36:03+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=118d0c40-5e5e-11ed-8f92-2e1730a6053c | InvocationID=118d1082-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:36:16+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ac7c828-5e5e-11ed-8f92-2e1730a6053c | InvocationID=0ac7cc42-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:36:16+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=198cba3a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=198cbd64-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:36:28+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=118d0c40-5e5e-11ed-8f92-2e1730a6053c | InvocationID=118d1082-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:36:28+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=207b9186-5e5e-11ed-8f92-2e1730a6053c | InvocationID=207b9488-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:36:28+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=207b9186-5e5e-11ed-8f92-2e1730a6053c | InvocationID=207b9488-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:36:28+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=207b9186-5e5e-11ed-8f92-2e1730a6053c | InvocationID=207b9488-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:36:41+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=198cba3a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=198cbd64-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:36:41+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28542544-5e5e-11ed-8f92-2e1730a6053c | InvocationID=2854279c-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:36:53+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=207b9186-5e5e-11ed-8f92-2e1730a6053c | InvocationID=207b9488-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:36:53+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f6b1af4-5e5e-11ed-8f92-2e1730a6053c | InvocationID=2f6b1cca-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:36:53+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f6b1af4-5e5e-11ed-8f92-2e1730a6053c | InvocationID=2f6b1cca-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:36:53+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f6b1af4-5e5e-11ed-8f92-2e1730a6053c | InvocationID=2f6b1cca-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:37:06+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28542544-5e5e-11ed-8f92-2e1730a6053c | InvocationID=2854279c-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:37:06+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37199c1c-5e5e-11ed-8f92-2e1730a6053c | InvocationID=3719a91e-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:37:18+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f6b1af4-5e5e-11ed-8f92-2e1730a6053c | InvocationID=2f6b1cca-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:37:18+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e5875a2-5e5e-11ed-8f92-2e1730a6053c | InvocationID=3e587872-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:37:18+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e5875a2-5e5e-11ed-8f92-2e1730a6053c | InvocationID=3e587872-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:37:18+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e5875a2-5e5e-11ed-8f92-2e1730a6053c | InvocationID=3e587872-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:37:31+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37199c1c-5e5e-11ed-8f92-2e1730a6053c | InvocationID=3719a91e-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:37:31+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45dd3790-5e5e-11ed-8f92-2e1730a6053c | InvocationID=45dd3a2e-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:37:43+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e5875a2-5e5e-11ed-8f92-2e1730a6053c | InvocationID=3e587872-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:37:43+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d47d49a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=4d47d68e-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:37:43+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d47d49a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=4d47d68e-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:37:43+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d47d49a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=4d47d68e-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:37:55+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45dd3790-5e5e-11ed-8f92-2e1730a6053c | InvocationID=45dd3a2e-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:37:55+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54a15a4a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=54a172d2-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:38:08+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d47d49a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=4d47d68e-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:38:08+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c365292-5e5e-11ed-8f92-2e1730a6053c | InvocationID=5c365512-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:38:08+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c365292-5e5e-11ed-8f92-2e1730a6053c | InvocationID=5c365512-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:38:08+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c365292-5e5e-11ed-8f92-2e1730a6053c | InvocationID=5c365512-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:38:20+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54a15a4a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=54a172d2-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:38:20+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63654e56-5e5e-11ed-8f92-2e1730a6053c | InvocationID=63655928-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:38:33+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c365292-5e5e-11ed-8f92-2e1730a6053c | InvocationID=5c365512-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:38:33+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b24cd74-5e5e-11ed-8f92-2e1730a6053c | InvocationID=6b24cf22-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:38:33+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b24cd74-5e5e-11ed-8f92-2e1730a6053c | InvocationID=6b24cf22-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:38:33+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b24cd74-5e5e-11ed-8f92-2e1730a6053c | InvocationID=6b24cf22-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:38:45+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63654e56-5e5e-11ed-8f92-2e1730a6053c | InvocationID=63655928-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:38:45+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7229ea50-5e5e-11ed-8f92-2e1730a6053c | InvocationID=7229ecd0-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:38:58+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b24cd74-5e5e-11ed-8f92-2e1730a6053c | InvocationID=6b24cf22-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:38:58+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a124bfe-5e5e-11ed-8f92-2e1730a6053c | InvocationID=7a124de8-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:38:58+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a124bfe-5e5e-11ed-8f92-2e1730a6053c | InvocationID=7a124de8-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:38:58+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a124bfe-5e5e-11ed-8f92-2e1730a6053c | InvocationID=7a124de8-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:39:10+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7229ea50-5e5e-11ed-8f92-2e1730a6053c | InvocationID=7229ecd0-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:39:10+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80eec286-5e5e-11ed-8f92-2e1730a6053c | InvocationID=80eec54c-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:39:23+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a124bfe-5e5e-11ed-8f92-2e1730a6053c | InvocationID=7a124de8-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:39:23+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88ffa76a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=88ffa9a4-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:39:23+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88ffa76a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=88ffa9a4-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:39:23+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88ffa76a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=88ffa9a4-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:39:34+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80eec286-5e5e-11ed-8f92-2e1730a6053c | InvocationID=80eec54c-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:39:34+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fb3d752-5e5e-11ed-8f92-2e1730a6053c | InvocationID=8fb3d928-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:39:48+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88ffa76a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=88ffa9a4-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:39:48+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97ee6900-5e5e-11ed-8f92-2e1730a6053c | InvocationID=97ee6afe-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:39:48+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97ee6900-5e5e-11ed-8f92-2e1730a6053c | InvocationID=97ee6afe-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:39:48+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97ee6900-5e5e-11ed-8f92-2e1730a6053c | InvocationID=97ee6afe-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:39:59+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fb3d752-5e5e-11ed-8f92-2e1730a6053c | InvocationID=8fb3d928-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:39:59+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e78844a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=9e78863e-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:40:13+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97ee6900-5e5e-11ed-8f92-2e1730a6053c | InvocationID=97ee6afe-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:40:13+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6dd8b76-5e5e-11ed-8f92-2e1730a6053c | InvocationID=a6dd8da6-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:40:13+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6dd8b76-5e5e-11ed-8f92-2e1730a6053c | InvocationID=a6dd8da6-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:40:13+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6dd8b76-5e5e-11ed-8f92-2e1730a6053c | InvocationID=a6dd8da6-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:40:24+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e78844a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=9e78863e-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:40:24+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3e6468-5e5e-11ed-8f92-2e1730a6053c | InvocationID=ad3e6666-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:40:38+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6dd8b76-5e5e-11ed-8f92-2e1730a6053c | InvocationID=a6dd8da6-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:40:38+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5caf6b4-5e5e-11ed-8f92-2e1730a6053c | InvocationID=b5caf902-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:40:38+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5caf6b4-5e5e-11ed-8f92-2e1730a6053c | InvocationID=b5caf902-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:40:38+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5caf6b4-5e5e-11ed-8f92-2e1730a6053c | InvocationID=b5caf902-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:40:49+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad3e6468-5e5e-11ed-8f92-2e1730a6053c | InvocationID=ad3e6666-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:40:49+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc018e30-5e5e-11ed-8f92-2e1730a6053c | InvocationID=bc018ffc-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:41:03+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5caf6b4-5e5e-11ed-8f92-2e1730a6053c | InvocationID=b5caf902-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:41:03+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4b9585a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=c4b959e0-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:41:03+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4b9585a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=c4b959e0-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:41:03+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4b9585a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=c4b959e0-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:41:14+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc018e30-5e5e-11ed-8f92-2e1730a6053c | InvocationID=bc018ffc-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:41:14+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac4cd60-5e5e-11ed-8f92-2e1730a6053c | InvocationID=cac4cef0-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:41:28+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4b9585a-5e5e-11ed-8f92-2e1730a6053c | InvocationID=c4b959e0-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:41:28+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3a741f6-5e5e-11ed-8f92-2e1730a6053c | InvocationID=d3a743fe-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:41:28+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3a741f6-5e5e-11ed-8f92-2e1730a6053c | InvocationID=d3a743fe-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:41:28+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3a741f6-5e5e-11ed-8f92-2e1730a6053c | InvocationID=d3a743fe-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:41:38+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cac4cd60-5e5e-11ed-8f92-2e1730a6053c | InvocationID=cac4cef0-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:41:38+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d987ee54-5e5e-11ed-8f92-2e1730a6053c | InvocationID=d987f0c0-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:41:53+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3a741f6-5e5e-11ed-8f92-2e1730a6053c | InvocationID=d3a743fe-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:41:53+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2953998-5e5e-11ed-8f92-2e1730a6053c | InvocationID=e2953b96-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:41:54+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2953998-5e5e-11ed-8f92-2e1730a6053c | InvocationID=e2953b96-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:41:54+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2953998-5e5e-11ed-8f92-2e1730a6053c | InvocationID=e2953b96-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:42:03+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d987ee54-5e5e-11ed-8f92-2e1730a6053c | InvocationID=d987f0c0-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:42:03+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e84b6e20-5e5e-11ed-8f92-2e1730a6053c | InvocationID=e84b72bc-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:42:19+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2953998-5e5e-11ed-8f92-2e1730a6053c | InvocationID=e2953b96-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:42:19+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1836ea2-5e5e-11ed-8f92-2e1730a6053c | InvocationID=f1837050-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:42:19+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1836ea2-5e5e-11ed-8f92-2e1730a6053c | InvocationID=f1837050-5e5e-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:42:19+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1836ea2-5e5e-11ed-8f92-2e1730a6053c | InvocationID=f1837050-5e5e-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:42:28+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e84b6e20-5e5e-11ed-8f92-2e1730a6053c | InvocationID=e84b72bc-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:42:28+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f70e1732-5e5e-11ed-8f92-2e1730a6053c | InvocationID=f70e1930-5e5e-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:42:44+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1836ea2-5e5e-11ed-8f92-2e1730a6053c | InvocationID=f1837050-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:42:44+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00721418-5e5f-11ed-8f92-2e1730a6053c | InvocationID=0072167a-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:42:44+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00721418-5e5f-11ed-8f92-2e1730a6053c | InvocationID=0072167a-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:42:44+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00721418-5e5f-11ed-8f92-2e1730a6053c | InvocationID=0072167a-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:42:53+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f70e1732-5e5e-11ed-8f92-2e1730a6053c | InvocationID=f70e1930-5e5e-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:42:53+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05d0bc02-5e5f-11ed-8f92-2e1730a6053c | InvocationID=05d0bdec-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:43:09+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00721418-5e5f-11ed-8f92-2e1730a6053c | InvocationID=0072167a-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:43:09+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f6104fc-5e5f-11ed-8f92-2e1730a6053c | InvocationID=0f61070e-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:43:09+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f6104fc-5e5f-11ed-8f92-2e1730a6053c | InvocationID=0f61070e-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:43:09+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f6104fc-5e5f-11ed-8f92-2e1730a6053c | InvocationID=0f61070e-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:43:17+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05d0bc02-5e5f-11ed-8f92-2e1730a6053c | InvocationID=05d0bdec-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:43:17+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=149492a4-5e5f-11ed-8f92-2e1730a6053c | InvocationID=149494d4-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:43:34+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f6104fc-5e5f-11ed-8f92-2e1730a6053c | InvocationID=0f61070e-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:43:34+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e506e6c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=1e507042-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:43:34+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e506e6c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=1e507042-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:43:34+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e506e6c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=1e507042-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:43:42+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=149492a4-5e5f-11ed-8f92-2e1730a6053c | InvocationID=149494d4-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:43:42+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2359261a-5e5f-11ed-8f92-2e1730a6053c | InvocationID=235928b8-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:43:59+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e506e6c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=1e507042-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:43:59+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d40a3b0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=2d40a568-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:43:59+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d40a3b0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=2d40a568-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:43:59+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d40a3b0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=2d40a568-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:44:07+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2359261a-5e5f-11ed-8f92-2e1730a6053c | InvocationID=235928b8-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:44:07+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=321e894c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=321e8ae6-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:44:24+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d40a3b0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=2d40a568-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:44:24+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2e0b7e-5e5f-11ed-8f92-2e1730a6053c | InvocationID=3c2e0d0e-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:44:24+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2e0b7e-5e5f-11ed-8f92-2e1730a6053c | InvocationID=3c2e0d0e-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:44:24+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c2e0b7e-5e5f-11ed-8f92-2e1730a6053c | InvocationID=3c2e0d0e-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:44:32+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=321e894c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=321e8ae6-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:44:32+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e1b512-5e5f-11ed-8f92-2e1730a6053c | InvocationID=40e1b6b6-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:44:49+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c2e0b7e-5e5f-11ed-8f92-2e1730a6053c | InvocationID=3c2e0d0e-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:44:49+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1b004c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=4b1b0286-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:44:49+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1b004c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=4b1b0286-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:44:49+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1b004c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=4b1b0286-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:44:56+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40e1b512-5e5f-11ed-8f92-2e1730a6053c | InvocationID=40e1b6b6-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:44:56+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fa46fae-5e5f-11ed-8f92-2e1730a6053c | InvocationID=4fa47508-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:45:14+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1b004c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=4b1b0286-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:45:14+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0a2f74-5e5f-11ed-8f92-2e1730a6053c | InvocationID=5a0a344c-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:45:14+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0a2f74-5e5f-11ed-8f92-2e1730a6053c | InvocationID=5a0a344c-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:45:14+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0a2f74-5e5f-11ed-8f92-2e1730a6053c | InvocationID=5a0a344c-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:45:21+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fa46fae-5e5f-11ed-8f92-2e1730a6053c | InvocationID=4fa47508-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:45:21+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e6daf1e-5e5f-11ed-8f92-2e1730a6053c | InvocationID=5e6db4dc-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:45:39+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0a2f74-5e5f-11ed-8f92-2e1730a6053c | InvocationID=5a0a344c-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:45:39+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f7d928-5e5f-11ed-8f92-2e1730a6053c | InvocationID=68f7dba8-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:45:39+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68f7d928-5e5f-11ed-8f92-2e1730a6053c | InvocationID=68f7dba8-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:45:39+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f7d928-5e5f-11ed-8f92-2e1730a6053c | InvocationID=68f7dba8-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:45:46+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e6daf1e-5e5f-11ed-8f92-2e1730a6053c | InvocationID=5e6db4dc-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:45:46+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d329118-5e5f-11ed-8f92-2e1730a6053c | InvocationID=6d32932a-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:46:04+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68f7d928-5e5f-11ed-8f92-2e1730a6053c | InvocationID=68f7dba8-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:46:04+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77e52062-5e5f-11ed-8f92-2e1730a6053c | InvocationID=77e5221a-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:46:04+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77e52062-5e5f-11ed-8f92-2e1730a6053c | InvocationID=77e5221a-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:46:04+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77e52062-5e5f-11ed-8f92-2e1730a6053c | InvocationID=77e5221a-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:46:11+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d329118-5e5f-11ed-8f92-2e1730a6053c | InvocationID=6d32932a-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:46:11+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bf7d7d0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=7bf7d9e2-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:46:29+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77e52062-5e5f-11ed-8f92-2e1730a6053c | InvocationID=77e5221a-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:46:29+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86d2a57c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=86d2a798-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:46:29+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86d2a57c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=86d2a798-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:46:29+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86d2a57c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=86d2a798-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:46:36+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bf7d7d0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=7bf7d9e2-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:46:36+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8abe2684-5e5f-11ed-8f92-2e1730a6053c | InvocationID=8abe2850-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:46:54+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86d2a57c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=86d2a798-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:46:54+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95c0ae94-5e5f-11ed-8f92-2e1730a6053c | InvocationID=95c0b16e-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:46:54+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95c0ae94-5e5f-11ed-8f92-2e1730a6053c | InvocationID=95c0b16e-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:46:54+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95c0ae94-5e5f-11ed-8f92-2e1730a6053c | InvocationID=95c0b16e-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:47:00+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8abe2684-5e5f-11ed-8f92-2e1730a6053c | InvocationID=8abe2850-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:47:00+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99828520-5e5f-11ed-8f92-2e1730a6053c | InvocationID=998287b4-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:47:19+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95c0ae94-5e5f-11ed-8f92-2e1730a6053c | InvocationID=95c0b16e-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:47:19+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4ae0776-5e5f-11ed-8f92-2e1730a6053c | InvocationID=a4ae0cd0-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:47:19+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4ae0776-5e5f-11ed-8f92-2e1730a6053c | InvocationID=a4ae0cd0-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:47:19+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4ae0776-5e5f-11ed-8f92-2e1730a6053c | InvocationID=a4ae0cd0-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:47:25+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99828520-5e5f-11ed-8f92-2e1730a6053c | InvocationID=998287b4-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:47:25+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a848bda4-5e5f-11ed-8f92-2e1730a6053c | InvocationID=a848bfac-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:47:44+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4ae0776-5e5f-11ed-8f92-2e1730a6053c | InvocationID=a4ae0cd0-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:47:44+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b39cac1a-5e5f-11ed-8f92-2e1730a6053c | InvocationID=b39cae04-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:47:44+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b39cac1a-5e5f-11ed-8f92-2e1730a6053c | InvocationID=b39cae04-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:47:44+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b39cac1a-5e5f-11ed-8f92-2e1730a6053c | InvocationID=b39cae04-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:47:50+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a848bda4-5e5f-11ed-8f92-2e1730a6053c | InvocationID=a848bfac-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:47:50+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b70d0098-5e5f-11ed-8f92-2e1730a6053c | InvocationID=b70d02a0-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:48:09+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b39cac1a-5e5f-11ed-8f92-2e1730a6053c | InvocationID=b39cae04-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:48:09+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c28a1ff0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=c28a2220-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:48:09+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c28a1ff0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=c28a2220-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:48:09+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c28a1ff0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=c28a2220-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:48:15+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b70d0098-5e5f-11ed-8f92-2e1730a6053c | InvocationID=b70d02a0-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:48:15+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d08938-5e5f-11ed-8f92-2e1730a6053c | InvocationID=c5d08ac8-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:48:34+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c28a1ff0-5e5f-11ed-8f92-2e1730a6053c | InvocationID=c28a2220-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:48:34+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1790134-5e5f-11ed-8f92-2e1730a6053c | InvocationID=d17902a6-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:48:34+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1790134-5e5f-11ed-8f92-2e1730a6053c | InvocationID=d17902a6-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:48:34+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1790134-5e5f-11ed-8f92-2e1730a6053c | InvocationID=d17902a6-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:48:39+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5d08938-5e5f-11ed-8f92-2e1730a6053c | InvocationID=c5d08ac8-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:48:39+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d493b562-5e5f-11ed-8f92-2e1730a6053c | InvocationID=d493b6e8-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:48:59+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1790134-5e5f-11ed-8f92-2e1730a6053c | InvocationID=d17902a6-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:48:59+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0660f48-5e5f-11ed-8f92-2e1730a6053c | InvocationID=e066111e-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:48:59+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0660f48-5e5f-11ed-8f92-2e1730a6053c | InvocationID=e066111e-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:48:59+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0660f48-5e5f-11ed-8f92-2e1730a6053c | InvocationID=e066111e-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:49:04+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d493b562-5e5f-11ed-8f92-2e1730a6053c | InvocationID=d493b6e8-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:49:04+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3569d30-5e5f-11ed-8f92-2e1730a6053c | InvocationID=e356a528-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:49:24+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0660f48-5e5f-11ed-8f92-2e1730a6053c | InvocationID=e066111e-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:49:24+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef54675c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=ef5468ec-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:49:24+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef54675c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=ef5468ec-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:49:24+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef54675c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=ef5468ec-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:49:29+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3569d30-5e5f-11ed-8f92-2e1730a6053c | InvocationID=e356a528-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:49:29+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f218219a-5e5f-11ed-8f92-2e1730a6053c | InvocationID=f2182906-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:49:49+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef54675c-5e5f-11ed-8f92-2e1730a6053c | InvocationID=ef5468ec-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:49:49+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe41d506-5e5f-11ed-8f92-2e1730a6053c | InvocationID=fe41d6be-5e5f-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:49:49+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe41d506-5e5f-11ed-8f92-2e1730a6053c | InvocationID=fe41d6be-5e5f-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:49:49+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe41d506-5e5f-11ed-8f92-2e1730a6053c | InvocationID=fe41d6be-5e5f-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:49:54+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f218219a-5e5f-11ed-8f92-2e1730a6053c | InvocationID=f2182906-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:49:54+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00db3e74-5e60-11ed-8f92-2e1730a6053c | InvocationID=00db4162-5e60-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:50:14+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe41d506-5e5f-11ed-8f92-2e1730a6053c | InvocationID=fe41d6be-5e5f-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:50:14+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d304a2a-5e60-11ed-8f92-2e1730a6053c | InvocationID=0d304cdc-5e60-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:50:14+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d304a2a-5e60-11ed-8f92-2e1730a6053c | InvocationID=0d304cdc-5e60-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:50:14+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d304a2a-5e60-11ed-8f92-2e1730a6053c | InvocationID=0d304cdc-5e60-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:50:19+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00db3e74-5e60-11ed-8f92-2e1730a6053c | InvocationID=00db4162-5e60-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:50:19+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f9ea5a4-5e60-11ed-8f92-2e1730a6053c | InvocationID=0f9ea87e-5e60-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:50:39+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d304a2a-5e60-11ed-8f92-2e1730a6053c | InvocationID=0d304cdc-5e60-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:50:39+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c1dbc3e-5e60-11ed-8f92-2e1730a6053c | InvocationID=1c1dbe28-5e60-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:50:40+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c1dbc3e-5e60-11ed-8f92-2e1730a6053c | InvocationID=1c1dbe28-5e60-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:50:40+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c1dbc3e-5e60-11ed-8f92-2e1730a6053c | InvocationID=1c1dbe28-5e60-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic response_data = AppConfig.get_instance(). \ File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper return func(*args, **kwargs) File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:50:43+0000 | aai_event_thread | 139696075590432 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f9ea5a4-5e60-11ed-8f92-2e1730a6053c | InvocationID=0f9ea87e-5e60-11ed-8f92-2e1730a6053c | Polling MR for XNF AAI events.[0m 2022-11-07T05:50:43+0000 | aai_event_thread | 139696075590432 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e60d1b6-5e60-11ed-8f92-2e1730a6053c | InvocationID=1e60d468-5e60-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT[0m 2022-11-07T05:51:05+0000 | policy_event_thread | 139696076651296 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c1dbc3e-5e60-11ed-8f92-2e1730a6053c | InvocationID=1c1dbe28-5e60-11ed-8f92-2e1730a6053c | Polling MR for XNF activation/deactivation policy response events.[0m 2022-11-07T05:51:05+0000 | policy_event_thread | 139696076651296 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b0b79de-5e60-11ed-8f92-2e1730a6053c | InvocationID=2b0b7ba0-5e60-11ed-8f92-2e1730a6053c | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT[0m 2022-11-07T05:51:05+0000 | policy_event_thread | 139696076651296 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b0b79de-5e60-11ed-8f92-2e1730a6053c | InvocationID=2b0b7ba0-5e60-11ed-8f92-2e1730a6053c | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 Traceback (most recent call last): File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic response.raise_for_status() File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000[0m 2022-11-07T05:51:05+0000 | policy_event_thread | 139696076651296 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b0b79de-5e60-11ed-8f92-2e1730a6053c | InvocationID=2b0b7ba0-5e60-11ed-8f92-2e1730a6053c | Error trying to poll policy response topic on MR: 404 Client Error: Not Fou